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

Re: issue #785 (was Re: wanted: nibble-sized coding task)

From: Brian Denny <brian_at_briandenny.net>
Date: 2003-03-07 07:35:48 CET

On Thu, Mar 06, 2003 at 09:56:24AM -0800, Ben Collins-Sussman wrote:
>
> If you run 'svn merge -rX:Y FOO', then this is what should happen:
>
> * if '.' isn't part of a working copy, error.
>
> * if FOO is local path, check to see if it's a file or dir within
> '.', then get its url, and run
>
> svn merge -rX:Y URL FOO
>
> If FOO isn't a file or dir within '.', then error.
>
> * if FOO is already a URL, then check to see if its basename is a
> file or dir within '.', and run
>
> svn merge -rX:Y FOO basename(FOO)
>
> If basename(FOO) isn't a file or dir within '.', then error.
 

what if you run:
% svn merge http://.../foo_branch/foo.c http://.../bar_branch/foo.c

(and foo.c is a file within '.') ?

brian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 7 07:40:31 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.