Running a Subversion Server on Windows[diff: 1..2]

r1 () → r2 ()

formatting


xml
  • 1 insertion
  • 1 deletion
  • +7 bytes
10 lines hidden
<ol>
  <li>Download the zipped up version of Subversion, and put it somewhere, say, <code>c:\lib\svn</code></li>
  <li>Create your subversion repository: <code>c:\lib\svn\bin\svnadmin create c:\path\to\repo</code></li>
  <li>
    Type this, and the equals sign spacing is <strong>extremely</strong> intentional:
    <p>Type this, and the equals sign spacing is <strong>extremely</strong> intentional:</p>
    <glacius:code lang="dos"><![CDATA[sc create subversion binpath= "c:\lib\svn\bin\svnserve.exe --service --root c:\path\to\repo" start= auto depend= Tcpip displayname= "Subversion Server"]]></glacius:code>
  </li>
  <li>Type this: <code>c:\lib\svn\bin\svn info svn://localhost</code></li>
20 lines hidden