Difference between revisions of "Git"

Jump to navigation Jump to search
11 bytes added ,  14:34, 22 May 2009
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:
<source lang="sh">
<source lang="sh">
svn co svn+ssh://USER@openzim.org/var/svn/repos/trunk
svn co svn+ssh://USER@openzim.org/var/svn/repos/trunk zim
</source>
 


Commit changes:
Commit changes:
<pre>
<source lang="sh">
svn ci
svn ci
</pre>
</source>
* replace USER with you openZIM user account
* replace USER with you openZIM user account
* replace trunk with the branch you whish to check out
* replace trunk with the branch you whish to check out

Navigation menu