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
Thursday, May 8, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment