53d08a1c34
* NEW: Put it in the /app/other directory. git-svn-id: svn://localhost/gambas/trunk@2777 867c0c6c-44f3-4631-809d-bfa615b0a4ec
12 lines
641 B
HTML
12 lines
641 B
HTML
Gambas is now on SubVersion!
|
|
|
|
I finally put the development source code on SubVersion. To get a snapshot of the current
|
|
development version, you must do:
|
|
<pre>$ svn checkout https://svn.sourceforge.net/svnroot/gambas/2.0/trunk/
|
|
</pre>
|
|
I will make tags for next releases, and to get them you will have to do:
|
|
<pre>$ svn checkout https://svn.sourceforge.net/svnroot/gambas/2.0/tags/1.9.XX/
|
|
</pre>
|
|
To get a write access to the subversion repository, you must have an account on SourceForge,
|
|
and then give me your user name, so that I add you to the list of developers.
|
|
<p>You must of course be a true developer, and know how to use SubVersion!
|