we’re currently investigating SVN at work – having escalated our practices to include a fair bit of development. I have to confess, we’re finding the remote setup process rather tricky, none of our team is that conversant with Linux/SSH.
My question is, how many of you you administer your own remote SVN repository versus using a 3rd party solution like Beanstalk?
An additional question:
Do you use your remote SVN to commit changes to a live site, or do you use plain ‘ole FTP to upload and reserve SVN simply for versioning?
I’m using private repositories instead of third-parties, works great. SVN+Apache can be a bit tricky, but using svn+ssh is pretty straightforward:
That’s all you need to do. Your repo address is now
You can also create a symlink in the root directory to make it shorter:
By doing that, you repo address is now