[TSVN] "diff" command in context menu when selecting an added file
From: George Wieggers <g.wieggers_at_zonnet.nl>
Date: 2005-01-05 22:26:28 CET
Hi,
IMHO TortoiseSVN should be able to do a "diff" on added files. Let me
svn allows you to do the following
- svn add foo.txt
(will show the entire file in the diff)
- svn commit
(now edit bar.txt)
- svn diff bar.txt
(svn diff will show your modifications)
This isn't possible in TortoiseSVN yet, because the "diff" command is
The patch at the bottom of this message enables the diff command for
I hope you will find this patch usefull.
Greetings, George
Index: src/TortoiseShell/ContextMenu.cpp
---------------------------------------------------------------------
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.