Page 1 of 1

svn: E000104: Error running context: Connection reset by peer

Posted: September 6th, 2023, 2:04 pm
by jmarlow
When I use the svn command to export the source code from the repository, I get the following error:

svn: E170013: Unable to connect to a repository at URL '[URL deleted by the moderator]'
svn: E000104: Error running context: Connection reset by peer

Is there anything I can do on my end to work around this?

Re: svn: E000104: Error running context: Connection reset by peer

Posted: September 7th, 2023, 6:44 am
by sonny.zinn
I was able to download the HYSPLIT source code using the svn command a few minutes ago. Perhaps, your system is configured to use IPv6 address? If this is the case, you might want to try the wget command with the IPv4 address only option. The download instructions you received describe how to use the wget command. Add the -4 option for the wget command to use IPv4 address.

Re: svn: E000104: Error running context: Connection reset by peer

Posted: September 10th, 2023, 4:55 pm
by jmarlow
Thank you, I just tried that, but now I am receiving the error:

Resolving svn.arl.noaa.gov (svn.arl.noaa.gov)... 140.90.205.132
Connecting to svn.arl.noaa.gov (svn.arl.noaa.gov)|140.90.205.132|:8443... connected.
GnuTLS: Error in the pull function.
Unable to establish SSL connection.

Re: svn: E000104: Error running context: Connection reset by peer

Posted: September 11th, 2023, 6:56 am
by sonny.zinn
Thanks for trying. I will contact our IT department.

Re: svn: E000104: Error running context: Connection reset by peer

Posted: September 11th, 2023, 11:31 am
by sonny.zinn
Have you included the --no-check-certificate option when you tried the wget command? If it was already tried, our IT department wants to know what operating system you are using, the svn/wget version numbers, and the full command-line used to pull the code (except for the username and the password).

Re: svn: E000104: Error running context: Connection reset by peer

Posted: September 11th, 2023, 12:00 pm
by jmarlow
Yes, I am including the --no-check-certificate option. I'm using the Linux operating system, wget version 1.19.5, and svn version 1.10.2.

Full command:

wget -r --reject "index.html*" -nH --cut-dirs=1 --secure-protocol=auto --no-parent
--no-check-certificate --user=XXXXXX --password=XXXXXX
https://svn.arl.noaa.gov:8443/svn/hyspl ... it.vX.Y.Z/