TortoiseSVN
  • Preface
  • 1. TortoiseSVN Installation
    • 1.1 System requirements
    • 1.2 Important Inst. Instruction
    • 1.3 How to install the application
  • 2. TortoiseSVN Usage
    • 2.1 Basic Concepts
    • 2.2 Creating a Repository
    • 2.3 Importing a Project
    • 2.4 Checking out a Working Copy
    • 2.5 Making Changes
    • 2.6 Adding More Files
    • 2.7 Viewing the Project History
    • 2.8 Undoing Changes
  • 3. Configure SVN in Eclipse IDE
    • 3.1 Installation of the Subclipse Plug-In
    • 3.2 Installation of the Subversive Plug-In
  • 4. Import Repository using Eclipse
    • 4.1 SVN Explorer View
Powered by GitBook
On this page

Was this helpful?

  1. 2. TortoiseSVN Usage

2.7 Viewing the Project History

Previous2.6 Adding More FilesNext2.8 Undoing Changes

Last updated 5 years ago

Was this helpful?

One of the most useful features of TortoiseSVN is the Log dialog. This shows you a list of all the commits you made to a file or folder, and shows those detailed commit messages that you entered (you did enter a commit message as suggested? If not, now you see why this is important).

Figure 1.4. The Log Dialog

OK, so I did a little trick over here and used a screenshot from the TortoiseSVN repository.

The top pane shows a list of revisions committed along with the start of the commit message. If you select one of these revisions, the middle pane will show the full log message for that revision and the bottom pane will show a list of changed files and folders.

Each of these panes has a context menu which provides you with lots more ways of using the information. In the bottom pane you can double click on a file to see exactly what changes were made in that revision.

The Log Dialog