Am 14.03.2006 um 23:37 schrieb [EMAIL PROTECTED]:

My concern has been that doing "svn merge -r 60" will pull in every change that has been committed to the entire repository in versions 43-60, *to all files*, and that's almost never what I want.

I don't understand why the Subversion folks are so dead set against file-based tags.

You can also do a:

 svn merge -r 50:60

and cover only a range of commits. Obviously it's a bit more work as you need to actually know what is in the commit and you will need to group your commits by functionality as opposed to having a symbolic name for it.

Cheers, Anjo
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com

Reply via email to