Subversion

From HCL
Revision as of 16:48, 11 December 2009 by Root (talk | contribs) (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 == ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 submin

  • Binaries: object files, libraries, executables
  • Built documentation: html, pdf
  • Personal settings: Eclipse projects, ...
  • Test output