Install Subversion on Windows 7

Revision as of 09:57, 16 January 2016 by Kipkis (Kipkis | contribs) (importing article from wikihow)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A beginner's guide to installing Subversion on Windows 7 using WANdisco's easy-to-use uberSVN, which for the first time opens up the power of Subversion version control to people who are not computer boffins.

Steps

  1. Check that your computer is up to the task.
    • Pentium 4 3.0 GHz or higher
    • 1.5GB of RAM(2GB+ recommended) RAM should be split: 256MB to Apache and 1GB to Tomcat
    • If running additional apps, such as Jenkins, 2GB of system memory should be considered a minimum, with Tomcat given no less than 1GB.
    • 200MB of disk space for uberSVN (not including space for your Subversion repository data)
    • TCP/IP networking must be configured and working
    • Subversion itself isn't particularly demanding, although uberSVN lets you quickly add additional applications and services, which can quickly gobble up a basic system's resources.
      • Your computer looks up to the task? Good stuff, then it's time to Download uberAPPS.
  2. Run the installer, making sure that you have admin permissions.
  3. If an Open File prompt appears, click the Run button.
  4. The Welcome to uberSVN Setup Wizard starts. Just click Next>.
  5. Confirm where you want uberSVN to be installed. The default location works for most people.
  6. Wait until all the files have been extracted. Click Next >.
  7. The installation's completed. There's a start option; do you want uberSVN to automatically start up whenever your computer boots up? It's a good idea to leave this ticked if you want Subversion to be available to users without you needing to start it up every time the system restarts. However, you can easily change your mind either way, later. To move on, click on the big link to go through uberSVN's settings.
  8. The first uberSVN setup screen (Installation Settings) will open in your browser. This screen shows you where uberSVN has been installed (Installation Directory), where uberSVN will store your repository data (Repository Storage Location) and the uberSVN key. If you don't have a key, follow the link to get one (don't worry, it's free). Click the Next button to continue.
  9. Time to create the Admin User's account. Enter your full name, your email address and a username by which you'll use to login to uberSVN. provide a password, then re-enter it. To continue, click the Next button.
  10. Some technical stuff next, but don't worry, the default values will work fine. You can come back later to change these values, especially the BASE URL. See the Tips section about how and why you should change 'localhost' for your computer's actually IP number. Click the Next button to continue.
  11. Final step. You can set uberSVN up to send out emails to users. You need an email server that will accept mail using SMTP (Simple Mail Transfer Protocol). Again, you can select 'No' and come back to these settings later after uberSVN is setup. Click the Next button.
  12. uberSVN will now take your settings and apply them. This will take a minute or two. Time enough for a coffee, maybe? When the setup is complete you'll be able to click on the Start using uberSVN button.
  13. Starting uberSVN will open a browser window that shows a login prompt. Enter the Admin username and password that you provided in step 10, the click Login.
  14. Congratulations, you just installed uberSVN. You are now running Subversion.

Tips

  • Click Start
  • A trusty DOS style command window will open up. 'Old School!'
  • In the search window, enter cmd, then press the Enter key.
  • Type in ipconfig then press they Enter key.
  • Pick out the IPv4 Address for your network card, If you have multiple network adaptors, it's likely to be the top one. The address will have the format xx.xx.xx.xx, four numbers separated by full stops.
  • During installation you'll be asked to confirm the BASE URL of our computer. By default, the installer will use the short-hand address 'localhost' which on a network simply points back at the local computer. However, this won't work for anyone looking to use uberSVN from a different computer - it will point to their own computer instead of yours. The solution is to get your computers IP address. Here's how.

Related Articles