Difference between revisions of "Git"

Jump to navigation Jump to search
Line 20: Line 20:
Once you got commit access to our server check out the whole trunk (or a part of it) before you start working on your local repository:
Once you got commit access to our server check out the whole trunk (or a part of it) before you start working on your local repository:
<pre>
<pre>
svn co svn+ssh://USER@openzim.org/trunk
svn co svn+ssh://USER@openzim.org/var/svn/repos/trunk
</pre>
</pre>