Difference between revisions of "Git"

Jump to navigation Jump to search
52 bytes added ,  14:34, 22 May 2009
no edit summary
Line 8: Line 8:


Checking out the complete trunk the first time:
Checking out the complete trunk the first time:
<pre>
<source lang="sh">
svn co http://svn.openzim.org/svnroot/trunk
svn co http://svn.openzim.org/svnroot/trunk zim
</pre>
</source>


or update everything once you have checked out:
or update everything once you have checked out:
<pre>
<source lang="sh">
svn up http://svn.openzim.org/svnroot/trunk
svn up http://svn.openzim.org/svnroot/trunk
</pre>
</source>


=== Commit Access ===
=== Commit Access ===
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>
<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
</pre>
</source>


Commit changes:
Commit changes:

Navigation menu