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

Re: multiple merge notifications

From: Eric Gillespie <epg_at_pretzelnet.org>
Date: 2007-05-15 04:32:06 CEST

Eric Gillespie <epg@pretzelnet.org> writes:

> lines on any command like this. Now, if you *give* an absolute
> path rather than the implicit ., it should:
>
> $ svn merge file:///Users/sussman/scratch/mergerepos/branch /tmp/wc
> --- Merging revision 4 to '.':
> U /tmp/wczcpu.py
> --- Merging revisions 6-7 to '.':
> U /tmp/wczstring.py

Of course, i meant:

$ svn merge file:///Users/sussman/scratch/mergerepos/branch /tmp/wc
--- Merging revision 4 to '/tmp/wc':
U /tmp/wczcpu.py
--- Merging revisions 6-7 to '/tmp/wc':
U /tmp/wczstring.py

Which now makes me say drop the " to '...':" entirely. It adds
nothing over the individual file lines in either case.

-- 
Eric Gillespie <*> epg@pretzelnet.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 15 04:33:38 2007

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.