svn Download problem ?
Moderators: silvia, selimgunay, Moderators
Re: svn Download problem ?
Do you know the date, when the moving to github will be completed?
Re: svn Download problem ?
change opensees.berkeley.edu to peera.berkeley.edu
Re: svn Download problem ?
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
https://git-scm.com/book/en/v2/Git-and- ... ing-to-Git
Re: svn Download problem ?
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
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
With Regards,
sb1966
Re: svn Download problem ?
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
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
Re: svn Download problem ?
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.
Re: svn Download problem ?
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,
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
With Regards,
sb1966
Re: svn Download problem ?
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.
Re: svn Download problem ?
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.
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
With Regards,
sb1966
Re: svn Download problem ? Please provide tarball
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
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
With Regards,
sb1966
Re: svn Download problem ?
you are using peera.berkeley.edu?
Re: svn Download problem ?
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.
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
With Regards,
sb1966