This site is available via SSL

SED SVN Repository

Browse Repositories using Trac

Repositories

Help and documentation

Examples

Check out repository nope and store it locally

svn co https://svn.seismo.ethz.ch/svn/nope/trunk/ .

Check out repository using svn+ssh:

svn co svn+ssh://username@svn.seismo.ethz.ch/svn/nope/trunk/ .

Commit changes to the repository

svn commit
(this will commit everything in the current directory and in all subdirectories)

Add new files and/or directories to the repository

svn add example.c
svn add subdirectory

Update the local copy, download changes

svn update

Delete a file

svn remove unused.c

Dump an SVN repository

svnadmin dump /path/to/repository > dumpfile

Load a SVN repository from a dumpfile

svnadmin load /path/to/repository < dumpfile

Convert a cvs repository to an svn repository

cvs2svn -s /path/to/new/svn  /path/to/cvs

Initialize a new trac environment

           trac-admin /etc/trac/example initenv 
           cd /etc/trac/example
           chown -R www-data db
           

Contact

Contact seismosupport@seismo.ifg.ethz.ch for further help and to get an account.