SVN
From Create Wiki
Jon Phillips (Talk | contribs) (→Modules) |
|||
| 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]. [http://www.mustuniversity.com/ Online degrees] | [http://www.mustuniversity.com/Programs/Degree/Masters-Degree.html Masters degree] | [http://www.mustuniversity.com/Schools-Majors/Business-and-Management-Bachelors-Degree.html BBA degree] |
| + | |||
| + | |||
| + | |||
'''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 66: | Line 69: | ||
== Examples == | == Examples == | ||
| + | [http://www.mustuniversity.com/Schools-Majors/index.asp online degree school ] | [http://www.mustuniversity.com/Schools-Majors/Natural-Sciences.html Online Science Degree] | ||
| + | |||
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 | ||
Revision as of 06:03, 29 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. Online degrees | Masters degree | BBA degree
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
online degree school | Online Science Degree
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

