Jijun Yu wrote: > Hi, > > I added the line "66.35.250.146 svn.sourceforge.net" into /etc/hosts > as the mail said, however, svn update spec-file-extra doesn't work yet. > bash-3.00$ grep svn.sourceforge.net /etc/hosts > 66.35.250.146 svn.sourceforge.net > > And the error message is as usual. > bash-3.00$ svn up > svn: PROPFIND request failed on > '/svnroot/pkgbuild/spec-files-extra/trunk' > svn: PROPFIND of '/svnroot/pkgbuild/spec-files-extra/trunk': Could not > create SSL connection through proxy server (https://svn.sourceforge.net) > > I also have "files" in the hosts line in /etc/nsswitch.conf. > bash-3.00$ grep hosts /etc/nsswitch.conf > # "hosts:" and "services:" in this file are used only if the > hosts: nis [NOTFOUND=return] files > > For looking up name sever of pkgbuild.svn.sourceforge.net, the > connection is timed out. > bash-3.00$ nslookup pkgbuild.svn.sourceforge.net > ;; connection timed out; no servers could be reached > > Don't know why? Anything I missed? > > Thanks, > Jerry > Jerry, Looks like it is something to do with your proxy :( You might try starting from scratch by removing (or moving) your spec-files-extra directory and download it from scratch using the pkgbuild.svn.sourceforge.net address.
Doug svn co https://pkgbuild.svn.sourceforge.net/svnroot/pkgbuild/spec-files-extra/trunk spec-files-extra
