SVN default port not accessible?

This Comment will be submitted for moderation and will not be accessible to other users until it has been approved.


12 points

I have SVN running on default port, but my svn client can not access it. Could it be my server firewall blocking it?



-3 points

SVN runs on default port 3690. Try running SVN server on a different port and then check:

svnserve -d --listen-port=8080

Anonymous's picture
Created by Anonymous

Post Comment

  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.