devide icon indicating copy to clipboard operation
devide copied to clipboard

Johannes does not support CVSNT CVS client

Open GoogleCodeExporter opened this issue 9 years ago • 0 comments

What steps will reproduce the problem?
1. Check out johannes (I used r3227)
2. Set up build environment. I used the CVSNT cvs.exe from TortoiseCVS,
which I added to the PATH
3. python johannes.py -w ...

What is the expected output? What do you see instead?
Johannes complains about being unable to get the CVS version. Two things
seem to cause this problem:
1. CVSNT doesn't support the -z3 parameter
2. The version is reported as "Concurrent Versions System (CVSNT) 2.5.03"
rather than "Concurrent Versions System (CVS) ..."

The attached patch fixes the issue, although it may be better to add the
-z3 parameter back once johannes finds a cvs client which supports it.

Original issue reported on code.google.com by [email protected] on 1 Sep 2008 at 3:03

Attachments:

GoogleCodeExporter avatar Mar 21 '15 21:03 GoogleCodeExporter