vote up 0 vote down star

I am trying to checkout files using subversion on RedHat Linux but the checkout fails saying URL (http/https) is malformed or the scheme or host or path is missing.

I am not sure now what more configuration/setup is needed?

I am able to ping the http(s) site properly.

Command: svn checkout --username kdeshpa https://teamforge.wal-mart.com/svn/repos/demo

Anyhelp would be highly appreciated.

I am new to subversion. Not sure where to look for logs.

If i give command (svn log) it cribs saying (svn: '.' is not a working copy).

flag

35% accept rate
1  
Could you give an example of the URL? – D.Shawley Sep 11 at 21:28
1  
The whole command line would be even better. – Inshallah Sep 11 at 21:32
If you have access to the SVN server, check the apache access_log and error_log ... see how the URLs are getting passed in. Report what the logs say here. – Chris J Sep 11 at 21:41
Check your proxy or firewall isn't blocking it. You may be having authentication issues. – Randolph Potter Sep 14 at 13:52
For fun, try connecting to site using TortoiseSVN. – sheepsimulator Sep 14 at 13:57
show 1 more comment

1 Answer

vote up 0 vote down

It looks that SSL handshake issue. Had to build openssl with "no-asm" configuration and it was able to checkout on secured layer.

link|flag
That's freaky! Did you report a bug to RedHat? – Peter Cordes Dec 10 at 0:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.