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

Re: dependency loop

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2000-10-10 20:52:11 CEST

> Option 1) just go with a "cvs add"

This one has my vote. If you do a repository copy (don't do a
repository mv; it will break everyone's working directory and will
break checkouts by tag and date), not only do you have to strip off
the tags, you have to set all the old revisions dead to avoid breaking
checkout by date. And then you can't tell by looking at the log of
the new file which old revisions were *really* dead (not a big deal in
this case, perhaps).

Anyway, a "cvs add" is better in my book. It does force people to go
rooting around in a couple of different places for log information
about the file-in-abstract, but it's much cleaner from a CVS point of
view and it doesn't cause a big problem in my experience.
Received on Sat Oct 21 14:36:10 2006

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.