Hi all,
I was trying to download roms3.0 from the website www.myroms.org by using svn
The command:
svn checkout --username pruthviraj https://www.myroms.org/svn/src/trunk roms
(roms is the working directory)
but i was getting an error message like
svn: PROPFIND request failed on '/svn/src'
svn: PROPFIND of '/svn/src': could not connect to server (
https://www.myroms.org)
After this I also tried to download ROMS 3.0 using the eSVN interface,even then the same error.
I sure about the user name and password.
I am on a linux machine. Please advice me what could be the error and how it can be corrected. or is there any other way to download the code???
is it a server problem with the roms website??
Thanks in advance!!
svn checkout problem with roms3.0
-
- Posts: 3
- Joined: Mon Oct 08, 2007 11:27 pm
- Location: IISc, Bangalore
Re: svn checkout problem with roms3.0
I just clicked on this link and was able to log in, providing my username and password.pruthviraj wrote: https://www.myroms.org/svn/src/trunk
-
- Posts: 3
- Joined: Mon Oct 08, 2007 11:27 pm
- Location: IISc, Bangalore
A google search brings up this thread:
http://forums.gentoo.org/viewtopic-p-38 ... ml#3837282
I don't understand it...
http://forums.gentoo.org/viewtopic-p-38 ... ml#3837282
I don't understand it...
I have looked at the svn and apache log files and it does not appear that user name pruthviraj has attempted to download the code, failed or otherwise. I can see your connections through a web browser. It could be a firewall or proxy server issue. SVN transmits data using the WebDAV protocol; perhaps you're behind a firewall or proxy server that is blocking that.
Dave
Dave
-
- Posts: 3
- Joined: Mon Oct 08, 2007 11:27 pm
- Location: IISc, Bangalore