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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/SCDB/Usage

    v14 v15  
    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 ''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].
     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. For more detailed information, refer to [http://svnbook.org/ Subversion documentation]. But all these operations can be done with any SVN client : they are many GUIs available that can ease the interaction with Subversion. One very interesting and featureful GUI is [wiki:Doc/SCDB/Eclipse Eclipse] that integrates very well with SCDB.
    1616
    1717=== Creating a SCDB Working Copy ===