what is the svn url
Dean Hiller <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Message-ID | <[email protected]> |
Trying to get the latest release and the urls I tried didn't work. I couldn't find a URL in the archives and only saw a view cvs one on the site. $ svn co http://svn.apache.org/viewcvs.cgi/jakarta/bcel/ svn: PROPFIND request failed on '/viewcvs.cgi/jakarta/bcel' svn: PROPFIND of '/viewcvs.cgi/jakarta/bcel': 301 Moved (http://svn.apache.org) I tried.... $ svn co http://svn.apache.org/jakarta/bcel/ svn: PROPFIND request failed on '/jakarta/bcel' svn: PROPFIND of '/jakarta/bcel': 405 Method Not Allowed (http://svn.apache.org) I tried $ svn co http://svn.apache.org/bcel/ svn: PROPFIND request failed on '/bcel' svn: PROPFIND of '/bcel': 405 Method Not Allowed (http://svn.apache.org) It would be even nicer if the latest was posted on jakarta instead of having to manually build it :). Anyone have the URL. thanks, dean