I'm really not well versed in these things, I just want to setup an svn server locally on my computer. Also I'd like to set it up and integrate it directly into Visual Studio 2008 if it's possible?
thanks for any help!
I'm really not well versed in these things, I just want to setup an svn server locally on my computer. Also I'd like to set it up and integrate it directly into Visual Studio 2008 if it's possible?
thanks for any help!
I used TortoiseSVN, created a directory (C:\Repositories) then used the menu command "Create Repository Here...".
file:///C:/Repositories/my-repoI would second Visual SVN server which is free and will have you up and running in a few minutes. It hooks up SVN over HTTP however and for a local Subversion installation that might not be necesary.
If you'd rather run just setup Subversion 'manualy' the following is a walk through of the process with focus on Visual Studio usage: http://www.west-wind.com/presentations/subversion/
Check for http://www.visualsvn.com/ for the server and TortoiseSVN for the client. Check for AnkhSVN for integration with Visual studio 2008.
Rick Strahl, FTW!
Another great walk-through on setting up SVN with Windows comes from Jeff Atwood of Coding Horror:
Setting up Subversion on Windows
In a nutshell:
I recommend using subversion as a local host for the files with tortoise tortoise for browse integration or/and ankhsvn for intergration with vs2008.
I would recommend Toirtoise SVN its fairly easy to setup and use.
Here is the documentation, its a must!