Difference between revisions of "Git"

Jump to navigation Jump to search
338 bytes added ,  17:05, 28 February 2009
no edit summary
(Undo revision 108 by Tntnet (Talk))
Line 1: Line 1:
== Subversion Access ==
=== Checking Out ===
Read-only access via WEBDAV is available to our repository at:
<pre>
http://svn.openzim.org/
</pre>
=== Commit Access ===
<pre>
svn co svn+ssh://USER@openzim.org/trunk
</pre>
* replace USER with you openZIM user account
* replace trunk with the branch you whish to check out
== Structure ==
The suggested subversion repository structure is:
The suggested subversion repository structure is:
* trunk
* trunk

Navigation menu