On Nov 3, 2008, at 19:03, David C. Hicks wrote:
> Gleason, Todd wrote:
>
>> David C. Hicks wrote:
>>
>>> I'm doing a simple "svn update" and I get this error message:
>>> svn: This client is too old to work with working copy '.'; please
>>> get a newer Subversion client
>>>
>>> The workspace was originally checked out using the Subclipse
>>> plugin in
>>> Eclipse.
>>
>> The Subclipse client is a newer version; you need to have equivalent
>> client versions because the working copy format changes from
>> version to
>> version. Note that not all clients are published with versions
>> identical to Subversion itself (TortoiseSVN for instance is often a
>> version number or two ahead of the Subversion client).
>
> That's what I was afraid of. It'll be a miracle if I can get our
> admin to upgrade the server. Looks like I'll probably have to
> regress my client.
The server version is immaterial. The problem in your case is that
you are trying to manipulate a single working copy using a Subversion
1.4 client and a Subversion 1.5 client. You need to use either only
Subversion 1.4 clients or only Subversion 1.5 clients.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-04 02:14:58 CET