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

Re: switch -relocate script

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-04-07 20:40:58 CEST

solo turn <soloturn99@yahoo.com> writes:
> i tried to do a switch with a script ... but somehow this seems not
> to work. can it be that the path length is stored in dir-wcprops?
>
> K 25
> svn:wc:ra_dav:version-url
> V 35
> /svn/rep/!svn/ver/675/trunk/doc/adm

If you're writing a script to modify the svn hashdump format, you'll
need to get it right, yes :-). The lengths are stored right there.

(But there may be more to the `version-url' properties than that. You
should treat them as opaque.)

> if yes, why is there so many dependencies in the working copy schema?
> should it not be sufficient to have the url once, and thats it (like
> in a normalized db-schema)?

It's a DAV thing.

Solo, why on earth are you writing a script to do `switch'? :-) Why
would you expect that to work?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 7 21:23:34 2003

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.