Thursday, May 8, 2008

Installing SVN on Windows 2003

Download svn-1.4.6-setup.exe from http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91

svnadmin create c:\SvnRepo

Serve the repository svnserve -d -r c:\SvnRepo

test it by running:

svn info svn://localhost

Create a Windows service for the server :

sc create "SvnServer" binPath= "\"C:\Program Files\Subversion\bin\svnserve.exe\" --service --root \"c:\SvnRepo\"" DisplayName= "Subversion Server" depend= tcpip start= auto

No comments:

 
Jeffrey Ting Jeffrey Ting on Facebook Jeffrey Ting on Spock Jeffrey Ting on Plaxo Jeffrey Ting on Spoke Jeffrey Ting on LinkedIn