svn Download problem ?

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

Moderators: silvia, selimgunay, Moderators

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

Re: svn Download problem ?

Post by rafal » Thu Jul 30, 2015 8:34 am

Do you know the date, when the moving to github will be completed?

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: svn Download problem ?

Post by fmk » Thu Aug 06, 2015 2:10 pm

change opensees.berkeley.edu to peera.berkeley.edu

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

Re: svn Download problem ?

Post by rafal » Fri Aug 21, 2015 12:36 am

I found free Git Pro book https://git-scm.com/book/en/v2 (html, pdf, epub, mobi files) which could be handy for all future contributors of Opensees on github and in particular for migrating from svn to git there is a useful guide there and hints on how to clean history when using "git svn" migration tool

https://git-scm.com/book/en/v2/Git-and- ... ing-to-Git

sb1966
Posts: 151
Joined: Wed Jul 23, 2008 8:08 am
Location: NERIST, INDIA
Contact:

Re: svn Download problem ?

Post by sb1966 » Thu Oct 15, 2015 7:47 am

Dear fmk,
I tried to download the source code via svn page using svn co svn://peera.berkeley.edu/usr/local/svn/OpenSees/trunk OpenSees. But I am getting the following error

svn: E000111: Unable to connect to a repository at URL 'svn://peera.berkeley.edu/usr/local/svn/OpenSees/trunk'
svn: E000111: Can't connect to host 'peera.berkeley.edu': Connection refused.

In a post in July, you mentioned that OpenSees is moving to git. May I know when would the process be over?
I would also like to know if any work around is available for the above error, for now.

Thanks and Regards
----------------------------------
With Regards,
sb1966

Sanjeema
Posts: 14
Joined: Tue Nov 17, 2015 4:37 am
Location: Tokyo Institute of Technology

Re: svn Download problem ?

Post by Sanjeema » Wed Nov 18, 2015 10:46 pm

Dear Admin,

I tried downloading the source code via svn as:

Command: Checkout from svn://opensees.berkeley.edu/usr/local/svn/OpenSees/trunk/DEVELOPER, revision HEAD, Fully recursive, Externals included
Error: Unable to connect to a repository at URL
Error: 'svn://opensees.berkeley.edu/usr/local/svn/OpenSees/trunk/DEVELOPER'
Error: Can't connect to host 'opensees.berkeley.edu': A connection attempt failed
Error: because the connected party did not properly respond after a period of time,
Error: or established connection failed because connected host has failed to respond.

I changed opensees.berkeley.edu to peera.berkeley.edu. But, it still results in error.

Command: Checkout from svn://peera.berkeley.edu/usr/local/svn/OpenSees/trunk/DEVELOPER, revision HEAD, Fully recursive, Externals included
Error: Unable to connect to a repository at URL
Error: 'svn://peera.berkeley.edu/usr/local/svn/OpenSees/trunk/DEVELOPER'
Error: Can't connect to host 'peera.berkeley.edu': A connection attempt failed because
Error: the connected party did not properly respond after a period of time, or
Error: established connection failed because connected host has failed to respond.

Please suggest me what I should do.

Thank you.

Sanjeema

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: svn Download problem ?

Post by fmk » Thu Nov 19, 2015 3:21 pm

peera allows limited connections .. dependi on trafffic it can appear up or down .. if you have problems, come back after a few minutes and try again. sorry.

sb1966
Posts: 151
Joined: Wed Jul 23, 2008 8:08 am
Location: NERIST, INDIA
Contact:

Re: svn Download problem ?

Post by sb1966 » Fri Mar 11, 2016 8:08 am

Dear fmk / Admin,

Is there any change in the svn download issue? I am still having the trouble, in 'peera' server. Get following message:
=============================
sukumar@sukumar-HP-Elite-7100-Microtower-PC:~/OpenSees$ svn co svn://peera.berkeley.edu/usr/local/svn/OpenSees/trunk OpenSees
svn: E000111: Unable to connect to a repository at URL 'svn://peera.berkeley.edu/usr/local/svn/OpenSees/trunk'
svn: E000111: Can't connect to host 'peera.berkeley.edu': Connection refused

==========================================

My internet connection is perfectly working otherwise. Please help me,
----------------------------------
With Regards,
sb1966

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: svn Download problem ?

Post by fmk » Sat Mar 12, 2016 8:07 pm

not sure what the issue is .. seems to be spotty, could be due to server overload .. it is working fine for me and for me from both my laptop and an amazon cluster i just started to test the problem with .. i will place a tarball of the current release on-line on Monday as a backup for when people have issues.

sb1966
Posts: 151
Joined: Wed Jul 23, 2008 8:08 am
Location: NERIST, INDIA
Contact:

Re: svn Download problem ?

Post by sb1966 » Wed May 18, 2016 11:10 am

Dear Admin,

I have been trying to do svn check out atleast twice in a week over these months but facing the same problem. It says connection refused. Now as the new version has been released, it has become urgent to re compile. Therefore, can we expect some tarball like archive hosted in the web site, similar to many other opensource softwares?

This will greatly resolve the above issue.

Hope not to annoy any one by raising same issue time and again; it's absolutely necessary to have the latest source code.

Thanks and regards.
----------------------------------
With Regards,
sb1966

sb1966
Posts: 151
Joined: Wed Jul 23, 2008 8:08 am
Location: NERIST, INDIA
Contact:

Re: svn Download problem ? Please provide tarball

Post by sb1966 » Fri May 20, 2016 8:47 am

Dear fmk,

fmk wrote:
> not sure what the issue is .. seems to be spotty, could be due to server
> overload .. it is working fine for me and for me from both my laptop and an
> amazon cluster i just started to test the problem with .. i will place a
> tarball of the current release on-line on Monday as a backup for when
> people have issues.

As mentioned above, would you please upload a tarball of version 2.5.0 ? I have been unable to download from svn repository is still not possible even after practically perpetual trial over these months, due to the same strange issue.
I badly need a working pvd Recorder option.

Hope you would kindly provide a downloadable tarball.

Thanks and regards
----------------------------------
With Regards,
sb1966

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: svn Download problem ?

Post by fmk » Tue May 24, 2016 9:45 am

you are using peera.berkeley.edu?

sb1966
Posts: 151
Joined: Wed Jul 23, 2008 8:08 am
Location: NERIST, INDIA
Contact:

Re: svn Download problem ?

Post by sb1966 » Tue May 24, 2016 2:10 pm

Dear fmk.
Thanks for your reply. Yes, I am using peera.berkeley.edu. But still having the same issue. I came to know that tarball uploading is difficult due to paucity of space/cost. I don't know what to do. Hope you can guide me with some solution.

Thanks for your help all the way.
----------------------------------
With Regards,
sb1966

Post Reply