Changes between Version 13 and Version 14 of Doc/SCDB/Usage


Ignore:
Timestamp:
Oct 30, 2007, 7:50:51 PM (17 years ago)
Author:
jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/SCDB/Usage

    v13 v14  
    1313Template editing in SCDB takes place in a ''working copy'' of SCDB repository. Edition itself is done with an editor. After the changes are ready for deployment (this generally involves [wiki:Doc/SCDB/Usage#TemplateCompilation compiling] them locally to check that everything is ok), the changes must be committed to SCDB repository using `svn commit` command or the equivalent in any other SVN client. To be able to deploy changes, you also need to important any changes in the repository and not yet in your working copy. This is usually done with `svn update` command.
    1414
    15 Instructions below are a vademecum for new Subversion users. There is in fact nothing SCDB specific. The examples are provided using the SVN command line interface. But all these operations can be done with any SVN client. For more detailed information, refer to [http://svnbook.org/ Subversion documentation].
     15Instructions below are a ''survival kit'' for new Subversion users. There is in fact nothing SCDB specific. The examples are provided using the SVN command line interface. But all these operations can be done with any SVN client. For more detailed information, refer to [http://svnbook.org/ Subversion documentation].
    1616
    1717=== Creating a SCDB Working Copy ===