Recently active topics in Beanstalk tagged with svn

  • 1 Reply 1 Follower

    Can't find a Fogbugz directory...what am I suppossed to do with the repo.php file? Last reply on April 09, 2008 17:41.

    The instructions for integrating the Fogbugz script are incomplete. It says I have to download the PHP file "repo.php" and then put it in the Fogbugz directory. There isnt a Fogbugz directory anywhere in the svn file structure, and I've looked for it everywhere for the past hour. The instructions on the Fogbugz site do not refer to Beanstalk at all and thus, are either incomplete or aren't relevant.

    I just need to know how to get this file in the proper place so I can go to "step 3".
    Does anyone know?
    Insomn3ak Insomn3ak reported this problem on April 04, 2008 23:50. It's tagged svn, and fogbugz integration integrate add-on php
  • 3 Replies 2 Followers

    I forgot password of the svn user. How can I receive a reminder? Where is the link "forgot password"? Last reply on February 25, 2008 23:59.

    Dmitry Baranovskiy Dmitry Baranovskiy asked this question on February 25, 2008 23:40. It's tagged subversion, and password
  • 3 Replies 2 Followers

    migrate existing svn repos to beanstalk Last reply on February 14, 2008 20:16.

    Can an existing SVN repos be migrated into beanstalk? I want all of my repos logs and commit messages to be migrated. If I were administering this repos, I would do a "svnadmin dump" and "svnadmin load". But, I can't tell is beanstalk supports this.
    fred fred asked this question on February 14, 2008 17:57. It's tagged svn, and dump
  • 2 Replies 3 Followers

    Getting an error on commit Last reply on January 13, 2008 21:02.

    I'm getting this error when I try to commit to my repository:

    svn: Commit failed (details follow):
    svn: MKACTIVITY of '/[repo_omitted]/!svn/act/05ed7572-9c43-0410-95fe-faf15cbef548': Could not parse response status line. (http://svn.[account_omitted].beanstalkapp.com)

    I'm currently connected behind a Cisco CleanAccess firewall so that may be the problem. Anyone else seen anything like this?
    Thadd Selden Thadd Selden reported this problem on January 13, 2008 15:54. Elliot also has the problem Thadd Selden reported. It's tagged error, and mkactivity
  • 2 Replies 2 Followers

    SVN+SSH with Capistrano Last reply on January 15, 2008 23:21.

    I've recently been looking in to moving some of my SVN repositories over to Beanstalk - it looks like a great little app and looks like it could be very useful.

    I've got a quick question about SVN+SSH checkout with Beanstalk.

    With my current setup I use Capistrano to deploy my Rails apps and that uses SVN+SSH to checkout the latest revision of my code.

    It looks something like this "svn+ssh://user@domain.com/~/svn/repository/trunk"

    Does Beanstalk allow this kind of access, and if not do you have any suggestions as to how I might configure Capistrano to work with your set up?

    Thanks,
    Mike.
    rumble rumble asked this question on January 15, 2008 22:18. It's tagged svn, and rails
  • 1 Reply 2 Followers

    svn-checkin broken :-( Last reply on December 10, 2007 23:46.

    Yikes - just tried checking in my current changes and got the following errors:

    1st try:
    svn ci ...
    Transmitting file data .........svn: Commit failed (details follow):
    svn: MERGE request failed on '/braindump/trunk/vendor/plugins'
    svn: Failed to start '/var/www/vhosts/beanstalkapp.com/subversion/beanstalk.storage/156/braindump/hooks/pre-commit' hook
    svn: Your commit message was left in a temporary file:
    svn: '/Users/joerg/Development/abc/svn-commit.tmp'

    2nd try:
    svn ci ...
    Transmitting file data .........svn: Commit failed (details follow):
    svn: MERGE request failed on '/braindump/trunk/vendor/plugins'
    svn: 'pre-commit' hook failed with error output:
    /usr/bin/ruby: error while loading shared libraries: libruby.so.1.8: failed to map segment from shared object: Cannot allocate memory

    svn: Your commit message was left in a temporary file:
    svn: '/Users/joerg/Development/abc/svn-commit.tmp'
    Joerg Battermann Joerg Battermann reported this problem on December 10, 2007 23:06. It's tagged subversion, svn, and checkin