Setting up Subversion 1.8 server and client
I've been using my portable subversion server with for quite a while and I was happy with it. But recently I have a need to set up a new Subversion server to my version control need, and I think it's about time to create a Subversion 1.8 portable server (instead of the 1.6 which was the last one I set up).Setting up is straight forward after some googling:
- Download server at http://www.subversiondownload.com/ and go for WANdisco, install, and then copy the installed directory. (The one at http://www.collab.net/downloads/subversion seems to be only for client)
- Use TortoiseSVN to create a repository.
- Set up my batch file to call svnserver with my repository.
- Set up password and config file in repository.
- Start the batch file.
