Re: correct svn merge
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-04-28 21:01:35 CEST
solo turn <soloturn99@yahoo.com> writes:
> how would i merge issue-951 into trunk?
Merge requires two URLs and a working copy path, in the above commands
> svn: RA layer request failed
None of the above. To merge you need to provide two URLs that define
> or do i additionally specify some revision number, and if yes, where
You need to get some revision numbers, try
svn log http://svn.collab.net/repos/svn/branches/issue-951-dev
and to merge use something like
svn co http://svn.collab.net/repos/svn/trunk wc
> is it possible, that i cannot revert a change applied by a merge?
"svn revert" is non-recursive by default.
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Apr 28 21:02:32 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.