Re: select nonmerging files?
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-11-12 14:35:45 CET
ketil@ii.uib.no (Ketil Z. Malde) writes:
> When I'm using a branch for development of a specific feature, I may
When the branch is ready to merge you could commit a deletion of the
> Is this possible? Can I set this as a property of the file, for
There is no "magic" property you can set, however merge always puts
repo/trunk/bar.c
Check-out the trunk
$ svn co http://host/repo/trunk wc
Merge the branch into the working copy
$ svn merge -rX:Y http://host/repo/branches/b1 wc
I don't want to merge zog.c
$ svn rm --force wc/zog.c
Commit the remaining bits of the merge
$ svn ci wc
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Nov 12 14:36:29 2002 |
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.