Menu

CVSGrab 2.2.3-SNAPSHOT fails on spring-rich-c

Help
2006-09-11
2013-04-02
  • Oliver Kaltenecker

    Hi there,

    I' trying to get the spring-rich-c via CVSGrab. I am using the following shell script:

    #!/bin/bash
    /opt/cvsgrab/cvsgrab.sh -proxyHost [myproxy] -proxyPort [myproxyport] -clean -prune -rootUrl http://spring-rich-c.cvs.sourceforge.net -packagePath spring-rich-c > cvsgrab.log 2>&1

    As a result I am getting the following errors in cvsgrab.log:

    CVSGrab - -Using proxy [myproxy]:[myproxyport]
    CVSGrab - -CVSGrab version 2.2.3-SNAPSHOT starting...
    CVSGrab - -Detected cvs web interface: ViewVC 1.0.1
    CVSGrab - -cvs update: Updating spring-rich-c/
    java.lang.RuntimeException: Error 404 when reading http://spring-rich-c.cvs.sourceforge.net/spring-rich-c/spring-rich-c/
        at net.sourceforge.cvsgrab.WebBrowser.executeMethod(WebBrowser.java:273)
        at net.sourceforge.cvsgrab.WebBrowser.getResponse(WebBrowser.java:314)
        at net.sourceforge.cvsgrab.WebBrowser.getDocument(WebBrowser.java:387)
        at net.sourceforge.cvsgrab.WebBrowser.getDocument(WebBrowser.java:377)
        at net.sourceforge.cvsgrab.RemoteDirectory.loadContents(RemoteDirectory.java:120)
        at net.sourceforge.cvsgrab.CVSGrab.grabCVSRepository(CVSGrab.java:603)
        at net.sourceforge.cvsgrab.CVSGrab.run(CVSGrab.java:355)
        at net.sourceforge.cvsgrab.CVSGrab.main(CVSGrab.java:244)
    [ERROR] CVSGrab - -Error while getting files from http://spring-rich-c.cvs.sourceforge.net/spring-rich-c/spring-rich-c/
    CVSGrab - ------
    [ERROR] CVSGrab - -There were some errors.
    [ERROR] CVSGrab - -If you cannot find an obvious answer, report the problem to http://sourceforge.net/forum/forum.php?forum_id=174128

    Using the same with -rootUrl http://xmltv.cvs.sourceforge.net -packagePath xmltv works like a charm.

    So what am I doing wrong?

    Any help would be appreciated.

    Thank you in advance.

     
    • Shinobu Kawai

      Shinobu Kawai - 2006-09-12

      It looks like they moved to subversion.

      http://sourceforge.net/svn/?group_id=113660

       

Log in to post a comment.