[clc-devel] Removing files from CVS
Hey, Some of us (including me) have missed to remove tags from unused files in CVS; a good number of such errors have been pointed out by "ncrfgs" via the bug tracker (thanks). I've added a short section to the CVS HowTo on removing single files: http://crux.fh-regensburg.de/cgi-bin/cvstrac/wiki?p=CvsHowto (section 8) Kind regards, Johannes -- Johannes Winkelmann mailto:jw@tks6.net Bern, Switzerland http://jw.tks6.net
On 07/28/04 10:35:32, Johannes Winkelmann wrote:
Hey,
Some of us (including me) have missed to remove tags from unused files in CVS; a good number of such errors have been pointed out by "ncrfgs" via the bug tracker (thanks).
oh my God! seems that ncrfgs has also a brain, so it's not only a troll and a bad thing for the clc team :) anyway, about the tags, why you prefere to move tags instead of simply re- tag the new releases of the files on the CVS? thank you for your help regards -- Giulivo Navigante GnuPG KeyID: E468396A
Hi, On Wed, Jul 28, 2004 at 11:23:07 +0200, Giulivo Navigante wrote:
On 07/28/04 10:35:32, Johannes Winkelmann wrote:
Hey,
Some of us (including me) have missed to remove tags from unused files in CVS; a good number of such errors have been pointed out by "ncrfgs" via the bug tracker (thanks). [...] anyway, about the tags, why you prefere to move tags instead of simply re- tag the new releases of the files on the CVS? I'm not quite sure what you mean by "retagging", but basically since we want to make a tag which points to version X point to version Y, the two only ways are to a) remove the tag from version X and readd it on version Y: $ cvs tag -d CONTRIB-2_0 $ cvs tag CONTRIB-2_0
or b) move it: $ cvs tag -c -F CONTRIB-2_0 Since the later is only one command and expresses better what we want to do (move the tag to the new version of the same file), I think no one ever thought about doing otherwise. Regards, Johannes -- Johannes Winkelmann mailto:jw@tks6.net Bern, Switzerland http://jw.tks6.net
On 07/28/04 13:17:40, Johannes Winkelmann wrote:
Hi,
I'm not quite sure what you mean by "retagging", but basically since we want to make a tag which points to version X point to version Y, the two only ways are to:
[cut] yep, the problem is in my english the idea is to apply the same tag to two differents revisions of the same file, without moving the tag from the old one to the new one. when the client request "XYZ" tagged release, only the last tagged revision of the file will be sent, no? greetings -- Giulivo Navigante GnuPG KeyID: E468396A
On Wed, 28 Jul 2004, Giulivo Navigante wrote: [...]
the idea is to apply the same tag to two differents revisions of the same file, without moving the tag from the old one to the new one. when the client request "XYZ" tagged release, only the last tagged revision of the file will be sent, no?
CVS does not support one tag on multiple revisions of one file. Martin.
On 07/28/04 17:10:01, Martin Opel wrote:
On Wed, 28 Jul 2004, Giulivo Navigante wrote:
[...]
the idea is to apply the same tag to two differents revisions of the same file, without moving the tag from the old one to the new one. when the client request "XYZ" tagged release, only the last tagged revision of the file will be sent, no?
CVS does not support one tag on multiple revisions of one file.
oh, so this is the response... really thank you Martin :) greetings -- Giulivo Navigante GnuPG KeyID: E468396A
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Giulivo Navigante wrote: | oh my God! | | seems that ncrfgs has also a brain, so it's not only a troll and a bad | thing for the clc team :) I think this is the attitude Johannes was referring to and even if it wasn't, this isn't necessary on the list. If you've got a problem, take it off-list, please, none of us need to hear it. Matt (jaeger@freenode/#crux) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBB6ilGFVQ7mavvGgRAgigAKCjke3VIYUy3wB0/bc6S0JWv87Q3QCghfRn EFZ8+CB7hSyPRPKWjOTSVMw= =FCeG -----END PGP SIGNATURE-----
On 07/28/04 15:22:45, Matt Housh wrote:
Giulivo Navigante wrote: | oh my God! | | seems that ncrfgs has also a brain, so it's not only a troll and a bad | thing for the clc team :)
I think this is the attitude Johannes was referring to and even if it wasn't, this isn't necessary on the list. If you've got a problem, take it off-list, please, none of us need to hear it.
i was joking :) + humbleness in this ML :) i should relly leave it, right? :) greetings -- Giulivo Navigante GnuPG KeyID: E468396A
participants (4)
-
Giulivo Navigante
-
Johannes Winkelmann
-
Martin Opel
-
Matt Housh