[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Dropping Subversion

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-04-02 22:44:07 CEST

Marcin Kasperski wrote:
> I were working in subversion would never exist so. Take the
> following scenario (we are editing some module):
> - I edit file blahblah.cxx and commit
> - I edit file trahtrah.cxx and commit
> - I add one more change to blahblah.cxx and commit
> - I decide that I need to distribute the version containing
> current blahblah.cxx but without the last change in trahtrah.cxx
> (say, it occured that I can not finish the change in trahtrah
> before release date)
>
> In subversion it is not easy to mark such a version.
>

It's not that hard, either. Copy the project as it existed before the change to
  trahtrah.cxx (copies are cheap). Then switch to that branch and merge in the
second change to blahblah.cxx and commit. Voila, you now have a version with
the files in the state you desired. You can treat this as a tag by moving the
branch to a tag folder, or you can make the original copy in the tag folder
(since tags are a convention not a restriction).

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 2 22:44:21 2004

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.