Hi all,

In java, javadoc especially, there are tags such as @author and @version.
Now if we use that together with CVS, the result is rather ugly...ie...

@author $Author$     -> @author $Author: mrxyz$
@version $Revision$  -> @version $Revision: 1.2$

It would be really nice to extend CVS to recognize @author and @version
instead so we can get

@author mrxyz  (note: no colons)
@version 1.2 (note no colons)

If I use the -kv switch, it would like above, but then CVS will do no more
kw subsitution because the kewords are gone.

Please add for the next beta...PLEASE!!!

Thanks...




_______________________________________________
Cvsnt mailing list
[EMAIL PROTECTED]
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Reply via email to