annotate kdiff3/windows_installer/README_WIN.txt @ 106:61d74c8be938 easyhg_kdiff3_simplifications

Come up with all directories expanded by default; don't show summary dialog
author Chris Cannam
date Wed, 13 Apr 2011 20:39:34 +0100
parents fcd146072e0c
children
rev   line source
joachim99@66 1 KDiff3-Readme for Windows
joachim99@66 2 =========================
joachim99@66 3
joachim99@66 4 Author: Joachim Eibl (joachim.eibl@gmx.de)
joachim99@80 5 Copyright: (C) 2002-2009 by Joachim Eibl
joachim99@80 6 KDiff3-Version: 0.9.93
joachim99@66 7 Homepage: http://kdiff3.sourceforge.net
joachim99@66 8
joachim99@66 9 KDiff3 is a program that
joachim99@66 10 - compares and merges two or three input files or directories,
joachim99@66 11 - shows the differences line by line and character by character (!),
joachim99@66 12 - provides an automatic merge-facility and
joachim99@66 13 - an integrated editor for comfortable solving of merge-conflicts
joachim99@66 14 - and has an intuitive graphical user interface.
joachim99@66 15
joachim99@66 16 Now KDiff3-strings are translated into some languages by the KDE-I18N-team.
joachim99@66 17 (*.qm-files in the KDiff3-directory)
joachim99@66 18
joachim99@66 19 See the Changelog.txt for a list of fixed bugs and new features.
joachim99@66 20
joachim99@78 21
joachim99@66 22 Windows-specific information for the precompiled KDiff3 version:
joachim99@66 23 ================================================================
joachim99@66 24
joachim99@66 25 This executable is provided for the convenience of users who don't have a
joachim99@78 26 compiler at hand.
joachim99@66 27
joachim99@66 28 You may redistribute it under the terms of the GNU GENERAL PUBLIC LICENCE.
joachim99@66 29
joachim99@66 30 Note that there is NO WARRANTY for this program.
joachim99@66 31
joachim99@66 32 Installation:
joachim99@75 33 - The installer was initially created by Sebastien Fricker (sebastien.fricker@web.de).
joachim99@66 34 It is based on the Nullsoft Scriptable Install System (http://nsis.sourceforge.net)
joachim99@66 35
joachim99@66 36 - You can place the directory where you want it. But don't separate the file
joachim99@78 37 kdiff3.exe from the others, since they are needed for correct execution.
joachim99@78 38 (Using kdiff3.exe standalone is possible except for translations and help.)
joachim99@66 39
joachim99@66 40 - Integration with WinCVS: When selected the installer sets KDiff3 to be the
joachim99@66 41 default diff-tool for WinCVS if available.
joachim99@75 42 Registry HKEY_CURRENT_USER\Software\WinCvs\wincvs\CVS settings: "P_Extdiff" and "P_DiffUseExtDiff"
joachim99@66 43
joachim99@75 44 - Integration with TortoiseSVN: When selected the installer sets KDiff3 to be the
joachim99@75 45 default diff-tool for TortoiseSVN if available.
joachim99@75 46 Registry HKEY_CURRENT_USER\Software\TortoiseSVN: "Diff" and "Merge"
joachim99@75 47
joachim99@75 48 - Integration with Explorer (1): When selected KDiff3 will be added to the "Send To"
joachim99@66 49 menu in the context menu. If you then select two files or two directories and
joachim99@66 50 choose "Send To"->"KDiff3" then KDiff3 will start and compare the specified files.
joachim99@66 51
joachim99@75 52 - Integration with Explorer (2): When selected Diff-Ext-For-KDiff3 will be installed.
joachim99@75 53 This is a Shell-Extension which adds an entry "KDiff3" into the context menu of
joachim99@75 54 Windows Explorer. (e.g. when right-clicking a file or directory) With this it
joachim99@75 55 is possible to select files and directories sequentially and in separate directories
joachim99@75 56 for comparison with KDiff3. This is based on Diff-Ext by Sergey Zorin
joachim99@75 57 (http://diff-ext.sourceforge.net) with extensions for KDiff3 by Joachim Eibl.
joachim99@75 58 This extension is not under GPL but under a BSD-style licence. (See file DIFF-EXT-LICENSE.txt.)
joachim99@75 59
joachim99@75 60 - SVN Merge Tool: Allows to use KDiff3 for explicit graphical merges with Subversion.
joachim99@75 61 This installation option copies a file diff3_cmd.bat into your Application Data subdirectory.
joachim99@78 62 (C:\Documents and Settings\Username\Application Data\Subversion\diff3_cmd.bat)
joachim99@75 63 (Installation is disabled by default)
joachim99@75 64
joachim99@78 65 - Integration with Rational ClearCase from IBM: Allows to use KDiff3 as comparison
joachim99@78 66 and merge tool for text files under Clearcase. KDiff3 tries to locate the "map"-file
joachim99@78 67 (e.g.: C:\Program Files\Rational\Clearcase\lib\mgrs\map) which tells clearcase
joachim99@78 68 which tool to use for which filetype and operation. KDiff3 stores a backup in
joachim99@78 69 map.preKDiff3Install (if is doesn't exist yet) and modifies the map file so that
joachim99@78 70 KDiff3 is used for text files. On KDiff3-uninstallation the entries containing
joachim99@78 71 "KDiff3" are restored. The map-file is normal text, so you can also adjust it
joachim99@78 72 yourself. (Installation for ClearCase is disabled by default)
joachim99@78 73
joachim99@66 74 Since this program was actually developed for GNU/Linux, there might be Windows
joachim99@66 75 specific problems I don't know of yet. Please write me about problems you encounter.
joachim99@66 76
joachim99@66 77 Known bugs:
joachim99@66 78 - Links are not handled correctly. (This is because links in Windows are not
joachim99@66 79 the same as under Un*x-filesystems.)
joachim99@66 80
joachim99@66 81 Licence:
joachim99@66 82 GNU GENERAL PUBLIC LICENSE, Version 2, June 1991
joachim99@66 83 This program is free software; you can redistribute it and/or modify
joachim99@66 84 it under the terms of the GNU General Public License as published by
joachim99@66 85 the Free Software Foundation; either version 2 of the License, or
joachim99@66 86 (at your option) any later version.
joachim99@66 87
joachim99@66 88 This program is distributed in the hope that it will be useful,
joachim99@66 89 but WITHOUT ANY WARRANTY; without even the implied warranty of
joachim99@66 90 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
joachim99@66 91 GNU General Public License for more details.
joachim99@66 92
joachim99@66 93 You should have received a copy of the GNU General Public License
joachim99@66 94 along with this program; if not, write to the Free Software
joachim99@66 95 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
joachim99@66 96
joachim99@66 97 For details see file "COPYING".
joachim99@66 98
joachim99@66 99 Exception from the GPL:
joachim99@66 100 As a special exception, the copyright holder Joachim Eibl gives permission
joachim99@66 101 to link this program with the Qt-library (commercial or non-commercial edition)
joachim99@66 102 from Trolltech (www.trolltech.com), and he permits to distribute the resulting
joachim99@66 103 executable, without including the source code for the Qt-library in the
joachim99@66 104 source distribution.
joachim99@66 105
joachim99@66 106
joachim99@66 107
joachim99@66 108 Start from commandline:
joachim99@66 109 - Comparing 2 files: kdiff3 file1 file2
joachim99@66 110 - Merging 2 files: kdiff3 file1 file2 -o outputfile
joachim99@66 111 - Comparing 3 files: kdiff3 file1 file2 file3
joachim99@66 112 - Merging 3 files: kdiff3 file1 file2 file3 -o outputfile
joachim99@66 113 Note that file1 will be treated as base of file2 and file3.
joachim99@66 114
joachim99@66 115 If all files have the same name but are in different directories, you can
joachim99@66 116 reduce typework by specifying the filename only for the first file. E.g.:
joachim99@66 117 - Comparing 3 files: kdiff3 dir1/filename dir2 dir3
joachim99@66 118 (This also works in the open-dialog.)
joachim99@66 119
joachim99@66 120 - Comparing 2 directories: kdiff3 dir1 dir2
joachim99@66 121 - Merging 2 directories: kdiff3 dir1 dir2-o destinationdir
joachim99@66 122 - Comparing 3 directories: kdiff3 dir1 dir2 dir3
joachim99@66 123 - Merging 3 directories: kdiff3 dir1 dir2 dir3 -o destinationdir
joachim99@66 124 (Please read the documentation about comparing/merging directories,
joachim99@66 125 especially before you start merging.)
joachim99@66 126
joachim99@66 127 If you start without arguments, then a dialog will appear where you can
joachim99@66 128 select your files and directories via a filebrowser.
joachim99@66 129
joachim99@66 130 For more documentation, see the help-menu or the subdirectory doc.
joachim99@66 131
joachim99@66 132 Have fun!