SVN Instructions

From XMPP WIKI
Revision as of 19:57, 14 August 2006 by Stpeter (talk | contribs)
Jump to navigation Jump to search

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