joachim99@66
|
1 KDiff3-Readme for Windows
|
joachim99@66
|
2 =========================
|
joachim99@66
|
3
|
joachim99@66
|
4 Author: Joachim Eibl (joachim.eibl@gmx.de)
|
joachim99@69
|
5 Copyright: (C) 2002-2006 by Joachim Eibl
|
joachim99@75
|
6 KDiff3-Version: 0.9.91
|
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@66
|
21 Windows-specific information for the precompiled KDiff3 version:
|
joachim99@66
|
22 ================================================================
|
joachim99@66
|
23
|
joachim99@66
|
24 This executable is provided for the convenience of users who don't have a
|
joachim99@66
|
25 VC6-compiler at hand.
|
joachim99@66
|
26
|
joachim99@66
|
27 You may redistribute it under the terms of the GNU GENERAL PUBLIC LICENCE.
|
joachim99@66
|
28
|
joachim99@66
|
29 Note that there is NO WARRANTY for this program.
|
joachim99@66
|
30
|
joachim99@66
|
31 Installation:
|
joachim99@75
|
32 - The installer was initially created by Sebastien Fricker (sebastien.fricker@web.de).
|
joachim99@66
|
33 It is based on the Nullsoft Scriptable Install System (http://nsis.sourceforge.net)
|
joachim99@66
|
34
|
joachim99@66
|
35 - You can place the directory where you want it. But don't separate the file
|
joachim99@66
|
36 kdiff3.exe from the others, since they are needed for correct execution.
|
joachim99@66
|
37
|
joachim99@66
|
38 - Integration with WinCVS: When selected the installer sets KDiff3 to be the
|
joachim99@66
|
39 default diff-tool for WinCVS if available.
|
joachim99@75
|
40 Registry HKEY_CURRENT_USER\Software\WinCvs\wincvs\CVS settings: "P_Extdiff" and "P_DiffUseExtDiff"
|
joachim99@66
|
41
|
joachim99@75
|
42 - Integration with TortoiseSVN: When selected the installer sets KDiff3 to be the
|
joachim99@75
|
43 default diff-tool for TortoiseSVN if available.
|
joachim99@75
|
44 Registry HKEY_CURRENT_USER\Software\TortoiseSVN: "Diff" and "Merge"
|
joachim99@75
|
45
|
joachim99@75
|
46 - Integration with Explorer (1): When selected KDiff3 will be added to the "Send To"
|
joachim99@66
|
47 menu in the context menu. If you then select two files or two directories and
|
joachim99@66
|
48 choose "Send To"->"KDiff3" then KDiff3 will start and compare the specified files.
|
joachim99@66
|
49
|
joachim99@75
|
50 - Integration with Explorer (2): When selected Diff-Ext-For-KDiff3 will be installed.
|
joachim99@75
|
51 This is a Shell-Extension which adds an entry "KDiff3" into the context menu of
|
joachim99@75
|
52 Windows Explorer. (e.g. when right-clicking a file or directory) With this it
|
joachim99@75
|
53 is possible to select files and directories sequentially and in separate directories
|
joachim99@75
|
54 for comparison with KDiff3. This is based on Diff-Ext by Sergey Zorin
|
joachim99@75
|
55 (http://diff-ext.sourceforge.net) with extensions for KDiff3 by Joachim Eibl.
|
joachim99@75
|
56 This extension is not under GPL but under a BSD-style licence. (See file DIFF-EXT-LICENSE.txt.)
|
joachim99@75
|
57
|
joachim99@75
|
58 - SVN Merge Tool: Allows to use KDiff3 for explicit graphical merges with Subversion.
|
joachim99@75
|
59 This installation option copies a file diff3_cmd.bat into your Application Data subdirectory.
|
joachim99@75
|
60 (C:\Documents and Settings\Username\Application Data\Subversion\config\diff3_cmd.bat)
|
joachim99@75
|
61 (Installation is disabled by default)
|
joachim99@75
|
62
|
joachim99@66
|
63 Since this program was actually developed for GNU/Linux, there might be Windows
|
joachim99@66
|
64 specific problems I don't know of yet. Please write me about problems you encounter.
|
joachim99@66
|
65
|
joachim99@66
|
66 Known bugs:
|
joachim99@66
|
67 - Links are not handled correctly. (This is because links in Windows are not
|
joachim99@66
|
68 the same as under Un*x-filesystems.)
|
joachim99@66
|
69
|
joachim99@66
|
70 Licence:
|
joachim99@66
|
71 GNU GENERAL PUBLIC LICENSE, Version 2, June 1991
|
joachim99@66
|
72 This program is free software; you can redistribute it and/or modify
|
joachim99@66
|
73 it under the terms of the GNU General Public License as published by
|
joachim99@66
|
74 the Free Software Foundation; either version 2 of the License, or
|
joachim99@66
|
75 (at your option) any later version.
|
joachim99@66
|
76
|
joachim99@66
|
77 This program is distributed in the hope that it will be useful,
|
joachim99@66
|
78 but WITHOUT ANY WARRANTY; without even the implied warranty of
|
joachim99@66
|
79 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
joachim99@66
|
80 GNU General Public License for more details.
|
joachim99@66
|
81
|
joachim99@66
|
82 You should have received a copy of the GNU General Public License
|
joachim99@66
|
83 along with this program; if not, write to the Free Software
|
joachim99@66
|
84 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
joachim99@66
|
85
|
joachim99@66
|
86 For details see file "COPYING".
|
joachim99@66
|
87
|
joachim99@66
|
88 Exception from the GPL:
|
joachim99@66
|
89 As a special exception, the copyright holder Joachim Eibl gives permission
|
joachim99@66
|
90 to link this program with the Qt-library (commercial or non-commercial edition)
|
joachim99@66
|
91 from Trolltech (www.trolltech.com), and he permits to distribute the resulting
|
joachim99@66
|
92 executable, without including the source code for the Qt-library in the
|
joachim99@66
|
93 source distribution.
|
joachim99@66
|
94
|
joachim99@66
|
95
|
joachim99@66
|
96
|
joachim99@66
|
97 Start from commandline:
|
joachim99@66
|
98 - Comparing 2 files: kdiff3 file1 file2
|
joachim99@66
|
99 - Merging 2 files: kdiff3 file1 file2 -o outputfile
|
joachim99@66
|
100 - Comparing 3 files: kdiff3 file1 file2 file3
|
joachim99@66
|
101 - Merging 3 files: kdiff3 file1 file2 file3 -o outputfile
|
joachim99@66
|
102 Note that file1 will be treated as base of file2 and file3.
|
joachim99@66
|
103
|
joachim99@66
|
104 If all files have the same name but are in different directories, you can
|
joachim99@66
|
105 reduce typework by specifying the filename only for the first file. E.g.:
|
joachim99@66
|
106 - Comparing 3 files: kdiff3 dir1/filename dir2 dir3
|
joachim99@66
|
107 (This also works in the open-dialog.)
|
joachim99@66
|
108
|
joachim99@66
|
109 - Comparing 2 directories: kdiff3 dir1 dir2
|
joachim99@66
|
110 - Merging 2 directories: kdiff3 dir1 dir2-o destinationdir
|
joachim99@66
|
111 - Comparing 3 directories: kdiff3 dir1 dir2 dir3
|
joachim99@66
|
112 - Merging 3 directories: kdiff3 dir1 dir2 dir3 -o destinationdir
|
joachim99@66
|
113 (Please read the documentation about comparing/merging directories,
|
joachim99@66
|
114 especially before you start merging.)
|
joachim99@66
|
115
|
joachim99@66
|
116 If you start without arguments, then a dialog will appear where you can
|
joachim99@66
|
117 select your files and directories via a filebrowser.
|
joachim99@66
|
118
|
joachim99@66
|
119 For more documentation, see the help-menu or the subdirectory doc.
|
joachim99@66
|
120
|
joachim99@66
|
121 Have fun!
|