vote up 0 vote down star

I have setup subversion on my server and when i do a checkout from localhost it works as expected. However, when I use tortoise, it says connection attempt failed. I think its a password issue but i'm not sure where to go from here. Any suggestions will be appreciated. Thank You!


1  
SVN configuration issues are better asked at serverfault.com – Alan Sep 10 at 16:20

migrated to superuser.com by Alan, pix0r, Glen, David, sleske Sep 10 at 16:21

1 Answer

vote up 0 vote down check

Seems like the client machine is unable to connect to the server's Subversion port (3690 for traditional Subversion server or other HTTPS port). Ensure the server's port is open for connection from external client.

link|flag

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