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

Re: [Subclipse-users] svnant and ignore

From: Joshua Frankamp <frankamp_at_gmail.com>
Date: Mon, 15 Feb 2010 09:49:11 -0800

Too old is typically because you have an older set of dependencies.
Make sure you are using the ones out of the latest svnant release.
(assuming your WC is 1.6.x compatible

Joshua

On Mon, Feb 15, 2010 at 7:56 AM, <jeff_at_jargon-tech.com> wrote:
> 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=2447804

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2010-02-15 18:49:41 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.