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