Jim.Hyslop wrote:
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.

  
Thanks for the answer. I'm having a case i don't understand.

I have a file that was added to a branch. So, the HEAD view shows it in the Attic. Now, on the HEAD, a tag was added (at the same level, i.e. revision 1.1). I'm wondering how this happened? Those files are actually the ones creating problems, as i have no way of checking them out (they were later removed from the branch also). The problem is that the tag on revision 1.1 is also a branch somewhere else.

Jean-Pierre
_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to