Right now:
- I have a few personal software projects I develop (just me, and on just one PC)
- extensively use TortoiseSVN for version-control
- run CollabNet Subversion Server on the same PC
Is there really any advantage in having a server instead of just pointing to the repository directory?
For example: instead of commiting to svn://localhost/projectname
, I could just commit to C:/development/projectname
and get away with it.
Could someone advice me on what the best practice is in this kind of senario?