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 6 Next »

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.


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

Suggestion 2

Repository:
../svnrepos/

  • (info) This is in place already

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


Versioning Structure:
../svnrepos/SOM-project-ABC/trunk
../svnrepos/SOM-project-ABC/branches
../svnrepos/SOM-project-ABC/tags
../svnrepos/SVM-project-123/trunk
../svnrepos/SVM-project-123/branches
../svnrepos/SVM-project-123/tags
...

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