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

[Subclipse-users] Svn Task

From: Jeff Yemin <jeff.yemin_at_gmail.com>
Date: 2007-05-09 17:33:14 CEST

Hi there.

I've been using the svn plugin for Ant, and when I try to use either the
info or wcVersion elements, I get an error:

$ ant vc.wcVersion
Buildfile: build.xml

vc.wcVersion:

BUILD FAILED
C:\tmp\build\build.xml:65: The <svn> type doesn't support the nested
"wcVersion" element.

Total time: 0 seconds

Here's my target definitions:

    <target name="vc.info">
        <svn>
            <info target="${code.root}"/>
        </svn>
    </target>

    <target name="vc.wcVersion">
        <svn>
            <wcVersion path="${code.root}"/>
        </svn>
    </target>

Am I doing something wrong? Any help would be appreciated.

Thanks,
Jeff Yemin
MTV Networks
Received on Wed May 9 17:33:51 2007

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.