Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3979346
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T05:09:31+00:00 2026-05-20T05:09:31+00:00

I have VisualSVN Server and I want to create an internet facing repository on

  • 0

I have VisualSVN Server and I want to create an internet facing repository on my computer but I can’t seem to get it right. I created the repository, disabled https, and I’m trying to access the server through:

svn://xxx.xx.xxx.xxx:8080/svn/repo/trunk
or
http://xxx.xx.xxx.xxx:8080/svn/repo/trunk

but each case gives me an error.

In the case of svn protocol:

Can’t connect to host
‘xxx.xx.xxx.xxx’: No connection could
be made because the target machine
actively refused it.

And in the http case:

OPTIONS of
‘http://xxx.xx.xxx.xxx:8080/svn/repo‘:
could not connect to server
(http://xxx.xx.xxx.xxx:8080)

What am I missing?
Do I need to configure an Apache server or something like that in order to be able to make the server public?

Update: I’m running on Windows 7, windows firewall is disabled, no other firewall is installed

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T05:09:32+00:00Added an answer on May 20, 2026 at 5:09 am

    The easiest way to do this is to configure Apache to serve out the SVN repository. Example configuration:

    LoadModule dav_module modules/mod_dav.so
    LoadModule dav_svn_module modules/mod_dav_svn.so
    <Location /svn>
      DAV svn
      SVNPath /usr/local/subversion/repos
      <LimitExcept GET PROPFIND OPTIONS REPORT>
        AuthType Basic
        AuthName "Subversion Repository"
        AuthUserFile /etc/svn-auth-file
        Require valid-user
      </LimitExcept>
    </Location>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have set up VisualSvn Server, created a repository and added Visual Studio solution
I have created a repository in a server using VisualSVN server. I Installed AnkhSVN
I have visualSVN server installed on windows server 2008. I want to use the
I have tried googling for an way to do this but can't seem to
I have VisualSVN Server on my Vista laptop. The repository resides on the second
I have already install Visual SVN server on my server and created repository also.
We have some server with VisualSVN free service. Because we want to make some
I have installed VisualSVN Server on Windows Server 2008. I was trying to create
[i meant to ask this question on StackOverflow...] I have been using VisualSVN Server
I have a Windows 2003 Server with IIS, I installed VisualSVN Server on it.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.