Difference between revisions of "SVN Instructions"

From XMPP WIKI
Jump to navigation Jump to search
(Add instructions for creating a repository)
(No difference)

Revision as of 19:05, 14 August 2006

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

FWIW, one example of a JabberStudio project that uses SVN is Exodus and aspsms-t.

The proper SVN command is:

svn+ssh://your-username@svn.jabberstudio.org/var/projects/your-project/svn

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