Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Whats the easiest way to setup a local subversion server?

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!

like image 551
meds Avatar asked May 13 '09 18:05

meds


People also ask

Does Subversion require a server?

For Subversion to work, the SVN setup needs two main elements: The server, which has all versions of all source files. A local copy of the files, which is on your computer.

Does SVN have a local repository?

Use Project|Set Up Local Repository to set up a new local SVN repository and optionally svnserve to access this repository. To use this command you need to have a local installation of the Subversion command line binaries. You can download them from http://subversion.tigris.org.


2 Answers

I used TortoiseSVN, created a directory (C:\Repositories) then used the menu command "Create Repository Here...".

like image 132
jcollum Avatar answered Nov 16 '22 23:11

jcollum


Check for http://www.visualsvn.com/ for the server and TortoiseSVN for the client. Check for AnkhSVN for integration with Visual studio 2008.

like image 29
Khan Avatar answered Nov 17 '22 01:11

Khan