3 | | Below we list the subversion command line commands that a typical developer has to know about. Online help is available using {{{svn help}}}. A detailed description of each command can be found in the "Subversion Complete Reference" chapter of the subversion book, at [http://svnbook.red-bean.com/nightly/en/svn.ref.html http://svnbook.red-bean.com/nightly/en/svn.ref.html] |
| 3 | Below we list the subversion command line commands that a typical developer has to know about. Online help is available using {{{svn help}}}. A detailed description of each command can be found in the "Subversion Complete Reference" chapter of the subversion book, at [http://svnbook.red-bean.com/nightly/en/svn.ref.html http://svnbook.red-bean.com/nightly/en/svn.ref.html] [[br]] |
| 4 | |
| 5 | '''Terminology''': We make a distinction between COIN ''projects'' and ''packages''. A COIN ''project'' usually also has a "package" which contains not only the code from the project itself (also a project in a svn sense), but from all dependencies (other COIN projects). So far, we have not treated subprojects in Cgl or Osi as separate projects (in the svn sense). |