On Tue, 2008-09-16 at 07:52 -0700, Blair Zajac wrote:
> Hi Julian,
>
> When trying to merge r33082 from trunk into the file-conflicts branch,
> I ran into a problem with a directory conflict on the directory that
> will contain a file external. File externals are set up in a wc by
> adding a new empty file and then switching it to the external URL.
>
> Here's how to replicate it using trunk_at_33094
>
> $ svn co http://svn.collab.net/repos/svn/trunk/notes/tree-conflicts
> $ cd tree-conflicts/
> $ touch foobar
> $ svn add foobar
> $ svn status
> A foobar
> $ svn switch http://svn.collab.net/repos/svn/trunk/notes/tree-conflicts/resolution.txt
> foobar
> E foobar
> C .
> $ svn status
> C .
> S foobar
Thanks for the recipe. That's not supposed to happen! I'll take a look.
- Julian
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-16 17:22:40 CEST