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

Re: different client on same working copy

From: Ryan Schmidt <subversion-2009d_at_ryandesign.com>
Date: Tue, 17 Nov 2009 06:44:36 -0600

On Nov 17, 2009, at 05:21, Matteo D'ALFONSO wrote:

> it is possible to use different client version on the same working copy?
> Or at list start using a newer one?

Yes, you should be able to use any Subversion client of the same or newer version with the working copy. The working copy will be auto-upgraded to the newer format required by the newer client, if applicable.

> The working copy was created with the client version 1.3.2, now we want
> to use 1.6.1,

That should work.

> but it abort even the status subcommands.

>> /opt/CollabNet_Subversion/bin/svn status
>> svn: subversion/libsvn_subr/path.c:955: svn_path_url_add_component2: Assertion `svn_path_is_canonical(url, pool)' failed.
>> Abort

I see several Google hits for this error. Many seem to be about Windows, though, which it doesn't look like you're using.

What's the repository URL in this working copy, according to "svn info" (if that command works)?

Some specific things I saw mentioned: if the repository URL is a file-protocol URL, does it start with "file://" or "file:///" (two or three slashes?) -- the latter is correct.

Or: does any filename in the working copy contain a colon?

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2418911

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-17 13:45:37 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.