Hi,
At jueves, 24 de marzo de 2005, 19:23:57, you wrote:
SL> Fernando P. Nájera Cano wrote:
>>>>> 10. If I select one versioned file, I get a popup menu called "Show
>>>>> differences as Uniffied Diff". If I select two versioned (modified)
>>>>> files, why can't I get a uniffied diff. If I can get it for a whole
>>>>> folder, shouldn't I be able to get it for some individual files?
>>>>
>>>> 10. Seems reasonable. The TSVN menu in Explorer allows this.
>>>> Generally there seems to be lots of menu items missing when multiple
>>>> items are selected in the commit dialog (perhaps update dialog
>>>> also?).
>>
>>> What's the point in comparing two files from the commit dialog?
>>
>> Can't I get a file with differences of first file then differences of
>> second file? It would be the same as if I try to get "patch file" for
>> a folder, but just for some of the files, not all of them. Don't know
>> if I'm writing clear today...
>>
>> But I suppose the answer you gave for #11 applies here, too:
SL> I think Stefan misunderstood you. You want a unified diff of WC against
SL> BASE for several files, not a unified diff of 2 unrelated files, yes?
I think so. I mean, I have 3 files, say a.txt, b.txt and c.txt, all of
them modified. I want to select 2 files, say a.txt and b.txt, and get:
Index: a.txt
===================================================================
--- a.txt (revision 2900)
+++ a.txt (working copy)
@@ -1,5 +1,5 @@
line1
-lin2
+line2
line3
line4
Index: b.txt
===================================================================
--- b.txt (revision 2900)
+++ b.txt (working copy)
@@ -1,5 +1,5 @@
line1
line2
-lin3
+line3
line4
Best regards,
Fernando Nájera
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Mar 24 19:44:38 2005