Changes between Version 4 and Version 5 of metadatachanges


Ignore:
Timestamp:
Jan 8, 2012, 7:28:34 AM (13 years ago)
Author:
simonp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • metadatachanges

    v4 v5  
    5353The second approach is more difficult to code: subversion changes need to be bundled by keeping the subversion commit editor open and using a listener to commit/abort the changes to the subversion repository when the database is committed/aborted. This scenario is further complicated by the design of the tmatesoft api which does not allow reentrant calls on a subversion repository object and the fact that the editor cannot open files and directories in the repository more than once as described at http://osdir.com/ml/version-control.subversion.javasvn.user/2007-10/msg00053.html.
    5454
    55  
    56 
    5755=== Backwards Compatibility Issues ===
    5856
     57None - this function can be configured off if not required.
     58
    5959=== New libraries added ===
    60 Explain which and why new libraries are required for that proposal ...
     60
     61tmatesoft subversion api in Java
     62
     63{{{
     64<!-- svnkit stuff -->
     65      <dependency>
     66        <groupId>org.tmatesoft.svnkit</groupId>
     67        <artifactId>svnkit</artifactId>
     68        <version>1.3.6-v1</version>
     69      </dependency>
     70}}}
     71
     72This jar is available from the maven repository at http://maven.tmatesoft.com/content/repositories/releases.
    6173
    6274== Risks ==
    6375
    6476== Participants ==
    65  * List of participants and role (if necessary) in current GIP
     77 * Simon Pigot