> Gumpy works against the CVS HEAD version of commons-httpclient. It is > supposed to use the 2.x branch, but there seems to be a bug in Gumpy. > Take this as a heads up that CVS HEAD of httpclient is incompatible > with 2.x for your usage.
Yup. I think when I attempted to take tag from CVS or Module I failed: http://lsd.student.utwente.nl/gump/commons-httpclient-20-branch/work/update_commons-httpclient-20-branch.html This is the code I hade on the Python 'Module' class: if self.cvs.hasTag() or self.hasTag(): cmd.addParameter('-r',self.cvs.getTag() or self.getTag(),' ') -- I added the self.has/get Tag yesterday. Unfortunately I think (due to some complexities of the XML objects) that getTag returns string 'None' not None, and hence the problem. I'll fix it. regards Adam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
