Page 1 of 1

SVN repo download error

PostPosted: 14 Dec 2014, 05:43
by shubzumt
hi guys,
I am trying to download the svn repo and it repeatedly shows the same error.
I tried it on my windows laptop and linux pc. But no luck

I entered this command:
svn checkout https://svn.code.sf.net/p/supertuxcart/code/stk-assets stk-assets

Errors messages shown:
Unable to connect to a repository at URL
'https://svn.code.sf.net/p/supertuxcart/code/stk-assets'
Access to '/p/supertuxcart/code/stk-assets' forbidden

I have tried using tortoisesvn & silksvn in windows.
Desperately need a solution.
However i have tried to download the repo from my both pcs connected to same network.
But it doesnt seems to be problem to me because the link "https://svn.code.sf.net/p/supertuxcart/code/stk-assets" is accessible from this network.

Thankss in advance.

Re: SVN repo download error

PostPosted: 14 Dec 2014, 09:32
by deve
You wrote "supertuxcart " instead of "supertuxkart" in URL.

It should be:
https://svn.code.sf.net/p/supertuxkart/code/stk-assets

Did you copy this link from somewhere?

Re: SVN repo download error

PostPosted: 14 Dec 2014, 18:16
by shubzumt
Yeah sorry its was same as "supertuxkart" just wrote it in a hurry..
There wasnt any typing error..
Can attach the screenshots...
Please reconsider it..
DESPERATE..
thanks again

shubzumt

Re: SVN repo download error

PostPosted: 14 Dec 2014, 20:44
by WillemS
I'm not an SVN expert, so here is a wild guess: perhaps remove the s from https?

Re: SVN repo download error

PostPosted: 14 Dec 2014, 20:46
by deve
It works for me when I use proper URL. Did you check if other svn repositories work for you? For example:
{l Code}: {l Select All Code}
svn checkout svn://svn.code.sf.net/p/blobby/code/trunk blobby-code


You can also try to use git (in this case you need to have git-svn installed).
{l Code}: {l Select All Code}
git svn clone https://svn.code.sf.net/p/supertuxkart/code/stk-assets

Re: SVN repo download error

PostPosted: 17 Dec 2014, 06:41
by hiker
Hi,

just for the record: sourceforge have had problems for a while now - most likelyi (assuming your url was correct) you just tried to access it while it was struggling. Try again, maybe at different times of the days. We are all using the svn repo on sf daily, and are kind of used that now and again it just doesn't work :(

Cheers,
Joerg