Blogs at Free Downloads Center

TortoiseSVN

Ryan Kulla - December 31, 2006

TortoiseSVN can be thought of as a Win32 GUI front end to the source code control system Subversion, which is an open-source software engineering tool to allow developers to easily maintain their projects.

Once you install Subversion via Windows Installer, grab the TortoiseSNV Installer. You can of course just use the svn command-line tool that comes with Subversion but there are some benefits for using TortoiseSVN instead. For one, TortoiseSVN allows you to work completely in a Graphical User Interface to manage your projects, but it does more than that; TortoiseSVN is basically a shell add-on to the windows shell, which means you can right-click on any file/folder in windows–be it on the Desktop or from within Windows Explorer–and you will have access to TortoiseSVN via the pop-up menu. What’s more is, only commands that make sense for the selected file/folder are shown. You won’t see any commands that you can’t use in your situation!

tortoisesvn_sshot.jpg

Here’s a couple hints to make your life easier:

  • When you install Subversion note that the client runs on Win9x/Me but the server does not. If you use Win9x/Me then add the following line to your autoexec.bat:
    SET APR_ICONV_PATH=”C:\Program Files\Subversion\iconv” (or whatever your path to it is if not this)
    (Don’t forget to reboot windows for the changes to take effect after you edit your autoexec.bat)
  • When you install Subversion it comes with documentation, which is actually the official book on Subversion. It will be in .chm format (Compiled HTML) but you can get other versions, like PDF (if you want to print it out) or both single page or multi-page HTML versions to download for off-line viewing from here. Trust me, you will want to read this if you’re new to Subversion–at least chapters 2, 3, and 1–in that order. That site also has dead-tree versions for sale.
  • If you’re not a programmer but still want to use TortoiseSVN then check out this tutorial

This entry was posted on Sunday, December 31st, 2006 at 2:06 pm and is filed under Main, Open Source, Programming, Utilities. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Rating

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...

One Response to “TortoiseSVN”

  1. hamy Says:

    Since TSVN 1.5 came out there are some minor changes. Here is a nice link to quick videos showing how to use basic TSVN features. Hope it helps you as well.

    http://pollvu.blip.tv/

    hamy

Leave a Reply

Copyright © 2001-2024, Free Downloads Center. Free Downloads Center Blog is proudly powered by WordPress.