Versions Compared

Key

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

Subversion Information

Mediaworks Subversion Server Informaiton

URL

http://svn.ucdavis.edu

ViewCVS

http://svn.ucdavis.edu/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.


Panel
titleSuggestion 1

Repository:
../svnrepos/

  • (info) This is in place already

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
...

  • (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
...

...