16 questions
3
votes
0
answers
443
views
Deployment via Beanstalk - Deploying specific revision
I am developing an API. We have 3 environments. Dev (Not local setup), Staging and Prod.
As usual, we develop everything on Dev. Once completed, push that to staging, test it there and then push to ...
1
vote
1
answer
359
views
Xcode git Beanstalk authentication required
Since late Xcode 4.3.x and continuing into 4.4+ the git service provided by Beanstalkapp.com no longer works with Xcode. Xcode won't list the remote repos, and therefore can't push to them. I just ...
0
votes
2
answers
441
views
Beanstalk: How to sync files generated on the server back to the beanstalk repository?
I am using beanstalk to develop my files locally and deploy them to the production server via beanstalk.
But what about the changes made on the website through the cms or any other changes that are ...
0
votes
1
answer
317
views
Making new repository from working copy before committing files
I am working with Versionsapp and beanstalk, and I have a project that we have been working on that has a few live sites and a sandbox. All the these sites have local folders taken from the main ...
1
vote
2
answers
362
views
Using Pagelime CMS with Version Control set up (git)
I have a website that I am setting up with Version Control. We use Beanstalk with git. Now, I just got a request to add a CMS to his website, which basically is just adding a "cms" class to whatever ...
0
votes
2
answers
1k
views
How to make a branch in SmartGit with beanstalk?
I have SmartGit GUI tool for my beanstalk repos. I want to make a branch of one of my repos. For this i have created a branch using smartGit branch manager, but how i create this to beanstalk. and the ...
1
vote
2
answers
874
views
Unable to push on beanstalk master
I am using windows git bash, when i run the command
git push beanstalk master
I got the following error,
Connected to host `XXXXXX.beanstalkapp.com port 22:` bad file number
fatal: the remote end ...
1
vote
2
answers
1k
views
Deploying using Beanstalk SVN Branches
Beanstalk suggests having branches set up (in SVN) to act as listeners for deployment, (i.e. /branches/development/).
I know how to merge changes to a branch, if I'm currently working in that branch.
...
0
votes
1
answer
985
views
How can I use Subversion, Ubuntu, Beanstalk
I've installed subversion on my ubuntu machine and I am trying to pull down a repository from beanstalk with the following command:
svn co
https://myaccount.svn.beanstalkapp.com/myapp/
It prompts ...
0
votes
1
answer
210
views
I need help figuring out a good workflow using git and the beantstalk app service
First of all, I should say that I'm starting to learn git so that it can be used for a two person development team. Really small I guess. Also, I should also state that I have a free account with ...
0
votes
2
answers
681
views
Unable to commit to svn with beanstalk on a Mac
I am using Xcode 3.2, Mac OS 10.6 and svn for version control. I am using beanstalk for this svn. I created a repository in beanstalk and made changes in Xcode. When I tried to commit the project from ...
1
vote
1
answer
962
views
Git and Beanstalk
I'm experimenting with Git... I've found Beanstalkapp suits my needs.
I've created individual repositories for EACH client on Beanstalk and then pushed all the files from a machine at work.
I've ...
2
votes
1
answer
2k
views
A way to specify a different host in an SSH tunnel from the host in use
I am trying to setup an SSH tunnel to access Beanstalk (to bypass an annoying proxy server).
I can get this to work, but with one caveat: I have to map my Beanstalk host URL (username.svn....
1
vote
2
answers
818
views
Which Bug Tracking tools can Beanstalk work with?
Which Bug Tracking tools can Beanstalk work with?
e.g. so that when I check in code, I can mark it with a bug reference and it will cross-reference for me.
edit: also interested in tools that can ...
5
votes
2
answers
1k
views
How to deploy Subversion externals?
We're testing the waters with SVN, with Beanstalk as a host. Our setup looks something like this:
Repository: Modules
Module 1
Module 2
Module 3
Repository: Website 1
Custom website code
svn:External ...
0
votes
1
answer
3k
views
Beanstalk like Functionality
I'm finally getting my team to embrace source code management now that we're working on projects where more than one dev is touching the same codebase, and I setup a free/trial account on Beanstalk ...