Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

Subversion Information

Mediaworks Subversion Server Informaiton

URL

http://svn.ucdavis.edu

Repository Root

http://svn.ucdavis.edu/svnrepos

ViewCVS

http://svn.ucdavis.edu/viewcvs/

Version

1.2.3 (r15833))



Basic Work Cycle:

  • Update your working copy
    • svn update
      • (NOTE: Not the same as cvs update!)
  • Make changes
    • svn add
    • svn delete
    • svn copy
    • svn move
  • Examine your changes
    • svn status
      • (NOTE: Similar to cvs update!)
    • svn diff
    • svn revert
  • Merge others' changes
    • svn merge
    • svn resolved
  • Commit your changes
    • svn commit


Subversion Module/Project Structure

  • The following is an outline of the SOM, SVM, and IET module/project structure;


Module/Project structure

Repository:
../svnrepos/

Modules:
../svnrepos/SOM/
../svnrepos/SVM/
../svnrepos/IET/
../svnrepos/...


Versioning Structure:
../svnrepos/SOM/trunk
../svnrepos/SOM/branches
../svnrepos/SOM/tags
../svnrepos/SVM/trunk
../svnrepos/SVN/branches
../svnrepos/SVN/tags
../svnrepos/IET/trunk
../svnrepos/IET/branches
../svnrepos/IET/tags
...

  • (info) The current setup follows this structure of using TRUNK, BRANCHES, and TAGS subfolders as recommended by Subversion

Projects:
../svnrepos/SOM/trunk/project-1
../svnrepos/SVN/trunk/project-2
../svnrepos/IET/trunk/project-3
...

  • (info) "project-1, project-2, project-3" are just used as an example to show the directory structure
  • No labels