Is it just me, or is svn down? I keep getting 'svn: Connection closed unexpectedly' when trying to svn update my geoserver (trunk) source tree. I also tried to do a fresh checkout, but got the same error. Geotools svn works OK, though.
Vincent.
Is it just me, or is svn down? I keep getting 'svn: Connection closed unexpectedly' when trying to svn update my geoserver (trunk) source tree. I also tried to do a fresh checkout, but got the same error. Geotools svn works OK, though.
Vincent.
hmm it seems to be working for me. Maybe it was a temporary problem on codehaus and it is back up.
Brent Owens
(The Open Planning Project)
Vincent Schut wrote:
Is it just me, or is svn down? I keep getting 'svn: Connection closed unexpectedly' when trying to svn update my geoserver (trunk) source tree. I also tried to do a fresh checkout, but got the same error. Geotools svn works OK, though.
Vincent.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
Hmm, still not working for me, so it might be a local problem with my network... Anywatys, thanks for the info.
Vincent.
Brent Owens wrote:
hmm it seems to be working for me. Maybe it was a temporary problem on codehaus and it is back up.
Brent Owens
(The Open Planning Project)Vincent Schut wrote:
Is it just me, or is svn down? I keep getting 'svn: Connection closed unexpectedly' when trying to svn update my geoserver (trunk) source tree. I also tried to do a fresh checkout, but got the same error. Geotools svn works OK, though.
Vincent.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
I still can't reach geoserver svn from here. Tried from different computers at different (physical) locations (all in the Netherlands though) through different providers, but no luck. Everytime getting the 'Connection closed unexpectedly' message. Maybe someone could investigate, of give me some hints on how to find the problem here?
Vincent.
Brent Owens wrote:
hmm it seems to be working for me. Maybe it was a temporary problem on codehaus and it is back up.
Brent Owens
(The Open Planning Project)Vincent Schut wrote:
Is it just me, or is svn down? I keep getting 'svn: Connection closed unexpectedly' when trying to svn update my geoserver (trunk) source tree. I also tried to do a fresh checkout, but got the same error. Geotools svn works OK, though.
Vincent.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
Vincent Schut ha scritto:
I still can't reach geoserver svn from here. Tried from different computers at different (physical) locations (all in the Netherlands though) through different providers, but no luck. Everytime getting the 'Connection closed unexpectedly' message. Maybe someone could investigate, of give me some hints on how to find the problem here?
It works fine from here too... so, Codehaus is somewhere in the states afaik (?), Brent is in Canada and has no problems, I'm in Italy and it works fine from here too (tried from two different connections, two
different providers as well, and to make sure the second one was
a pure anonymous contact, no developer login information around).
I tested with
svn co https://svn.codehaus.org/geoserver/branches/1.4.x 1.4.x
So it seems to be some internet issue that's hitting Netherlands?
Cheers
Andrea
Andrea Aime wrote:
Vincent Schut ha scritto:
I still can't reach geoserver svn from here. Tried from different computers at different (physical) locations (all in the Netherlands though) through different providers, but no luck. Everytime getting the 'Connection closed unexpectedly' message. Maybe someone could investigate, of give me some hints on how to find the problem here?
It works fine from here too... so, Codehaus is somewhere in the states afaik (?), Brent is in Canada and has no problems, I'm in Italy and it works fine from here too (tried from two different connections, two
different providers as well, and to make sure the second one was
a pure anonymous contact, no developer login information around).
I tested with
svn co https://svn.codehaus.org/geoserver/branches/1.4.x 1.4.x
Ha, that appears to be the reason. You are using the https:// url, I was using the svn:// url.
https://svn.codehaus.org/geoserver/trunk/ works for me (but I thought it would only work if you had commit access, that's what http://docs.codehaus.org/display/GEOSDOC/3+Source+Code seems to suggest).
svn://svn.codehaus.org/geoserver/trunk/ does *not* work however, which is the url that is suggested on the GEOS dev doc website.
Well, glad it works now, but maybe someone should test the svn:// url access, or correct the webpage?
Thanks for looking into this,
Vincent.
So it seems to be some internet issue that's hitting Netherlands?
Cheers
Andrea-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
Vincent Schut ha scritto:
Andrea Aime wrote:
Vincent Schut ha scritto:
I still can't reach geoserver svn from here. Tried from different
computers at different (physical) locations (all in the
Netherlands though) through different providers, but no luck.
Everytime getting the 'Connection closed unexpectedly' message.
Maybe someone could investigate, of give me some hints on how to
find the problem here?It works fine from here too... so, Codehaus is somewhere in the
states afaik (?), Brent is in Canada and has no problems, I'm in
Italy and it works fine from here too (tried from two different
connections, two different providers as well, and to make sure the
second one was a pure anonymous contact, no developer login
information around). I tested with svn co
https://svn.codehaus.org/geoserver/branches/1.4.x 1.4.xHa, that appears to be the reason. You are using the https:// url, I
was using the svn:// url.https://svn.codehaus.org/geoserver/trunk/ works for me (but I thought
it would only work if you had commit access, that's what
http://docs.codehaus.org/display/GEOSDOC/3+Source+Code seems to
suggest). svn://svn.codehaus.org/geoserver/trunk/ does *not* work
however, which is the url that is suggested on the GEOS dev doc
website. Well, glad it works now, but maybe someone should test the
svn:// url access, or correct the webpage?
Bonk! (head falling on the table)
Sorry, I did not realize that could be the problem. Yeah, svn:// never
worked for me neither, but I did not use the guide so I did not notice
it was wrong...
Fixed it now. Thank you for reporting
Cheers
Andrea Aime
Glad you got it working. I will update the docs so there is less confusion.
Brent Owens
(The Open Planning Project)
Vincent Schut wrote:
Andrea Aime wrote:
Vincent Schut ha scritto:
I still can't reach geoserver svn from here. Tried from different computers at different (physical) locations (all in the Netherlands though) through different providers, but no luck. Everytime getting the 'Connection closed unexpectedly' message. Maybe someone could investigate, of give me some hints on how to find the problem here?
It works fine from here too... so, Codehaus is somewhere in the states afaik (?), Brent is in Canada and has no problems, I'm in Italy and it works fine from here too (tried from two different connections, two
different providers as well, and to make sure the second one was
a pure anonymous contact, no developer login information around).
I tested with
svn co https://svn.codehaus.org/geoserver/branches/1.4.x 1.4.x
Ha, that appears to be the reason. You are using the https:// url, I was using the svn:// url.
https://svn.codehaus.org/geoserver/trunk/ works for me (but I thought it would only work if you had commit access, that's what http://docs.codehaus.org/display/GEOSDOC/3+Source+Code seems to suggest).
svn://svn.codehaus.org/geoserver/trunk/ does *not* work however, which is the url that is suggested on the GEOS dev doc website.
Well, glad it works now, but maybe someone should test the svn:// url access, or correct the webpage?Thanks for looking into this,
Vincent.
So it seems to be some internet issue that's hitting Netherlands?
Cheers
Andrea-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel