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

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.
 
Jeffrey Ting Jeffrey Ting on Facebook Jeffrey Ting on Spock Jeffrey Ting on Plaxo Jeffrey Ting on Spoke Jeffrey Ting on LinkedIn