bloof-users Mailing List for Bloof - analyse software evolution
Status: Beta
Brought to you by:
pekacki
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ben...@id...> - 2004-05-22 12:25:05
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
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 |