Difference between revisions of "Git"

Jump to navigation Jump to search
169 bytes added ,  17:14, 28 February 2009
Line 1: Line 1:
== Subversion Access ==
== Subversion Access ==
=== Checking Out ===
=== Checking Out ===
Read-only access via WEBDAV is available to our repository at:
Read-only access via WEBDAV is available to our repository.
 
Checking out the complete trunk the first time:
<pre>
<pre>
http://svn.openzim.org/svnroot
svn co http://svn.openzim.org/svnroot/trunk
</pre>
 
or update everything once you have checked out:
<pre>
svn update http://svn.openzim.org/svnroot/trunk
</pre>
</pre>


Navigation menu