Bob Fletcher <robert.h.fletcher_at_ieee.org> writes:
> To show the problem:
> (1) Create a project with an external file.
> (2) Modify and Commit a change to an actual working copy of the file
> (in another project).
> (3) Update the original project with the external file - even when
> omitting externals.
> This gives the following Subversion Exception:
That's not enough detail to reproduce the problem. You need to
describe every step, something like (I'm just guessing here):
- create a repository
- checkout a working copy
- add a file wc/foo to the working copy
- commit the file
- add a file-external '^/foo bar' to the working copy root
- commit the file-external
- update the working copy
- checkout a second working copy
- modify the file in the second working copy
- commit the second working copy
- update the first working copy
Ideally these would be commands we could execute using the command
line client.
--
Philip
Received on 2010-10-07 10:11:25 CEST