Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

As of February 10 2010 the Petacache code has resided in a Subversion repository accessible from Lab 1 atFeb 10 2011 our code repository is located at

/afs/slac/g/cci/svnrepo

The old location was

/afs/slac/g/cci/svnrepo

There is now a symbolic link to the new location at the old./reg/g/npa/svnrepo

Unlike a CVS repository you can't just cd to that directory and expect to see a meaningful repository structure; the actual files are entered into a small database only the container files of which are visible.

...

Code Block
none
none
svn copy file:///afs/regslac/g/npacci/svnrepo/foo/trunk file:///regafs/slac/g/npacci/svnrepo/foo/tags/V01-20-04

svn copy file:///afs/regslac/g/npacci/svnrepo/foo/trunk file:///regafs/slac/g/npacci/svnrepo/foo/branches/experimental5

...

Code Block
none
none
cd work
svn checkout file:///afs/regslac/g/npacci/svnrepo/release/trunk release
cd release
svn checkout file:///afs/regslac/g/npacci/svnrepo/rce/trunk rce
svn checkout file:///afs/regslac/g/npacci/svnrepo/rceapp/trunk rceapp
svn checkout file:///afs/regslac/g/npacci/svnrepo/rceusr/trunk rceusr
svn checkout file:///regafs/slac/g/npacci/svnrepo/quarks/trunk quarks
svn checkout file:///afs/regslac/g/npacci/svnrepo/sofi/trunk sofi
svn checkout file:///afs/regslac/g/npacci/svnrepo/petacache/trunk petacache

...