Checking out modules/core

View: New views
7 Messages — Rating Filter:   Alert me  

Checking out modules/core

by Stef Bidi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm getting this error when checking out from svn:

stefan-test:/usr/src# svn co svn://svn.gna.org/svn/gnustep/modules/core

Fetching external item into 'core/gui'
svn: OPTIONS of 'http://svn.gna.org/svn/gnustep/libs/gui/trunk': could not connect to server (http://svn.gna.org)

Shouldn't that be "svn://svn.gna.org"?

Stefan

_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@...
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: Checking out modules/core

by Adam Fedor-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Jun 28, 2009, at 3:50 PM, Stefan Bidigaray wrote:

I'm getting this error when checking out from svn:

stefan-test:/usr/src# svn co svn://svn.gna.org/svn/gnustep/modules/core


You should probable use:


for a read-only repository, and

svn co svn+ssh://svn.gna.org/svn/gnustep/devmodules/core

for a developer/writeable repository.


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@...
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: Checking out modules/core

by Stef Bidi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thing is if I use http://svn.gna.org/svn/gnustep/modules/core I get a similar error about not being able to connect to http://svn.gna.org.

On Sun, Jun 28, 2009 at 5:11 PM, Adam Fedor <fedor@...> wrote:

On Jun 28, 2009, at 3:50 PM, Stefan Bidigaray wrote:

I'm getting this error when checking out from svn:

stefan-test:/usr/src# svn co svn://svn.gna.org/svn/gnustep/modules/core


You should probable use:


for a read-only repository, and


for a developer/writeable repository.


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@...
http://lists.gnu.org/mailman/listinfo/gnustep-dev



_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@...
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: Checking out modules/core

by Adam Fedor-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I don't get that problem, so it might be something with your connectivity, or perhaps it is being blocked somehow.


On Jun 28, 2009, at 4:51 PM, Stefan Bidigaray wrote:

Thing is if I use http://svn.gna.org/svn/gnustep/modules/core I get a similar error about not being able to connect to http://svn.gna.org.

On Sun, Jun 28, 2009 at 5:11 PM, Adam Fedor <fedor@...> wrote:

On Jun 28, 2009, at 3:50 PM, Stefan Bidigaray wrote:

I'm getting this error when checking out from svn:

stefan-test:/usr/src# svn co svn://svn.gna.org/svn/gnustep/modules/core


You should probable use:


for a read-only repository, and


for a developer/writeable repository.


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@...
http://lists.gnu.org/mailman/listinfo/gnustep-dev




_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@...
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: Checking out modules/core

by David Chisnall :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 29 Jun 2009, at 00:20, Adam Fedor wrote:

> I don't get that problem, so it might be something with your  
> connectivity, or perhaps it is being blocked somehow.

You don't get this error because you have an ssh key registered with  
GNA.  The links in the svn tree refer to external resources with an svn
+ssh:// URL, meaning that they only work for developers.

David


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@...
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: Checking out modules/core

by Adam Fedor-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Jun 28, 2009, at 5:26 PM, David Chisnall wrote:

> On 29 Jun 2009, at 00:20, Adam Fedor wrote:
>
>> I don't get that problem, so it might be something with your  
>> connectivity, or perhaps it is being blocked somehow.
>
> You don't get this error because you have an ssh key registered with  
> GNA.  The links in the svn tree refer to external resources with an  
> svn+ssh:// URL, meaning that they only work for developers.
>
You don't need that for the http:// URL.  Stefan was saying that that  
didn't work for him either.


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@...
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: Checking out modules/core

by Stef Bidi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, Jun 28, 2009 at 8:10 PM, Adam Fedor <fedor@...> wrote:
You don't need that for the http:// URL.  Stefan was saying that that didn't work for him either.

I just figured there was something changed, it was working up till maybe 1 or 2 months ago.  As far as I can tell nothing is different on my end.  The thing is that if I go in each dir and check that out it works fine (ie: svn co svn://svn.gna.org/svn/gnustep/libs/gui/trunk works correctly), it's whenever I try using http that it whines about connecting to the server.

Stefan

_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@...
http://lists.gnu.org/mailman/listinfo/gnustep-dev