J.V. writes: > > How do I see tags in the cvs repo without installing other software > (like Eclipse).
In a working directory, you can use ``cvs status -v file'' to see the tags in that file and they're labeled as to whether they're revision tags or branch tags. If you don't have the code checked out yet, you can use ``cvs rlog -h path/file'' to get the info, but you have to figure out for yourself which are revision tags and which are branch tags. The rule of thumb is that branches have an odd number of non-zero components, revisions have an even number. -- Larry Jones I wonder if I can grow fangs when my baby teeth fall out. -- Calvin
