Alec writes: > > How does an end-user get a list of all symbolic tags > in a CVS :pserver: repository ?
CVS keeps tags on a per-file basis; there's no overall database for the entire repository. So, you have to get the tags for each file and then combine them. You might want to check the archives -- a couple of people have posted scripts that do that. -Larry Jones He just doesn't want to face up to the fact that I'll be the life of every party. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
