[cvsnt] perl vs python
Arthur Barrett
arthur.barrett at march-hare.com
Wed Jun 28 01:24:48 BST 2006
Joseph,
> Is there any known problems with using python
> for the verifymsg and commitinfo scripts?
The 3GL interface is generally a lot more "reliable" especially on windows, and means that you can get a server running without the need to install a whole new language. There is also a windows scripting interface for VBScpript etc.
> cvs commit -f -m "BugID:098765\nComment: some comment" notify
Why not use:
cvs commit -f -b 098765 -m "some comment"
Regards,
Arthur
More information about the cvsnt
mailing list