I found this error:<br><br><pre id="line450"><<span class="start-tag">screen</span>><br>$ svnadmin create /path/to/repos<br>$ ls /path/to/repos<br>conf/  dav/  db/  format  hooks/  locks/  README.txt<br></<span class="end-tag">
screen</span>><br><br>    <<span class="start-tag">para</span>>This command creates a new directory</pre><br>That is not true, it creates a new repository if /path/to/repos exits.<br>If /path/to/repos does not exist it creates an error message:
<br><br>svnadmin create /path/to/repos<br>svnadmin: Repository creation failed<br>svnadmin: Could not create top-level directory<br>svnadmin: Can't create directory '\path\to\repos': The system cannot find the path specified.
<br><br>I think the entry should be reworded:<br><br><pre id="line450"><<span class="start-tag">screen</span>><br>$ mkdir /path/to/repos<br>$ svnadmin create /path/to/repos<br>$ ls /path/to/repos<br>conf/  dav/  db/  format  hooks/  locks/  
README.txt<br></<span class="end-tag">screen</span>><br><br>    <<span class="start-tag">para</span>>This command creates a new directory</pre>
<br>