Difference between revisions of "Subversion"

From Compute
Jump to navigationJump to search
Line 7: Line 7:
 
Users can find documentation about subversion at the subversion project's official website [http://subversion.tigris.org http://subversion.tigris.org].  
 
Users can find documentation about subversion at the subversion project's official website [http://subversion.tigris.org http://subversion.tigris.org].  
  
In addition, the [http://svnbook.red-bean.com/ Subversion Book] is free and can be perused online, or downloaded in PDF format.  
+
In addition, the [http://svnbook.red-bean.com/ Subversion Book] is free and can be perused online or downloaded in PDF format.  
  
 
A useful resource is this [http://ariejan.net/upload/svncheatsheet-1.0.1.pdf SVN] cheat sheet.
 
A useful resource is this [http://ariejan.net/upload/svncheatsheet-1.0.1.pdf SVN] cheat sheet.

Revision as of 17:06, 26 April 2010

Theory Group Subversion Repository at LBNL

Learning to use Subversion

Subversion is a version control system similar to CVS.

Users can find documentation about subversion at the subversion project's official website http://subversion.tigris.org.

In addition, the Subversion Book is free and can be perused online or downloaded in PDF format.

A useful resource is this SVN cheat sheet.

The basics you need to get started are described in the Subversion Tutorial.

Account Setup

You need to request an account in order to get access to the Theory Group subversion repository.

Please email account requests to JDAnderson (at) lbl.gov.

Once an account is established for you, you should change your password.

There are several repositories defined. They can be accessed by any subversion client at http://physics.lbl.gov/svn/REPONAME/, where REPONAME is the name of the repository you want to access.

If you would like to setup repositories for your work, ask Jeff Anderson.

Once your account is setup, please be sure to read the Subversion Tutorial.