SVN Problem
Moderators: silvia, selimgunay, Moderators
-
- Posts: 1
- Joined: Tue Oct 24, 2017 3:46 am
- Location: Stanford University
SVN Problem
Hello,
I am not able to check out the source code. I installed TortoiseSVN and then used the following command on my Windows Command Prompt:
svn co svn://peera.berkeley.edu/usr/local/svn/OpenSees/trunk OpenSees
But I get the following error message:
svn: E170013: Unable to connect to a repository at URL 'svn://peera.berkeley.edu/usr/local/svn/OpenSees/trunk'
svn: E730060: Can't connect to the host 'peera.berkeley.edu': A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because host has failed to respond.
I also tried accessing 'svn://peera.berkeley.edu/usr/local/svn/OpenSees/trunk' from my web browser, which redirects me to TortoiseSVN, and eventually I get the same error message.
Am I doing something wrong? Is there a problem with the server, or is it on my end? Does anybody get the same message?
I am not able to check out the source code. I installed TortoiseSVN and then used the following command on my Windows Command Prompt:
svn co svn://peera.berkeley.edu/usr/local/svn/OpenSees/trunk OpenSees
But I get the following error message:
svn: E170013: Unable to connect to a repository at URL 'svn://peera.berkeley.edu/usr/local/svn/OpenSees/trunk'
svn: E730060: Can't connect to the host 'peera.berkeley.edu': A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because host has failed to respond.
I also tried accessing 'svn://peera.berkeley.edu/usr/local/svn/OpenSees/trunk' from my web browser, which redirects me to TortoiseSVN, and eventually I get the same error message.
Am I doing something wrong? Is there a problem with the server, or is it on my end? Does anybody get the same message?
Re: SVN Problem
Yes, I do obtain the same errors, almost for one week already.
Their website was down in the last weekend, probably some maintenance is done.
Let's hope it will work soon!
Their website was down in the last weekend, probably some maintenance is done.
Let's hope it will work soon!
Re: SVN Problem
I think it is still not solved.
-
- Posts: 1
- Joined: Wed Dec 16, 2015 6:32 pm
- Location: University of California, San Diego
Re: SVN Problem
Not solved yet
Re: SVN Problem
It's working, but not from my university due to the firewall. It might be your case too.
Re: SVN Problem
No it is not working, long time i could not get connected and i have no firewall in my network.
Re: SVN Problem
my problem still not solved
XSD series sand washeris cleaning equipment of international advance level for sand and slag pellets, developed on the basis of introducing foreign outstanding technology of the same kind of products.
Re: SVN Problem
The project has relocated to the another server. You can find it below.
https://github.com/OpenSees
No more svn, instead they are using Git.
https://github.com/OpenSees
No more svn, instead they are using Git.
-
- Posts: 2
- Joined: Tue Sep 11, 2018 11:46 pm
- Location: La Sapienza
Re: SVN Problem
Hello,
I have some problems with SVN dowloaded from github.
1. '..\..\..\SRC\material\nD\stressDensityModel\StressDensityModel.cpp': No such file or directory
2. '..\..\..\SRC\material\nD\stressDensityModel\StressDensityModel2D.cpp': No such file or directory
3. '..\..\..\SRC\material\nD\stressDensityModel\StressDensityModel3D.cpp': No such file or directory
and also I have a problem with link
LINK : fatal error LNK1181: is impossible to open file input 'element.lib'
can someone help me? thanks
I have some problems with SVN dowloaded from github.
1. '..\..\..\SRC\material\nD\stressDensityModel\StressDensityModel.cpp': No such file or directory
2. '..\..\..\SRC\material\nD\stressDensityModel\StressDensityModel2D.cpp': No such file or directory
3. '..\..\..\SRC\material\nD\stressDensityModel\StressDensityModel3D.cpp': No such file or directory
and also I have a problem with link
LINK : fatal error LNK1181: is impossible to open file input 'element.lib'
can someone help me? thanks
-
- Posts: 1
- Joined: Wed Feb 22, 2012 11:32 pm
- Location: Texas
Re: SVN Problem
Well, I have the same problem.
I'm trying to checkout a newer version of OpenSees source code, but failed. The TortoiseSVN shows "Unable to connect to a repository at URL 'svn://peera.berkeley.edu/usr/local/svn/OpenSees/trunk'. Can't connect to host 'peera.berkeley.edu': A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond."
I used the above link in the March, 2018, and it did work very well. Maybe there is a problem with the URL or the repository?
I'm trying to checkout a newer version of OpenSees source code, but failed. The TortoiseSVN shows "Unable to connect to a repository at URL 'svn://peera.berkeley.edu/usr/local/svn/OpenSees/trunk'. Can't connect to host 'peera.berkeley.edu': A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond."
I used the above link in the March, 2018, and it did work very well. Maybe there is a problem with the URL or the repository?
-
- Posts: 1
- Joined: Fri Oct 19, 2018 10:53 pm
- Location: Switzerland
- Contact:
Re: SVN Problem
Hi... This is Viking Karlsson and I am new here and I need support from you peoples. I was surfing the net and at random land over here and find the stuff useful.
-
- Posts: 8
- Joined: Tue Oct 18, 2016 9:06 am
- Location: National Technical University of Athens
Re: SVN Problem
stefanocoluzzi wrote:
> Hello,
>
> I have some problems with SVN dowloaded from github.
> 1. '..\..\..\SRC\material\nD\stressDensityModel\StressDensityModel.cpp': No
> such file or directory
> 2. '..\..\..\SRC\material\nD\stressDensityModel\StressDensityModel2D.cpp':
> No such file or directory
> 3. '..\..\..\SRC\material\nD\stressDensityModel\StressDensityModel3D.cpp':
> No such file or directory
>
> and also I have a problem with link
>
> LINK : fatal error LNK1181: is impossible to open file input 'element.lib'
>
> can someone help me? thanks
Hello stefanocoluzzi ,
1) Select Release configuration, retarget your solution and select OpenSees as starting project. Remove projects OpenSeesTk and OpenSeesPy if you don't need them.
2) Github repository uses tcl8.6. In order to use 8.5 (which I guess you have) go to OpenSees (project) -> Linker -> Input -> Additional Dependencies and change tcl86t.lib and tk86t.lib to tcl85.lib and tk85.lib respectively.
3) Github repository also misses ifconsol.lib and libmmt.lib which is used to link lapack. Get these libs and drop them to Win64/lib folder.
4) Then build your solution.
I think now it'll work.
Dimitris Tsarpalis
> Hello,
>
> I have some problems with SVN dowloaded from github.
> 1. '..\..\..\SRC\material\nD\stressDensityModel\StressDensityModel.cpp': No
> such file or directory
> 2. '..\..\..\SRC\material\nD\stressDensityModel\StressDensityModel2D.cpp':
> No such file or directory
> 3. '..\..\..\SRC\material\nD\stressDensityModel\StressDensityModel3D.cpp':
> No such file or directory
>
> and also I have a problem with link
>
> LINK : fatal error LNK1181: is impossible to open file input 'element.lib'
>
> can someone help me? thanks
Hello stefanocoluzzi ,
1) Select Release configuration, retarget your solution and select OpenSees as starting project. Remove projects OpenSeesTk and OpenSeesPy if you don't need them.
2) Github repository uses tcl8.6. In order to use 8.5 (which I guess you have) go to OpenSees (project) -> Linker -> Input -> Additional Dependencies and change tcl86t.lib and tk86t.lib to tcl85.lib and tk85.lib respectively.
3) Github repository also misses ifconsol.lib and libmmt.lib which is used to link lapack. Get these libs and drop them to Win64/lib folder.
4) Then build your solution.
I think now it'll work.
Dimitris Tsarpalis