[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: annotate fails with command-line mode

From: John M Flinchbaugh <john_at_hjsoft.com>
Date: 2005-10-17 22:51:30 CEST

On Mon, Oct 17, 2005 at 04:29:31PM -0400, John M Flinchbaugh wrote:
> annotate -r START:122
> svn: Syntax error in revision argument 'START:122'

I'm guessing that in
trunk/svnClientAdapter/src/main/org/tigris/subversion/
svnclientadapter/SVNRevision.java:
            case Kind.unspecified : return "START";
should be:
            case Kind.unspecified : return "1";

-- 
John M Flinchbaugh
john@hjsoft.com

Received on Tue Oct 18 06:51:30 2005

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.