Very rough guide to subversion

This page is an utter mess and just notes for me really at the moment so you're better off reading the SubVersion book!

Working on Alf (one of the servers I work with):

Working with an existing repo

Import a new project into the repo to start working on:

svn import svn+ssh://jrh@alf/data/www/subversion/projects/newslib -m "Initial newslib import"

Then, in the directory you want the newslib dir in:

svn co svn+ssh://jrh@alf/data/www/subversion/projects/newslib

Useful commands:

List all the files/dirs in part of the repo:

svn list

Updating (syncing) your local working copy to the repo's

svn update

Committing a new version to the repo

svn commit

Inspecting differences between the repo and your working copy

 
horrible_guide_to_subversion.txt · Last modified: 2010/02/19 06:00 by admin
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki