SVN Problem

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
armandomessina
Posts: 1
Joined: Tue Oct 24, 2017 3:46 am
Location: Stanford University

SVN Problem

Post by armandomessina » Wed Jul 25, 2018 10:52 pm

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?

CMiculas
Posts: 26
Joined: Wed Oct 25, 2017 6:23 am
Location: University of Coimbra

Re: SVN Problem

Post by CMiculas » Thu Jul 26, 2018 5:30 am

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!

yekose
Posts: 50
Joined: Thu May 15, 2008 5:46 am
Location: Turkey

Re: SVN Problem

Post by yekose » Mon Aug 13, 2018 1:35 am

I think it is still not solved.

MukeshKumarRamancha
Posts: 1
Joined: Wed Dec 16, 2015 6:32 pm
Location: University of California, San Diego

Re: SVN Problem

Post by MukeshKumarRamancha » Mon Aug 13, 2018 3:02 pm

Not solved yet

CMiculas
Posts: 26
Joined: Wed Oct 25, 2017 6:23 am
Location: University of Coimbra

Re: SVN Problem

Post by CMiculas » Wed Sep 05, 2018 5:45 am

It's working, but not from my university due to the firewall. It might be your case too.

yekose
Posts: 50
Joined: Thu May 15, 2008 5:46 am
Location: Turkey

Re: SVN Problem

Post by yekose » Sat Sep 08, 2018 12:17 am

No it is not working, long time i could not get connected and i have no firewall in my network.

rafal
Posts: 51
Joined: Sun Feb 22, 2015 5:58 am

Re: SVN Problem

Post by rafal » Wed Sep 12, 2018 1:28 am

I found by accident github repository for OpenSees

https://github.com/OpenSees

deepcone
Posts: 2
Joined: Fri Sep 28, 2018 6:22 pm
Location: HK
Contact:

Re: SVN Problem

Post by deepcone » Fri Sep 28, 2018 11:03 pm

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.

yekose
Posts: 50
Joined: Thu May 15, 2008 5:46 am
Location: Turkey

Re: SVN Problem

Post by yekose » Sun Oct 07, 2018 1:33 am

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.

stefanocoluzzi
Posts: 2
Joined: Tue Sep 11, 2018 11:46 pm
Location: La Sapienza

Re: SVN Problem

Post by stefanocoluzzi » Tue Oct 09, 2018 8:11 am

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

tianzhongjun
Posts: 1
Joined: Wed Feb 22, 2012 11:32 pm
Location: Texas

Re: SVN Problem

Post by tianzhongjun » Wed Oct 17, 2018 3:33 pm

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?

karlssonviking
Posts: 1
Joined: Fri Oct 19, 2018 10:53 pm
Location: Switzerland
Contact:

Re: SVN Problem

Post by karlssonviking » Mon Oct 29, 2018 4:10 am

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.

TsarpalisD
Posts: 8
Joined: Tue Oct 18, 2016 9:06 am
Location: National Technical University of Athens

Re: SVN Problem

Post by TsarpalisD » Mon Nov 05, 2018 5:29 am

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

jdqiao
Posts: 1
Joined: Tue May 08, 2018 1:04 am
Location: central south university

Re: SVN Problem

Post by jdqiao » Fri Nov 16, 2018 10:17 pm


Post Reply