Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Checking Files Out of SVN

Use the command "svn co https://subversion.crbs.ucsd.edu/name_of_repositoryImage Removed" to check out files. This will create a directory titled "name_of_repository" in your current working directory.

Path to CRBSSystems_SVN: https://subversion.crbs.ucsd.edu/systems/Image Removed

Committing Files to SVN

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

Note that new files not yet under revision control must be added with "svn add \add [path/to/new_file\]" and then committed.  For a list of files that  For a list of files that haven't yet been added, use "svn status \ [local/project/path\].

Creating new SVN modules

Developers: Put in a ticket requesting a new module.
SysOPS: As root on subversion server, run

...