Marc Sherman <msherman@projectile.ca>


Patch Review
r855994 r857201

r855994 | niemeyer | 2005-08-25 22:56:40 +0000 (Thu, 25 Aug 2005)

Patch by: Marc Sherman <msherman@projectile.ca>

* tools/hook-scripts/svnperms.py
   (Config._read): add support for section inheritance in the conf file,
   with syntax [SECTION extends PARENTSECTION] (the parent section is
   optional)
* tools/hook-scripts/svnperms.conf.example: add an example of
   inheritance



r857201 | dlr | 2005-11-01 16:48:24 +0000 (Tue, 01 Nov 2005)

* subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/Status.java
  (getReposLastCmtRevision): Corrected return type (it's amazing that
   this even compiled).

  (getReposLastCmtRevisionNumber): New method corresponding to
   getReposLastCmtRevision() which returns the last committed revision
   as a primitive.


Patch by: Mark Phippard <markp@softlanding.com>
Review by: me
           Marc Sherman <msherman@projectile.ca>