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

Re: Problem with external file

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 07 Oct 2010 09:10:43 +0100

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

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.