Hello, * On Wed, Mar 21, 2007 at 01:52:55AM -0700 Hans Schwaebli wrote:
> We have a large project with lots of files. Sometimes not every file > is tagged. Why not? > > Basically the command is: tag TAG CVSMODULE I know this phenomenon. It occurs if people delete parts of the sandbox (via "cvs release -d", but even "cvs up -P" might qualify, for example, if you use & - modules in CVSROOT/modules). "cvs tag" only tags the files currently in your sandbox. If you removed files, they will not be tagged. Because of this, "cvs rtag" (note the "r" in "rtag") is often a good alternative. Best regards, Spiro. -- Spiro R. Trikaliotis http://opencbm.sf.net/ http://www.trikaliotis.net/ http://www.viceteam.org/ _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
