On 27 Jul 2005 14:08:58 -0700, BradSwerdfegerQNX <[EMAIL PROTECTED]> wrote: > I am working on a project to graphically display the overall branching > structure of our cvs system. > > I was curious if anyone has done a project similar to this, where they > had to compare branching structures across multiple files and merge the > information to come up with one large structure. > > Has anyone found out a way to do these comparisons while taking into > account the inconsistencies of revision numbers and dates bewtween > files?
WinCVS has a bunch of code that does this. You can get the source from their web site. Not sure about the license tho. To test it just select a file and hit <ctrl>-g. It'll bring up a tree with all tags and branches and versions for that file. You can only grahp a single file tho. > > Thanks. > > _______________________________________________ > Info-cvs mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/info-cvs > _______________________________________________ Info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
