Category Archives: scm

Subversion (SVN)

Install SVN 1.5 *Download and unzip Subversion 1.5 binary built for Apache 2.2 (svn-win32-1.5.5.zip) from here *Create a new env variable: SVN_HOME=C:\prog\svn-win32-1.5.5 *Add %SVN_HOME%\bin to PATH: path=%SVN_HOME%\bin;%path% SVN_HOME=C:\prog\svn-win32-1.5.5 path=%SVN_HOME%\bin;%path% Create Repository svnadmin create C:\work\svn Eclipse plugin: Subclipse * Eclipse update … Continue reading

Posted in scm, svn, win | Leave a comment