fvpolpeta / devide

Automatically exported from code.google.com/p/devide
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Johannes does not support CVSNT CVS client #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 stef.bus...@gmail.com on 1 Sep 2008 at 3:03

Attachments: