Cant checkout from WebSVN

Posted by yoasqie on Server Fault See other posts from Server Fault or by yoasqie
Published on 2011-05-10T06:01:52Z Indexed on 2012/11/10 11:06 UTC
Read the original article Hit count: 171

Filed under:
|

I am trying to download a script from SVN. The url looks like this:

http://websvn.myurl.com/list.php?repname=name_1

I am trying to download using:

svn checkout --username myuser --password mypass "http://websvn.myurl.com/list.php?repname=name_1"

I got "URL is not properly URI-encoded", then I changed the "?" for "%3F", and the output shows:

svn: OPTIONS of 'http://websvn.myurl.com/list.php%3Frepname=name_1': 200 OK (http://websvn.myurl.com/)

But nothing gets downloaded.

Sorry I can't post the real URL, but it's a private project and I don't have anyone else online to ask.

What am I doing wrong?

© Server Fault or respective owner

Related posts about svn

Related posts about svnserver