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
Wednesday, May 7, 2008
The SQL Server (SQLEXPRESS) service terminated with service-specific error 3417 (0xD59).
The file "c:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf" is compressed but does not reside in a read-only database or filegroup. The file must be decompressed.
Labels:
Service Error,
SQL Server Express
Subscribe to:
Posts (Atom)