Re: Tag a single file
From: Tom Mornini <tmornini_at_infomania.com>
Date: 2005-09-08 12:32:49 CEST
On Sep 8, 2005, at 3:03 AM, Massimiliano Cordioli wrote:
> I'm an old CVS user and now I'm testing SVN feautes.
Sure.
Let's assume you're using generic directory structure:
/tags
And inside trunk you have 10 files:
/trunk/file0
You could tag the whole thing with:
svn cp URL/trunk URL/tags/release1
After a while, you might release a single file, file4.
svn mkdir URL/tags/release2
I, and many other people, think that's a pretty bad idea for many
I think it's much smarter to always tag the entire tree. That way
Much better to create a build script to automatically and flawlessly
In general, in any project with less than MANY files, is released
-- -- Tom Mornini --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Sep 8 12:34:29 2005 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.