Matt Doran <matt.doran@papercut.biz> wrote on 08/13/2005 11:47:08 AM:
> I've re-implemented my ant task that fetches a summary of working
> copy status, storing the status in various ant properties. I
> thought I'd post the first cut here for review before spending much
> more time on it.....
>
> I've called the task "SummaryStatus" .... but I'm not sure it's the
> best name.... suggestions?
>
> The ant task can be called with the following syntax:
>
> <svn><summaryStatus path="wcPath" prefix="prefix."/></svn>
>
> This will set the following properties:
> prefix.repos.url -> the repos URL of the WC
root
> prefix.repos.path -> the repos path
> prefix.revision.max -> the highest revision
> number in the WC
> prefix.revision.max-with-flags -> the highest revision number in
> the WC plus flags (M - modified, X - mixed)
> prefix.revision.range -> the revision range
> similar to svnversion format. e.g. 1000:1010MX
> prefix.committed.max -> the max 'last committed
> revision' (Should we even bother with these? They don't add much
value.)
> prefix.committed.max-with-flags -> the max 'last committed revision'with
flags
Daniel,
I am assuming you are going to review this? It sounds good, but I have
not done anything with svnAnt before so I do not want to review it.
Just an fyi, since this last message was a reply to a message of mine. I
did not want you waiting for me.
Mark
_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Fri Aug 19 10:58:42 2005