Difference between revisions of "SVN Instructions"

From XMPP WIKI
Jump to navigation Jump to search
 
(Add instructions for creating a repository)
(One intermediate revision by the same user not shown)
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].
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].


The proper SVN command is:
The proper SVN command is:
Line 7: Line 7:
svn+ssh://your-username@svn.jabberstudio.org/var/projects/your-project/svn
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 ==
[[SVN Instructions Import| Importing your data into JabberStudio Repository]]
[[SVN Instructions Import| Importing your data into JabberStudio Repository]]

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