Difference between revisions of "Subversion server"

From SourceWiki
Jump to navigation Jump to search
(The source server can be used to host subversion reporitories.)
Line 4: Line 4:
  
 
The source server can be used to host your subversion reporitories.
 
The source server can be used to host your subversion reporitories.
Contact JP Renaud or Gethin Williams...
+
 
 +
== Creating a repository ==
 +
Contact [mailto:j.p.renaud@bristol.ac.uk JP Renaud] or [mailto:gethin.williams@bristol.ac.uk Gethin Williams] to get a subversion account. For the sake of explanation, lt's call your project '''myproject''' and the login '''mylogin'''.
 +
 
 +
The repository will be accessible at the URL http://source.ggy.bris.ac.uk/subversion/myproject
 +
 
 +
==Importating data in your repository==
 +
 
 +
<pre>
 +
svn import http://source.ggy.bris.ac.uk/subversion/myproject --user-name mylogin -m "Initial import."
 +
</pre>
 +
 
 +
==Day to day work==
 +
 
 +
Read the [[:Category:Subversion|Subversion pages]] to understand how to use the repository for your daily work.
 +
 
 +
==Using websvn==
 +
 
 +
After importing data in your repository, you can browse it vi a web interface called [http://websvn.tigris.org WebSVN]. On the source server, the WebSVN frontend is located at http://source.ggy.bris.ac.uk/websvn. You will be asked for your login information and the repositories to which you have access will be visible.
 +
 
 +
===Changing login===
 +
 
 +
The login information is cached and if for some reason you want to login as another user ('''myotherlogin'''), use the following URL: http://myotherlogin@source.ggy.bris.ac.uk/websvn

Revision as of 13:03, 21 December 2005


The source server can be used to host your subversion reporitories.

Creating a repository

Contact JP Renaud or Gethin Williams to get a subversion account. For the sake of explanation, lt's call your project myproject and the login mylogin.

The repository will be accessible at the URL http://source.ggy.bris.ac.uk/subversion/myproject

Importating data in your repository

svn import http://source.ggy.bris.ac.uk/subversion/myproject --user-name mylogin -m "Initial import."

Day to day work

Read the Subversion pages to understand how to use the repository for your daily work.

Using websvn

After importing data in your repository, you can browse it vi a web interface called WebSVN. On the source server, the WebSVN frontend is located at http://source.ggy.bris.ac.uk/websvn. You will be asked for your login information and the repositories to which you have access will be visible.

Changing login

The login information is cached and if for some reason you want to login as another user (myotherlogin), use the following URL: http://myotherlogin@source.ggy.bris.ac.uk/websvn