Versions Compared

Key

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

Accessing CRBS Subversion

Note
titlePrevent Plaintext Cacheing of Passwords

On the linux (and possibly some mac) svn client, passwords will be stored in the

Wiki Markup
{note title=Prevent Plaintext Cacheing of Passwords}On the linux (and possibly some mac) svn client, passwords will be stored in the

~/.subversion/auth

directory

as

plaintext.

To

prevent

this,

add

the

line

"store-passwords

=

no"

to

your

~/.subersion/config

file{note}

file

Acquiring an Account

SVN uses crowd credentials, to get an account go to the CRBS Account Request Page. Ensure you check the SVN box as a resource you need access too.

Browsing SVN

To view what files are on svn, goto https://subversion.crbs.ucsd.edu/PATHImage Added or use Crucible

Checking Files Out of SVN

Use the command "svn co https://svn.crbs.ucsd.edu/source/PATHImage Added" to check out files. This will create a directory titled PATH in your current working directory.

Committing Files to SVN

Use the command "svn ci -m "comment" file_name" to commit files to svn