Difference between revisions of "Subversion"

From HCL
Jump to: navigation, search
(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 submin ==
+
== 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 16:48, 11 December 2009

http://svnbook.red-bean.com/

  • Subversion clients work with .svn directories - don't remove them.
  • Mind the version of the client (currently, 1.5, 1.6).

Repositories

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