Tag's modules

2003-03-19 Thread Samuel Blanchet
Hi, Could anyone help me to know how to tag a module with a revision name which include a package of sub modules tagged. ex : module name : total (include :mod1, mod2, mod3) sub module1 : mod1 tag r-001 sub module2 : mod2 tag r-003 sub module3 : mod3 tag r-010 I would like to tag

Re: Branch Merging Behaviour

2003-03-19 Thread Mark Cooper
OK, I give up. I'll just have to report this as an issue and see if I can get a response that way. Mark Cooper Mark Cooper 17/03/2003 14:47 To: Mark Cooper [EMAIL PROTECTED] cc: Subject:Re: Branch Merging Behaviour Is this question not even worthy

Re: Branch Merging Behaviour

2003-03-19 Thread Larry Jones
Mark Cooper writes: I'll just have to report this as an issue and see if I can get a response that way. Posting here is far more likely to generate responses than reporting issues on cvshome.org. Having once again perused the archives I have found this mentioned a few times, but

Re: Branch Merging Behaviour

2003-03-19 Thread Mark Cooper
Thanks for the response Larry, at least I know it hasn't dropped into a black hole now :) I think I'll probably post an issue on cvshome.org anyway to see if it is an already documented problem or 'known behaviour'. Mark Cooper [EMAIL PROTECTED] (Larry Jones) 19/03/2003 17:22

RE: Branch Merging Behaviour

2003-03-19 Thread Tony Ennis
This happens to us too, most annoying. I have no solution except to avoid checking out old versions of the code. :-P -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mark Cooper Sent: Wednesday, March 19, 2003 12:12 PM To: [EMAIL PROTECTED] Subject: Re:

z3 option not in docs

2003-03-19 Thread Eric C. Hein
What is the definition for the option z3. Example: This is the command WinCVS uses to update cvs -z3 update -P Thanks ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: z3 option not in docs

2003-03-19 Thread Larry Jones
Eric C. Hein writes: What is the definition for the option z3. http://www.cvshome.org/docs/manual/cvs_16.html#SEC117 -Larry Jones Your gender would be a lot more tolerable if it wasn't so darn cynical! -- Calvin ___ Info-cvs mailing

Re: Branch Merging Behaviour

2003-03-19 Thread Matthew Herrmann
Hi Mark, A merge doesn't care where it is from a branch to a branch, or a branch to a trunk... it is just applying a set of diffs to files. To troubleshoot, it's best to think in terms of an individual file, not a whole module. In the case of removing a file that was on the branch, you should