Re: Site management strategies with Subversion
Re: Site management strategies with Subversion
- Subject: Re: Site management strategies with Subversion
- From: Anjo Krank <email@hidden>
- Date: Wed, 15 Mar 2006 06:43:13 +0100
Am 14.03.2006 um 23:37 schrieb email@hidden:
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden