info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: tag and branch names collision


From: Jim.Hyslop
Subject: RE: tag and branch names collision
Date: Thu, 3 Feb 2005 17:18:48 -0500

Jean-Pierre Sevigny wrote:
> Any ways to list the files in a module that have a tag and a 
> branch with 
> the same name?
I think you'll have to write a script to do it. Pick one file as your
reference, and do 'cvs stat -v' on it. You'll get a list of tags, which will
either say "revision" or "branch".

Then do a 'cvs stat -v' on all the files in the repository, and have your
script compare, on a tag-by-tag basis, the type of the tag.

-- 
Jim Hyslop
Senior Software Designer
Leitch Technology International Inc. ( http://www.leitch.com )
Columnist, C/C++ Users Journal ( http://www.cuj.com/experts )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]