Re: Diffing directories with external diff
"kaczoroj" <[email protected]> Wed, 22 Feb 2006 23:05:17 -0000
| Newsgroups | gmane.comp.version-control.cvs.gui.devel |
|---|---|
| Message-ID | <[email protected]> |
Kirill, This is a good idea but it seems to me that it would be better (and faster) to scan for modified files using the timestamp comparison (same that is used to indicate red icons) instead of launching cvs diff to find modified files. This would also be very similar in operation to selecting the folder and turning the flat view on and clicking the modified filter then selecting all files and making a diff but your feature would just do it all in one step. Very handy shortcut! Best Regards, Jerzy --- In [email protected], "kirillmueller" <mail@...> wrote: > > I'd love to see the this feature in WinCvs and will try to > implement it. This is how it's supposed to work: > > - Launch a "cvs diff --brief [-rxxx [-ryyy]]" command as appropriate, > to let the server find out which files have changed > - Parse the output (read lines beginning with "Index:", a simple > getline parser will be fine here) > - Treat the changed files as if they (and not the directory) were > selected in the file view > - Diff 'em one by one > > This should be easy to achieve with code that's already been written > and tested: "graph view" uses a similar approach. > > Does anyone have suggestions, comments, ideas? > > > Regards, Kirill > Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/cvsgui-dev/ <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/