changelog"; } } if (!function_exists('get_installer')) { function get_installer($v, $w) { $t_ln="TortoiseSVN-".$w."-svn-".$v['svnver'].".msi"; return "$t_ln" ; } } if (!function_exists('get_checksum')) { function get_checksum($v, $w) { $t_ln="TortoiseSVN-".$w."-svn-".$v['svnver'].".msi.asc"; return "$t_ln"; } } if (!function_exists('get_langpack')) { function get_langpack($l, $n, $v, $w) { $t_ln="LanguagePack_".$w."-".$l.".msi"; return "$n"; } } if (!function_exists('print_langpack')) { function print_langpack($i, $postat, $v, $w) { $infobits=$postat[1]; $lang_cc=$postat[2]; $lang_name=$postat[3]; $flagimg=$v['flagpath'].$lang_cc.".png"; $flagtag="\"$lang_name"; $dlfile32=get_langpack($lang_cc, 'Setup', $v, $w['w32']); $dlfile64=get_langpack($lang_cc, 'Setup', $v, $w['x64']); if ( ($infobits & "010") <> "0") { $t_ts="TortoiseSVN-".$v['release'].'-'.$lang_cc.".pdf"; $dlmanTSVN="TSVN"; } else { $dlmanTSVN=""; } if ( ($infobits & "100") <> "0") { $t_tm="TortoiseMerge-".$v['release'].'-'.$lang_cc.".pdf"; $dlmanTMerge="TMerge"; } else { $dlmanTMerge=""; } echo ""; echo "$i"; echo "$flagtag $lang_name"; echo "$dlfile32"; echo "$dlfile64"; echo "$dlmanTSVN"; echo "$dlmanTMerge"; echo ""; } } //------------------------------------ // // The program starts here // ?>

The current version is .

For detailed info on what's new, read the and the release notes.

This page points to installers for 32 bit and 64 bit operating systems. Please make sure that you choose the right installer for your PC. Otherwise the setup will fail.

Note for x64 users: you can install both the 32 and 64-bit version side by side. This will enable the TortoiseSVN features also for 32-bit applications.

  Download Application
32 Bit Installer
  GPG signature
64 Bit Installer
  GPG signature
The public GPG key can be found here.
$row) { $potfile[$key] = $row[0]; $country[$key] = $row[3]; } // Add $countries as the last parameter, to sort by the common key array_multisort($potfile, $country, $countries); ?>

Language packs

$postat) if ($postat[0] == "1" ) { $i++; print_langpack($i, $postat, $tsvn_var, $w); } ?>
  Country 32 Bit 64 Bit Separate manual (PDF)

Tools

We also provide some tools you already get together with TortoiseSVN as standalone applications for those which don't use TortoiseSVN as their Subversion client.

Our diff/merge tools TortoiseMerge (for text file diffs and merges), TortoiseIDiff (for diffing image files) are zipped into one package, and SubWCRev is also available.

You can download these tools from the SourceForge download page

Note: DO NOT install these tools if you already have TortoiseSVN installed - you already have them.

Forthcoming Releases

To find out what is happening with the project and when you can expect the next release, take a look at our project status page.

Release Candidates

We maintain ongoing Release Candidates as well. These contain the latest official release plus latest bugfixes. They are not built nightly, but on demand from the current release branch. If you find that a certain bug has been fixed and you do not want to wait until the next release, install one of these. You would also help us tremendously by installing and testing release candidates. Please read Readme.txt first.

Nightly Builds

Nightly Builds are available too. They are built from the current development head and are for testing only. Please read Readme.txt first.

Older Releases

Older releases are available from the Sourceforge files section.

Sourcecode

TortoiseSVN is under the GPL license. That means you can get the whole sourcecode and build the program yourself.
The sourcecode is hosted on tigris.org in our own Subversion repository. You can browse the sourcecode with your favorite webbrowser directly on the repository. Use guest as the username and an empty password to log in.
If you have TortoiseSVN installed, you can check out the whole sourcecode by clicking on the tortoise icon below:
Tortoise Icon