Versions Compared

Key

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

Subversion Information

Mediaworks Subversion Server Informaiton

...

URL

  • Eclipse Subversion Plugin Subclipse
    • Eclipse Remote Site for Subclipse is http://

...

...

...

ViewCVS

...

...

...

...

Version

...

1.1.4 (r13838)

Subversion Module/Project Structure

  • I listed two suggestions on how to create modules/projects
  • Currently, we are following "Suggestion 2", but this doesn't prevent us from following "Suggestion 1" for all new projects. We can also have a mix of both setups.
  • Pleas let me know what you think about this setup, any comments, suggestions are welcome.

...

titleSuggestion 1

Repository:
../svnrepos/

  • (info) This is in place already

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

...

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

Projects:
../svnrepos/SOM/trunk/project-ABC
../svnrepos/SOM/trunk/project-DEF
../svnrepos/SVN/trunk/project-123
../svnrepos/IET/trunk/project-456
...

...

titleSuggestion 2

Repository:
../svnrepos/

  • (info) This is in place already

Modules/Project:
../svnrepos/SOM-project-ABC
../svnrepos/SVM-project-123
../svnrepos/IET-project-456
../svnrepos/...

...

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