ubuntu - Cannot connect to svn server via Tortoise -


i have run svn server on ubuntu server , created repository following tutorial: http://odyniec.net/articles/ubuntu-subversion-server/

i tried checkout repository follows:

$ svn checkout file:///usr/local/svn/repos/test checked out revision 0. 

it works , got above message cannot access svn repository via tortoisesvn on windows , error bellow occurred while trying access:

enter image description here

it sounds svn server not listen port 3690!

is blocking port 3690? that's port svnserve uses default.

i had firewall blocking it. so, disabled , called svnserve "--listen-host 0.0.0.0" , worked fine.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -