SVN
From Open Font Library Wiki
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.
Contents |
URLs
Here are the URLs for using SVN:
Users with accounts on fd.o:
svn+ssh://svn.freedesktop.org/svn/openfontlibrary
Anyone can check out the modules anonymously:
svn://anonsvn.freedesktop.org/svn/openfontlibrary
All modules are available anonymously from the web:
http://anonsvn.freedesktop.org/svn/openfontlibrary
Modules
You can check out these modules anonymously or if you have an account with fd.o, you can modify the modules:
- openfontlibrary_cchost - modules and other bits to make cchost turn into Open Font Library ;)
- openfontlibrary_docs - various documents, graphics, etc
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.
Deprecated
- openfontlibrary_fonts - SVN repository of fonts...nothing in here, as we never used and switched to using ccHost
- openfontlibrary_web - SVN repository for the old static website
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/openfontlibrary/openfontlibrary_web/trunk website
This will check out the entire website main development trunk to a folder website. For our website, we check out the normal site into a folder called www.
Tagging a Release
svn copy https://svn.sourceforge.net/svn/openfontlibrary/openfontlibrary_web/trunk \ https://svn.sourceforge.net/svn/openfontlibrary/openfontlibrary_web/tags/2_0_1 \ -m "Tagging 2.0.1 release"

