I have an internal SVN repository that I would like to allow external users to collaborate on privately. It seems like BitBucket is just the tool for this purpose, but I'm having trouble figuring out where to start.
I need to:
How can I use BitBucket to do the following?
Thanks!
While Bitbucket doesn't support subversion, you can clone a subversion repository into Git locally using git-svn. Check out http://trac.parrot.org/parrot/wiki/git-svn-tutorial for a decent tutorial on how this could work. Once you have a local clone of your subversion repo, you could push it into Bitbucket periodically.
Thank you - that's exactly what I was after. At the time of writing I had already created Mercurial repositories (Git was announced three days earlier) and could not find such a guide.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.