
Home · TortoiseSVN
Dec 10, 2012 · TortoiseSVN is an Apache ™ Subversion (SVN) ® client, implemented as a Windows shell extension. It's intuitive and easy to use, since it doesn't require the Subversion command line client to run. And it is free to use, even in a commercial environment. Simply the coolest Interface to (Sub)Version Control! read more...
About - TortoiseSVN
TortoiseSVN is a really easy to use Revision control / version control / source control software for Windows. It is based on Apache ™ Subversion (SVN) ® ; TortoiseSVN provides a nice and easy user interface for Subversion.
Downloads - TortoiseSVN
TortoiseSVN is under the GPL license. That means you can get the whole source code and build the program yourself. The source code is hosted on Sourceforge.net in our own Subversion repository. You can browse the source code with your favorite web browser directly on …
Chapter 1. Getting Started - TortoiseSVN
This section is aimed at people who would like to find out what TortoiseSVN is all about and give it a test drive. It explains how to install TortoiseSVN and set up a local repository, and it walks you through the most commonly used operations.
TortoiseSVN
Sep 21, 2024 · A svn commit operation can publish changes to any number of files and directories as a single atomic transaction. In your working copy, you can change files' contents, create, delete, rename and copy files and directories, and then commit the complete set of changes as a …
TortoiseSVN
Sep 21, 2024 · svn:externals property page 4.45. svn:keywords property page 4.46. svn:eol-style property page 4.47. tsvn:bugtraq property page 4.48. Size of log messages property page 4.49. Language property page 4.50. svn:mime-type property page 4.51. svn:needs-lock property page 4.52. svn:executable property page 4.53. Property dialog merge log message ...
TortoiseSVN Commands
In TortoiseSVN, the commit dialog uses several Subversion commands. The first stage is a status check which determines the items in your working copy which can potentially be committed. You can review the list, diff files against BASE and select the items you want to …
TortoiseSVN's Settings
A small tool is included in the TortoiseSVN installation folder named ConnectVPN.exe. You can use this tool configured as a pre-connect hook to connect automatically to your VPN before TortoiseSVN tries to connect to a repository.
Chapter 2. Basic Version-Control Concepts - TortoiseSVN
This chapter is a short, casual introduction to Subversion. If you're new to version control, this chapter is definitely for you. We begin with a discussion of general version control concepts, work our way into the specific ideas behind Subversion, and show some simple examples of Subversion in use.
Viewing Differences - TortoiseSVN
TortoiseSVN provides a built-in tool named TortoiseMerge for viewing differences of text files. For viewing differences of image files, TortoiseSVN also has a tool named TortoiseIDiff . Of course, you can use your own favourite diff program if you like.