DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22877>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22877

cvstagdiff support for cvs module aliases





------- Additional Comments From [EMAIL PROTECTED]  2003-10-14 09:17 -------
I did not submit this fix mainly because it works in the following way :
- output the module part of the path of the sources if it is different from the
requested module,
- otherwise remove from the path of the sources the module, ie print build.xml
instead of ant/build.xml or src/main/org/apache/tools/ant/Main.java instead of
ant/src/main/org/apache/tools/ant/Main.java. But if there are aliases around,
the cvs server would answer alias/src/main/org/apache/tools/ant/Main.java and
the alias/ bit would be preserved in the output.
I find this solution is maybe a bit too ad-hoc (ie aliased parts of modules
should not be treated specially).
I would prefer to add a new attribute includemodule, which if set to true would
make the output include the module name. The default would be false.
Ant users having CVS repositories with modules partially aliased, or wanting to
generate a report on several modules at once would pick includemodule="true"

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to