Difference between revisions of "Subversion"
From HCL
(New page: http://svnbook.red-bean.com/ * Subversion clients work with <code>.svn</code> directories - don't remove them. * Mind the version of the client (currently, 1.5, 1.6). == Repositories == ...) |
|||
Line 14: | Line 14: | ||
* Test sourses: code, input data | * Test sourses: code, input data | ||
− | == Not to | + | == Not to submit == |
* Binaries: object files, libraries, executables | * Binaries: object files, libraries, executables | ||
* Built documentation: html, pdf | * Built documentation: html, pdf | ||
* Personal settings: Eclipse projects, ... | * Personal settings: Eclipse projects, ... | ||
* Test output | * Test output |
Revision as of 15:48, 11 December 2009
- Subversion clients work with
.svn
directories - don't remove them. - Mind the version of the client (currently, 1.5, 1.6).
Repositories
- http://hcl.ucd.ie/repos/project_name - read only
- https://hcl.ucd.ie/repos/project_name - authenticated user access
To submit
- Software sources: models, code, resource files
- Documentation sources: texts, diagrams, data
- Configuration files
- Test sourses: code, input data
Not to submit
- Binaries: object files, libraries, executables
- Built documentation: html, pdf
- Personal settings: Eclipse projects, ...
- Test output