SVN

From Open Clip Art Library Wiki

Jump to: navigation, search
This section is incomplete. You can help by expanding it.

NOTE: We still don't use SVN, but need to convert to it.

We use Subversion (SVN) for our revision source control and document management on this project. If you want to work on this project, please get use to the system by reading the Subversion Book.

NOTE: We are currently transitioning our old CVS repository to SVN as our new system, ccHost, is externally in SVN, and we need to modernize.

Contents

URLs

Here are the URLs for using SVN:

Users with accounts on fd.o:

svn+ssh://svn.freedesktop.org/svn/openclipart

Anyone can check out the modules anonymously:

svn://anonsvn.freedesktop.org/svn/openclipart

All modules are available anonymously from the web:

http://anonsvn.freedesktop.org/svn/openclipart

Modules

You can check out these modules anonymously or if you have an account with fd.o, you can modify the modules:

  • openclipart_cchost - modules and other bits to make cchost turn into Open Clip Art Library ;)

NOTE: When you check out the module, you will have a trunk folder inside, which is where main development happens. Later when there are more releases, there will be a tags folder for tagged releases.


Examples

If you only want to check out the main development trunk of the website module, then:

svn co svn+ssh://svn.freedesktop.org/svn/openclipart/openclipart_cchost/trunk openclipart_cchost

This will check out the entire openclipart extra modules for cchost development trunk to a folder 'openclipart_cchost'.

Tagging a Release

svn copy https://svn.sourceforge.net/svn/openclipart/openclipart_web/trunk \
https://svn.sourceforge.net/svn/openclipart/openclipart_web/tags/2_0_1 \
-m "Tagging 2.0.1 release"
Personal tools