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 3279558
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T19:36:23+00:00 2026-05-17T19:36:23+00:00

We have a local server with SVN installed on it that we are using

  • 0

We have a local server with SVN installed on it that we are using for development/testing purpouses. We would like to checkout the data from it to the live server that is somewhere out there.

The only way to do that which I thought of was to use “svn checkout” from the live server, right? This way we do not need to FTP the changes to it, that may cause problems is we forget to upload some of the changes. And if we found a problem we can alway go back to previous stable version, right? Correct me if I am wrong about any of these.

The problem is that our local server (Ubuntu) does not have a IP that is reachable from outside. We have a router from out ISP, but we can not use that to access the local server from the live. We are willing to ask the ISP provider to setup a second IP for the local server, but for security sake they want to setup a separate machine with Windows and windows base security software (firewall – http://www.kerio.com/control/ and antivirus) that will cost us a lot. Can we just setup a free firewall on the local server (Ubuntu as I said) and solve the problem without spending additional money?

I hope I was clear.

  • 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-17T19:36:24+00:00Added an answer on May 17, 2026 at 7:36 pm

    If the remote server has an ssh server, then you can use ssh forwarding.

    From the internal svn server:

    ssh -R 7711:localhost:3690 {REMOTE_SERVER}
    
    • 7711 is an arbitrary port (you can use any free port on the remote system) that will be forwarded from the remote system to port 3690 (svn) on the svn server.
    • 3690 is the port on the internal svn server that you want to talk to (via svn://).
    • If you are using subversion over http:// then use port 80 instead of 3690.
    • If you are using subversion over https:// then use port 443 instead of 3690.

    After setting up the forward, then you can do this on the remote system:

    svn checkout {SCHEME}://localhost:7711/{PATH}
    
    • {SCHEME} is svn, http, https, etc.
    • {PATH} is the normal svn path you want to check out.

    Notes:

    • the forwarded traffic is tunneled through the ssh connection (on a different “channel”) so it is also encrypted which is a nice benefit.

    • by default, the remote end of the forward will listen on the loopback interface so only processes on that system will be able to use the port forwarded port.

    • As soon as you close the ssh session, the forwarded port will also close. It only lasts the duration of the ssh connection.

    • ssh forwarding is very powerful. If you can ssh between two systems, then you can get around any sort of connection problem like this.

    • Do man ssh and read about the -L and -R options.

    • Useful links about ssh forwarding:

      • http://www.rzg.mpg.de/networkservices/ssh-tunnelling-port-forwarding:
      • http://www.walkernews.net/2007/07/21/how-to-setup-ssh-port-forwarding-in-3-minutes/
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'd like to install subversion (svn) source control server on my local machine. I
I have a local file SVN repo of a project that needs to move
I have a framework based project that I'm using SVN to version control. I
I have an svn repository on my dedicated server (Centos 5.5) at /var/svn/myRepository. I
I have a SVN repository on a remote server. I regularly update it with
I have a project that I am working on on two different Macs. I
Assume for a minute that the branch/merge support in SVN is as good as
I'm running several projects in CruiseControl.NET. Many of them have no build errors and
I am relatively new to revision control and I need some help deciding if

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.