solution to issue 704
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-05-16 22:09:16 CEST
Just wanted to present the latest solution gstein and I came up with
The bug is that when you 'switch' part of a working copy to a new URL
It's not enough to just erase all wcprops when doing post-update
So the proposed solution is to extend our update-report-response a
<S:update-report xmlns:S="svn:" xmlns:D="DAV:">
...lots of opened files and dirs, props, and 'fetch-file' commands...
</S:replace-directory>
The new format would allow a new 2nd tree-walk to be embedded at the
<S:update-report xmlns:S="svn:" xmlns:D="DAV:">
...lots of opened files and dirs, props, and 'fetch-file' commands...
</S:replace-directory>
<S:resource-walk>
...lots of opened files and dirs, *nothing* but vsn-rsc-url props...
</S:resource-walk>
The second "walk" would actually describe the vsn-rsc-url for *every*
Obviously, the 2nd tree-walk would only happen during an 'svn switch',
---------------------------------------------------------------------
|
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.