Difference between revisions of "SVN Instructions"

From XMPP WIKI
Jump to navigation Jump to search
(Add instructions for creating a repository)
 
Line 1: Line 1:
This page is a stub for instructions about how to use [http://subversion.tigris.org/ Subversion] at [http://www.jabberstudio.org/ JabberStudio]. Please fill it in. :-)
This page is a stub for instructions about how to use [http://subversion.tigris.org/ Subversion] at [http://www.jabberstudio.org/ JabberStudio]. Please fill it in. :-)


FWIW, one example of a JabberStudio project that uses SVN is [http://exodus.jabberstudio.org/ Exodus] and [http://www.micressor.ch/content/projects/aspsms-t aspsms-t].
FWIW, some JabberStudio projects that use SVN are [http://exodus.jabberstudio.org/ Exodus] and [http://www.micressor.ch/content/projects/aspsms-t aspsms-t].


The proper SVN command is:
== Checking out files ==


svn+ssh://your-username@svn.jabberstudio.org/var/projects/your-project/svn
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


== Creating a repository ==
== Creating a repository ==

Revision as of 19:57, 14 August 2006

This page is a stub for instructions about how to use Subversion at JabberStudio. Please fill it in. :-)

FWIW, some JabberStudio projects that use SVN are Exodus and aspsms-t.

Checking out files

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

Creating a repository

  • cd /var/projects/your-project
  • svnadmin create --fs-type fsfs $PWD/svn
  • cd svn
  • chmod g+w db db/current db/revprops db/revs db/transactions db/write-lock locks dav

Populating the repository

Importing your data into JabberStudio Repository