Changes between Version 11 and Version 12 of SCS_REPO_MIGRATE_R0
- Timestamp:
- 09/19/08 17:41:22 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCS_REPO_MIGRATE_R0
v11 v12 2 2 3 3 = Analysis = 4 This task involves creating a new repository, defining a good repository structure and move important files from the old repository to the new one.5 == Overview ==6 * Define a repository structure7 * Define what should be used from the old repository.8 * Move the selected files, possibly with the new structure.9 10 == Task requirements ==11 * svn server12 * some maven project structure research13 14 == Requirements to the task result ==15 An SVN repository.16 17 == Implementation idea ==18 * see implementation for more detail!19 20 == Related ==21 Old repository - svn://asteasolutions.net/sophie-jr [[BR]]22 [http://subversion.tigris.org/ SVN] fundamentals.23 24 == How to demo ==25 * Deploy the project executing26 {{{27 svn checkout /some/folder svn://10.10.117.11/sophie228 }}}29 * Browse the folders.30 31 32 = Analysis 2 =33 4 This task involves creating a new repository, defining a good repository structure and move important files from the old repository to the new one. 34 5 == Overview == … … 42 13 * it should provide privileges for the developers to commit resources. 43 14 * it should provide privileges for others to access resources. 44 * it should be well organized in a three like form for easy manipulation .15 * it should be well organized in a three like form for easy manipulation (for example like /etc/bin/...). 45 16 * it should be easily maintainable by the person responsible for its maintenance including backup, troubleshooting etc. 46 17