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

[Subclipse-users] svnant and ignore

From: <jeff_at_jargon-tech.com>
Date: Mon, 15 Feb 2010 07:56:13 -0800

Everything works fine from TEAM/Compare,...

Also fine is :
<svn javahl="true">
<copy srcUrl="${repo}/${ant.project.name}/trunk" destUrl="${repo}/${ant.project.name}/tags/${release.id}" message="${release.msg}"/>
</svn>

But when i use ignore:
<svn javahl="true">
<ignore file="notes.txt"/>
</svn>

My repo copy is unrecoverable in this error:

Unsupported working copy format
svn: This client is too old to work with working copy 'C:\jargon\dev\blu-ray\SVN.T2\misc'. You need
to get a newer Subversion client, or to downgrade this working copy.
See http://subversion.tigris.org/faq.html#working-copy-format-change
for details.

I dont think i have incompatibilites:

Subclipse: update_1.6.x
Subversion Client Adapter 1.5.3
Subversion JavaHL 1.5.7
Subversion Revision Graph 1.0.7
SVN Team Provider Core 1.4.8
SVNKit Client Adapter 1.5.6.1

Is this a bug ?

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2447773

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].

Received on 2010-02-15 17:29:09 CET

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.