"0") { if ($postat[2] == "gb") { $m_cc = "en"; $m_cn = "English"; } else { $m_cc = $postat[2]; $m_cn = $postat[3]; } $ts_pdf="TortoiseSVN-".$v['release'].'-'.$m_cc.".pdf"; $tm_pdf="TortoiseMerge-".$v['release'].'-'.$m_cc.".pdf"; $ts_htm="TortoiseSVN_".$m_cc."/index.html"; $tm_htm="TortoiseMerge_".$m_cc."/index.html"; if ($b_release==TRUE) { $pdfTSVN="PDF"; $htmTSVN="HTML"; $pdfTMerge="PDF"; $htmTMerge="HTML"; } else { $htmTSVN="HTML"; $htmTMerge="HTML"; } echo ""; echo " $m_cn"; if ( ($infobits & "010") <> "0") { echo "$pdfTSVN"; echo "$htmTSVN"; } else { echo " "; echo " "; } if ( ($infobits & "100") <> "0") { echo "$pdfTMerge"; echo "$htmTMerge"; } else { echo " "; echo " "; } echo ""; } } } ?> There are several places where you can get support for TortoiseSVN.

Online documentation


Webtortoisesvn.net

$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); ?>

Manuals (release version)

If you have TortoiseSVN installed, you can simply press the F1 key in any dialog to start up the help. That help is the same as the documentation you find here.

$postat) { if ($postat[0] >= "0" ) { $i++; print_manuals($i, $postat, $tsvn_var, TRUE); } } ?>
Language TortoiseSVN TortoiseMerge

Manuals (developer version)

These manuals are only for the trunk build, not released versions. Please note that these docs aren't updated nightly but very irregularly.

$postat) { if ($postat[0] >= "0" ) { $i++; print_manuals($i, $postat, $tsvn_var, FALSE); } } ?>
Language TortoiseSVN TortoiseMerge

Older Manuals

Older releases are available from the Sourceforge files section.

Project Status

Have a look at our project status page to see what we are working on at the moment, and to check the release history.

Subversion book

Read the official Subversion book Version Control with Subversion to find out what it's all about. This book explains the general concepts of Subversion. It's no must, but it'll give you deep insight. There's also a free online version available.

FAQ

A list of common problems and their solutions can be found in the FAQ. Please note that the FAQ contains answers, but is not the place to ask questions. For that you need to go to the users mailing list. When we have a good answer to a good question we post it in the FAQ.

Mailing list

If your question is not answered in any of these places, you can subscribe to one of our two mailing lists:

Before you post/subscribe to one of these lists, please read our list etiquette. Also please search the archives before posting questions. Many questions have been asked before.

You can subscribe to our mailing lists here.

If you want to search the lists, our mailing lists are archived on gmane.org and haxx.se. You can either access the archives via http: or nntp: protocol. Haxx.se is recommended for searches.

Users list archive

Developer list archive

RSS Feed

The latest updates on our project web page are always visible in a RSS feed.