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:
- Keep my internal SVN repository as authorative
- Keep the two repositories synchronised (i.e. update both BB -> SVN and SVN -> BB periodically)
- Only allow authorised users to see / change code in BitBucket
How can I use BitBucket to do the following?
- Import my private SVN repository into BitBucket
- Synchronise the two repos
Thanks!