Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread Tony Papadimitriou
MessageWell, it may not seem like a problem if you compare a single file that you know has no differences, but imagine you’re checking a specific directory with hundreds of files, only one or two of which have changed. Fossil will invoke WinDiff and have you look at every single file in that di

[fossil-users] Horror story about git - Forever Alone

2014-09-24 Thread Gour
Morning, just read it today on Reddit: http://www.reddit.com/r/programming/comments/2hctgh/horror_story_about_git_forever_alone/ Article is at: http://thedailywtf.com/Articles/Forever-Alone.aspx What about Fossil in the same scenario? Sincerely, Gour -- >From wherever the mind wanders due t

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread Dömötör Gulyás
Aha, so for me also on 1.29, if i specify "src/*", it shows all files, but just gdiff with no paths shows the changes only. Now, the problem is I can't tell fossil to "fossil gdiff src/", it insists on "fossil gdiff src/*", so it explicitly loads up all the files. Any suggestions? My workflow is s

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread dave
Oh, OK. Well, if I do, say C:\Experiments\libfossil>fossil gdiff configure in my environment, I do indeed get a WinDiff on that file showing no changes, but isnt' that what I asked it to do, rather than not pop up WinDiff at all and make me think something is wrong? Oh, well, I guess I don't u

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread tonyp
MessageOK, but still you need to try with a file that has NOT changed. It should show nothing, but you will see the file, instead. From: dave Sent: Wednesday, September 24, 2014 11:17 PM To: 'Fossil SCM user's discussion' Subject: Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged f

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread dave
gotcha. Yes, I think it was the 'show-me-all' case of fossil gdiff let me see if I can rdp into that box and try it out now OK, still works for me. More scoop, my checkout state: C:\Experiments\libfossil>fossil changes EDITED include/fossil-scm/fossil-config.h EDITED s

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread tonyp
Wait a moment, did you specify a path/file with the GDIFF command, or was it a show-me-all case, i.e., no files given? Because the latter will correctly go only through the files that have changed. The problem appears when you specify a set of files (even a single one). Then, all specified fil

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread tonyp
There is a "Show Identical Files" option in WinDiff but changing only affects whether the contents of the files are shown, or a blank screen is shown. The problem is still that the WinDiff application is invoked even though there is no difference in the files. -Original Message- From:

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread dave
Interestingly, this does /not/ happen for me on Windows with WinDiff. (I had occaision to do this just yesterday, and it only presented sequentially the three files that had actual changes). Don't know if version is related; I am using the 1.29 version that came out in June. Or maybe it's a sett

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread Stephan Beal
On Wed, Sep 24, 2014 at 8:39 PM, Andy Bradford wrote: > Thus said Stephan Beal on Wed, 24 Sep 2014 20:16:13 +0200: > > > This behaviour is just plain weird. On Linux i can't reproduce it with > > either 'meld' or 'kompare': > > I'm not sure if this is the same behavior that is being discussed,

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread Stephan Beal
On Wed, Sep 24, 2014 at 8:47 PM, wrote: > Here’s a very easy way to verify the problem (at least on a Win > machine): > > (F = FOSSIL) > (This is fossil version 1.30 [ee46563cbd] 2014-08-15 12:46:27 UTC) > > 1. f g --from prev any_unchanged_file_path > That works as expected for me with bot

Re: [fossil-users] gdiff/opendiff on os x:suppress unchanged files? (OOPS)

2014-09-24 Thread tonyp
Here’s a very easy way to verify the problem (at least on a Win machine): (F = FOSSIL) (This is fossil version 1.30 [ee46563cbd] 2014-08-15 12:46:27 UTC) 1. f g --from prev any_unchanged_file_path 2. f diff --tk –from prev any_unchanged_file_path [1] will show the files but without any differences

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread tonyp
Here’s a very easy way to verify the problem (at least on a Win machine): (F = FOSSIL) (This is fossil version 1.30 [ee46563cbd] 2014-08-15 12:46:27 UTC) 1. f g --from prev any_unchanged_file_path 2. f diff --tk --from any_unchanged_file_path [1] will show the files but without any differences. [2

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread Andy Bradford
Thus said Stephan Beal on Wed, 24 Sep 2014 20:16:13 +0200: > This behaviour is just plain weird. On Linux i can't reproduce it with > either 'meld' or 'kompare': I'm not sure if this is the same behavior that is being discussed, but try this with the Fossil repo: fossil up 2d75e87b76 fossil me

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread j. v. d. hoff
if it's of any interest to you: at least with source gear's `DiffMerge' and fossil settings gdiff-command(global) diffmerge.sh gmerge-command (global) diffmerge.sh "%original" "%baseline" "%merge" --result="%output" (where `diffmerge.sh' is the provided shell wrapper) everythi

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread Stephan Beal
On Wed, Sep 24, 2014 at 8:02 PM, wrote: > If it's any consolation, the same problem exists under Windows with > WinDiff (default GDIFF program). > > I suppose the reason for this is the screening of which files to show is > done by the application, and not fossil. And, WinDiff, in my case has no

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread tonyp
If it's any consolation, the same problem exists under Windows with WinDiff (default GDIFF program). I suppose the reason for this is the screening of which files to show is done by the application, and not fossil. And, WinDiff, in my case has no problem showing a comparison between two equal

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread Dömötör Gulyás
Thanks, "fossil diff --tk" works for the interim, but the diffs provided by FileMerge/opendiff I would prefer. Isn't opendiff the default gdiff on OS X (or did I just already have it my settings?)? If it is, i reckon it oughta work :) On 24 September 2014 19:08, Richard Hipp wrote: > > > On Wed,

Re: [fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread Richard Hipp
On Wed, Sep 24, 2014 at 12:35 PM, Dömötör Gulyás wrote: > When using fossil gdiff on OS X, with opendiff as the gdiff command, > diffs for all files are shown, even if there are no changes. This > contrasts with behavior of opendiff with git/bzr, etc, which only show > the changed files, which is

[fossil-users] gdiff/opendiff on os x: suppress unchanged files?

2014-09-24 Thread Dömötör Gulyás
When using fossil gdiff on OS X, with opendiff as the gdiff command, diffs for all files are shown, even if there are no changes. This contrasts with behavior of opendiff with git/bzr, etc, which only show the changed files, which is preferrable. Is there a known workaround for this? Out of the bo

Re: [fossil-users] Changing my email address

2014-09-24 Thread Richard Hipp
Cancel your current subscription at http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users then create a new subscription on the same page. On Wed, Sep 24, 2014 at 7:47 AM, Abilio Marques wrote: > Hi, > > In a couple of hours I will lose access to this email address forever. I >

[fossil-users] Changing my email address

2014-09-24 Thread Abilio Marques
Hi, In a couple of hours I will lose access to this email address forever. I want to switch this list to my personal email, abili...@gmail.com . I'm notifying to see if there is someone that has to change it manually, or I'll just re register. Thanks, Abilio Marques __