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

1.2 client is incompatible with 1.1 mod_dav_svn

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-12-03 03:26:29 CET

Using trunk I get this

$ svn co http://svn.collab.net/repos/svn/trunk/tools qq

$ svn sw http://svn.collab.net/repos/svn/trunk/tools/dev qq/dev
../svn/subversion/libsvn_wc/lock.c:642: (apr_err=155005)
svn: Working copy '../svn/tools/iz' not locked

The error mentions "../svn/tools/iz" and there is no such path, it's
missing a "dev" component. A quick check with the debugger shows that
libsvn_client/ra.c:set_wc_prop is constructing bogus paths.

Reverting r12006

$ svn merge -r12006:12005 subversion/libsvn_ra_dav/fetch.c subversion/libsvn_ra_dav/fetch.c

causes the switch error to go away.

If I import trunk/tools into a private repository then I can do the
switch using a trunk version of mod_dav_svn, so it looks like a trunk
client is no longer compatible with a 1.1 server.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 3 03:28:30 2004

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

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