]> git.pld-linux.org Git - packages/cvsweb.git/commitdiff
- resolve error when checkouting file
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 2 Apr 2005 00:19:57 +0000 (00:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsweb-fixes.patch -> 1.2

cvsweb-fixes.patch

index a8aed204670d3dd7e297bf834224b287ffefc889..7368c540a2a885785570a0198c35492ae428af82 100644 (file)
        return "<A HREF=\"$where\">$name</A>\n";
  }
  
+--- ./cvsweb.cgi~      2005-04-02 03:11:28.000000000 +0300
++++ ./cvsweb.cgi       2005-04-02 03:18:05.000000000 +0300
+@@ -1253,6 +1253,10 @@
+       }
+     }
+     
++      # remove first slash
++      # otherwise we get "Absolute module reference invalid" error from cvs
++    $where =~ s#^/##;
++
+     ### just for the record:
+     ### 'cvs co' seems to have a bug regarding single checkout of
+     ### directories/files having spaces in it;
This page took 0.0956669999999999 seconds and 4 git commands to generate.