1/1
SVN problem
by meitoku on Jan 1, 2014 |
meitoku
Posts: 26 Joined: Nov 21, 2013 Last seen: Oct 18, 2015 |
||
Today, I use svn to get source code of OpenRISC but I get an error:
svn: E175002: Server sent unexpected return value (504 Gateway Time-out) in response to OPTIONS request for 'http://opencores.org/ocsvn/openrisc/openrisc/trunk' |
RE: SVN problem
by houtzager on Jan 2, 2014 |
houtzager
Posts: 1 Joined: Feb 11, 2012 Last seen: Jan 4, 2016 |
||
Same here!! Both minsoc and orpsoc will not build. Due to the absence of the or1200 repository. very unfortunate....
|
RE: SVN problem
by gavin_bowlby on Jan 3, 2014 |
gavin_bowlby
Posts: 2 Joined: Jan 2, 2014 Last seen: Jan 6, 2014 |
||
I'm seeing the same problem:
$ svn co http://opencores.org/ocsvn/openrisc/openrisc/trunk svn: E175002: Unable to connect to a repository at URL 'http://opencores.org/ocsvn/openrisc/openrisc/trunk' svn: E175002: Server sent unexpected return value (504 Gateway Time-out) in response to OPTIONS request for 'http://opencores.org/ocsvn/openrisc/openrisc/trunk' Does anyone have a suggestion on who to contact about this problem? Regards, Gavin Bowlby |
RE: SVN problem
by ocadmin on Jan 5, 2014 |
ocadmin
Posts: 76 Joined: Oct 27, 2007 Last seen: Dec 17, 2024 |
||
Hi,
This problem is now fixed. // OC-team |
RE: SVN problem
by gavin_bowlby on Jan 5, 2014 |
gavin_bowlby
Posts: 2 Joined: Jan 2, 2014 Last seen: Jan 6, 2014 |
||
Marcus Erlandsson has fixed this problem. Thanks, Marcus!
|
RE: SVN problem
by majenko on Jun 28, 2016 |
majenko
Posts: 1 Joined: Aug 3, 2012 Last seen: Jul 11, 2022 |
||
Problem seems to have reappeared again...?
Preparing or1200 Checking out http://opencores.org/ocsvn/openrisc/openrisc/trunk/or1200 revision 852 to /home/matt/openrisc/orpsoc-build/cache/or1200 svn: E175002: Unable to connect to a repository at URL 'http://opencores.org/ocsvn/openrisc/openrisc/trunk/or1200' svn: E175002: Unexpected HTTP status 504 'Gateway Time-out' on '/ocsvn/openrisc/openrisc/trunk/or1200' |
RE: SVN problem
by olof on Jun 29, 2016 |
olof
Posts: 218 Joined: Feb 10, 2010 Last seen: Dec 17, 2018 |
||
Hi,
It looks like you are using FuseSoC, so try to update the core library. I switched a while ago so that we fetch or1200 from github instead to avoid the shaky SVN server at OpenCores If you have a relatively new FuseSoC, it should be enough to run 'fusesoc update', or you can manually enter the core library (probably at ~/.local/share/orpsoc-cores) and run git pull Let me know if that helps //Olof |
1/1