zcxv / svntask

Automatically exported from code.google.com/p/svntask
Apache License 2.0
0 stars 0 forks source link

Patch for add and commit commands #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Attached is a patch implementing svn add and commit commands.  Command
parameters are basically taken straight out of the corresponding svnkit
methods.

Usage:

<svn><add path="/path/to/add" recursive="true" force="false"
climbUnversionedParents="true" mkdir="true" /></svn>

<svn><commit path="/path/to/commit" keepLocks="false"
commitMessage="message" force="true" recursive="true" /></svn>

Background: 

We've been using svntask for a while at Bizo.com to help version our
projects.  We're moving towards a more automated build system that needed
Ant access to add and commit, so we thought that we'd contribute our
modifications back to the project.  

Original issue reported on code.google.com by darren%b...@gtempaccount.com on 28 Apr 2009 at 12:49

Attachments:

GoogleCodeExporter commented 9 years ago
Sweet. Thanks. There is a few more patches I need to integrate. I'll get those 
and this one in soon.

Original comment by latch...@gmail.com on 28 Apr 2009 at 1:57

GoogleCodeExporter commented 9 years ago
committed with a bit of modifications to support latest svn apis

Original comment by latch...@gmail.com on 31 May 2009 at 1:38