SVN
From Create Wiki
| Line 2: | Line 2: | ||
| - | 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 [http://svnbook.red-bean.com/ Subversion Book]. | + | 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 [http://svnbook.red-bean.com/ 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. And, now we are transitioning FreeDesktop.org SVN to OSUOSL SVN right now finally! | '''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. And, now we are transitioning FreeDesktop.org SVN to OSUOSL SVN right now finally! | ||
| Line 69: | Line 66: | ||
== Examples == | == Examples == | ||
| - | |||
| - | |||
If you only want to check out the main development trunk of the website module, then: | If you only want to check out the main development trunk of the website module, then: | ||
svn co https://svn-create.freedesktop.osuosl.org/public/create/www www | svn co https://svn-create.freedesktop.osuosl.org/public/create/www www | ||
Current revision as of 13:56, 31 October 2009
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. And, now we are transitioning FreeDesktop.org SVN to OSUOSL SVN right now finally!
Contents |
URLs
Here are the URLs for using SVN:
https://svn-create.freedesktop.osuosl.org/public/create
Also, there is a private repo which only the admins can access with configs and other private data:
https://svn-create.freedesktop.osuosl.org/private/create
Modules
You can check out these modules or if you have an account, you can commit to the public SVN repos:
These might change at anytime. Please look at latest with this command line command:
svn list https://svn-create.freedesktop.osuosl.org/public/create
bin
Scripts to operate on the project.
https://svn-create.freedesktop.osuosl.org/public/create/bin
create
The main create shared resources package.
https://svn-create.freedesktop.osuosl.org/public/create/create
docs
Various docs related to the project.
https://svn-create.freedesktop.osuosl.org/public/create/bin
planet
The planet planet for create.
https://svn-create.freedesktop.osuosl.org/public/create/planet
www
The website for the project.
https://svn-create.freedesktop.osuosl.org/public/create/www
private
There are some private settings for the wiki and website at:
https://svn-create.freedesktop.osuosl.org/private/create/www
Examples
If you only want to check out the main development trunk of the website module, then:
svn co https://svn-create.freedesktop.osuosl.org/public/create/www www

