I'm following the instructions from the sfcvs README file:
==================
SFCVS, 2002
A stupid little program for retrieving files stored on SourceForge CVS
servers using the viewcvs web interface and bypass stupid proxy limitations.
Required:
- python (tested with 2.2)
- patched urllib2 for fixing problems with proxy authentication (should
not be required for future versions of python)
1) Apply the patch in the patch directory in the archive or simply copy the
supplied urllib2.py to :
{PYTHON_HOME}/lib
(Only tested with python 2.2, may be useable with other versions)
2) Run the program this way:
python sfcvs.py {proxy server} {proxy username} {proxy password} {project
name} {destination directory}
For example, for retrieving the files from the project "python", type:
python sfcvs.py homa_si bart python c:/tmp
That's all!
====================
> -----Original Message-----
> From: Jason Dillon [SMTP:[EMAIL PROTECTED]
> Sent: Friday, September 05, 2003 8:56 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [build]DataConversionException - not found
>
> Um what is this python mess for?
>
> --jason
>
>
> On Friday, September 5, 2003, at 04:57 AM, Lynch, Peter wrote:
>
> > Siva,
> >
> > I tried sfcvs and got this output:
> >
> > D:\sfcvs>d:\Python22\python.exe sfcvs.py <proxy name> <userid>
> > <password>
> > incubator-geronimo d:\geronimo
> > level:
> > d:/geronimo/incubator-geronimo/incubator-geronimo
> > Creating directory d:/geronimo/incubator-geronimo/incubator-geronimo
> > parsing
> > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/incubator-geronimo
> > Traceback (most recent call last):
> > File "sfcvs.py", line 111, in ?
> > entries=cvs.start()
> > File "sfcvs.py", line 69, in start
> > htmldata=http.get(VIEW_URL+self.project+level)
> > File "d:\sfcvs\httpget.py", line 42, in get
> > return(self.fget(url))
> > File "d:\sfcvs\httpget.py", line 38, in fget
> > f = urllib2.urlopen(url)
> > File "d:\Python22\lib\urllib2.py", line 138, in urlopen
> > return _opener.open(url, data)
> > File "d:\Python22\lib\urllib2.py", line 322, in open
> > '_open', req)
> > File "d:\Python22\lib\urllib2.py", line 301, in _call_chain
> > result = func(*args)
> > File "d:\Python22\lib\urllib2.py", line 792, in http_open
> > return self.do_open(httplib.HTTP, req)
> > File "d:\Python22\lib\urllib2.py", line 777, in do_open
> > h.endheaders()
> > File "d:\Python22\lib\httplib.py", line 695, in endheaders
> > self._send_output()
> > File "d:\Python22\lib\httplib.py", line 581, in _send_output
> > self.send(msg)
> > File "d:\Python22\lib\httplib.py", line 548, in send
> > self.connect()
> > File "d:\Python22\lib\httplib.py", line 532, in connect
> > raise socket.error, msg
> > socket.error: (10061, 'Connection refused')
> >
> > any idea what is going wrong?
> >
> > Regards,
> > Peter Lynch
> >
> >> -----Original Message-----
> >> From: Siva [SMTP:[EMAIL PROTECTED]
> >> Sent: Wednesday, August 27, 2003 3:45 PM
> >> To: [EMAIL PROTECTED]
> >> Subject: Re: [build]DataConversionException - not found
> >>
> >> Try SFCVS from <http://www.angelfire.com/rnb/sfcvs/>
> >>
> >> Siva
> >>
> >> ----- Original Message -----
> >> From: Khrishnamurthy, Sankar <mailto:[EMAIL PROTECTED]>
> >> To: [EMAIL PROTECTED]
> >> <mailto:[EMAIL PROTECTED]>
> >> Sent: Wednesday, August 27, 2003 2:59 AM
> >> Subject: RE: [build]DataConversionException - not found
> >>
> >>
> >> Apparently cvsgrab did not grab all the files from the repository.
> >> DataConversionException is in place. Sorry about that folks.
> >>
> >> Is there any other tool that will work through firewalls?
> >> --
> >> Sankar
> >>
> >
> > This communication is confidential and may contain privileged material.
> > If you are not the intended recipient you must not use, disclose, copy
> > or retain it.
> > If you have received it in error please immediately notify me by
> > return email
> > and delete the emails.
> > Thank you.
> >
This communication is confidential and may contain privileged material.
If you are not the intended recipient you must not use, disclose, copy or
retain it.
If you have received it in error please immediately notify me by return email
and delete the emails.
Thank you.