106
edits
Line 7: | Line 7: | ||
To check out files the first time, the proper SVN command is (this will create a folder called "your-project" in your preferred directory): | To check out files the first time, the proper SVN command is (this will create a folder called "your-project" in your preferred directory): | ||
svn co svn+ssh://your-username@svn.jabberstudio.org/var/projects/your-project/svn your-project | svn co svn+ssh://your-username@svn.jabberstudio.org/var/projects/your-project/svn/trunk your-project | ||
== Creating a repository == | == Creating a repository == | ||
Admins can create a respository on the server (i.e., zeus.jabber.org) by typing the following: | |||
* cd /var/projects/your-project | * cd /var/projects/your-project | ||
Line 17: | Line 19: | ||
== Populating the repository == | == Populating the repository == | ||
[[SVN Instructions Import| Importing your data into JabberStudio Repository]] | [[SVN Instructions Import| Importing your data into JabberStudio Repository]] |
edits