Login | Register
My pages Projects Community openCollabNet
Project highlights: :. Download .: :. Support .: :. FAQ .: :. Translations .: :. Donate .: :. Report Bug .:

tortoisesvn
Project home

If you were registered and logged in, you could join this project.

Summary Windows Shell Extension for Subversion
Category scm
License GNU General Public License
Owner(s) luebbe, simonlarge, steveking
The coolest Interface to (Sub)Version Control
TortoiseSVN

A Subversion client, implemented as a windows shell extension.

TortoiseSVN is a really easy to use Revision control / version control / source control software for Windows.
Since it's not an integration for a specific IDE you can use it with whatever development tools you like.
TortoiseSVN is free to use. You don't need to get a loan or pay a full years salary to use it.

Latest Version

  • TortoiseSVN 1.5.8, built against Subversion 1.5.5. Released 13. February 2009.
    Grab it from the download page.
    Make sure to read the release notes first!

  • Don't forget to support this project!

Features of TortoiseSVN/Subversion

  • Easy to use
    • all commands are available directly from the windows explorer.
    • 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.
    • See the status of your files directly in the Windows explorer
    • descriptive dialogs, constantly improved due to user feedback
    • allows moving files by right-dragging them in the windows explorer
  • All Subversion protocols are supported
    • http://
    • https://
    • svn://
    • svn+ssh://
    • file:///
    • svn+XXX://
  • Powerful commit dialog
  • The big picture
  • Per project settings
    • minimum log message length to avoid accidentally committing with an empty log message
    • language to use for the spell checker
  • Integration with issue tracking systems
  • TortoiseSVN provides a flexible mechanism to integrate any web based bug tracking system.

    • A separate input box to enter the issue number assigned to the commit, or coloring of the issue number directly in the log message itself
    • When showing all log messages, an extra column is added with the issue number. You can immediately see to which issue the commit belongs to.
    • Issue numbers are converted into links which open the webbrowser directly on the corresponding issue
    • Optional warning if a commit isn't assigned to an issue number
  • Helpful Tools
  • Available in many languages
  • TortoiseSVN is stable
    • Before every release, we create one or more 'release candidates' for adventurous people to test first.
    • During development cycles, many people test intermediate builds. These are built every night automatically and made available to all our users. This helps finding bugs very early so they won't even get into an official release.
    • A big user community helps out with testing each build before we release it.
    • A custom crash report tool is included in every TortoiseSVN release which helps us fix the bugs much faster, even if you can't remember exactly what you did to trigger it.
  • Support
    • Extensive and descriptive documentation is available in several formats and languages
    • A big list of frequently asked questions and problems with all the answers is also available
    • For your specific problems, we have a mailing list where many users can help you. Usually you get an answer for your problem within a few hours.

System Requirements

Source code

TortoiseSVN is hosted on a subversion repository. You can:
  • View the HEAD revision directly at http://tortoisesvn.tigris.org/svn/tortoisesvn/trunk

  • Check out a working copy using TortoiseSVN - just click on the Tortoise!

Note: we don't provide direct links to our repository to reduce the load a little. If you really need the source, copy the links into your browser manually.
You can use the guest account if you don't already have access there.
username : guest
password : ""

Contributors

If you would like to know how many people are working on TortoiseSVN or just helping the developers then have a look at the list of contributors or check out our Donate page.

Related resources

  • All hail the mighty Subversion version control system
  • Don't forget to check out TortoiseCVS, the inspiration for this project, thanks guys!