Changes between Version 6 and Version 7 of ReleaseNotes/SCDB


Ignore:
Timestamp:
Apr 20, 2007, 6:38:49 PM (19 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/SCDB

    v6 v7  
    1313|| Date || Version || Description ||
    1414|| 27/3/07 || [milestone:SCDB-2.0.0 2.0.0] || panc v7 as default compiler ||
     15|| 20/04/07 || [milestone:SCDB-2.1.0 2.1.0] || SVNKit upgrade (SVN 1.4 compatible) ||
    1516
    1617== New and Changed Features ==
     18
     19=== 2.1.0 : SVNKit upgrade ===
     20
     21SVNKit (former JavaSVN) has been upgraded to 1.1.2. This release is compatible with Subversion 1.4 client.
     22
     23Before upgrading, you need to be aware that SVN 1.4 introduces a change in working area metadata format. As a consequence you cannot access/manage a working area with both a SVN 1.4 client and a previous version. There is no restriction in client/server versions combinations.
     24
     25This may have a consequence on SCDB, depending on the client you use to do the SVN operations. This is because `ant deploy` task uses SVNKit and thus require a 1.4 working area metadata format. To solve any potention problems you need to upgrade the SVN client on the machine you use to administer SCDB (where you run `ant`) to version 1.4 or later.
     26
     27As an alternative, you can use `jsvn` command provided with SVNKit instead of `svn`. The syntax is the same, refert to `svn help` for the command documentation. To use `jsvn` provided with SCDB tools, enter the following command :
     28{{{
     29external/svnkit/jsvn
     30}}}
    1731
    1832=== 2.0.0 : default compiler changed to panc v7 ===