[Bloof-users] Using Bloof with just log file?
Status: Beta
Brought to you by:
pekacki
From: Wayne S. <wa...@st...> - 2003-04-23 00:45:34
|
I have a source tree, as checked out from CVS; and, I have the log file produced by running 'cvs log' in the root of that subtree in the repository. I am getting only a partial output from Bloof - maybe I'm misusing it? I can run Bloof on the log file - but all that shows up in the results is a single node ("Cvs file tree") and the first 11 files listed in the CVS log. (The log holds listings for thousands of files - the log is about 8MB of text) The 11 files all have simple Working file names (build.xml, somefile.txt, build.properties and so forth) but have RCS file names which are compund: /home/cvsroot/modname/Attic/build.properties The 12th file (where it stops parsing, I think) has a Working file name which is compound: QA/Docs/foo.doc as well as a compund RCS name: /home/cvsroot/modname/QA/Docs/Attic/Acme_Arch_and_Setup.doc,v Please note that I don't have the actual CVS repository - just a checked-out source tree, and the log from the repository. How can I get Bloof to process this logfile? Thanks for any help, Wayne |