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

[Subclipse-users] error: svn doesn't support the "javasvn" attribute

From: Lukas Wilczek <lukas.wilczek_at_gmail.com>
Date: Thu, 23 Oct 2008 13:16:38 +0200

Hi,
Hope this is the right forum, if not please redirect me. I'm trying to set
up a new workstation for a project that use svnant-targets in the build.xml
and this is causing problems. I use Eclipse 3.4 and svnant-1.1.0-RC2. When
this ant target is run:

<target name="init-version-info" depends="init" description="Retrieves
version info and set variables.">
<svn javahl="true" javasvn="true">
<status path="${src}" revisionProperty="workingCopy.revision"
urlProperty="workingCopy.url" />
</svn>
</target>

I get this error:
BUILD FAILED
C:\myProject\build.xml:89: svn doesn't support the "javasvn" attribute

What i can't understand is that it works for the other worksataions with the
excact same versions of all software. "javasvn" is a supported attribute,
right? I really don't have a clue here on whats wrong, would relly
appreciate any help.

Thanx
/Lukas
Received on 2008-10-23 13:37:40 CEST

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.