Re: issue #785 (was Re: wanted: nibble-sized coding task)
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-03-06 18:56:24 CET
Brian Denny <brian@briandenny.net> writes:
> so, #785 in issuezilla says: "if i cd into libsvn_wc and run
Yes.
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
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
svn merge -rX:Y FOO basename(FOO)
If basename(FOO) isn't a file or dir within '.', then error.
---------------------------------------------------------------------
|
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.