Re: bbedit, bbdiff and subversion

2010-09-14 Thread gio
got the solution. I had to edit ~/.subversion/config and enter the full path to the scripts in the diff-cmd variable. Note it needs to be the full path as shell variables wont be expanded (so ~/bin/fmdiff will fail with error 255) On Sep 8, 9:20 am, gio wrote: > This person is having the same

Re: bbedit, bbdiff and subversion

2010-09-08 Thread gio
This person is having the same problem but there is no solution posted on the forum http://svn.haxx.se/users/archive-2008-07/0349.shtml On Sep 7, 10:24 pm, gio wrote: > I get this > > /usr/bin/bbdiff > > On Sep 7, 10:22 pm, Steve Kalkwarf wrote: > > > > I did try this too but it's not working e

Re: bbedit, bbdiff and subversion

2010-09-07 Thread gio
I get this /usr/bin/bbdiff On Sep 7, 10:22 pm, Steve Kalkwarf wrote: > > I did try this too but it's not working either, exactly the same > > error. > > > exec of '/usr/bin/bbdiff --resume --wait' failed: No such file or > > directorysvn: '/usr/bin/bbdiff --resume --wait' returned 255 > > svn:

Re: bbedit, bbdiff and subversion

2010-09-07 Thread gio
I get this /usr/bin/bbdiff On Sep 7, 10:22 pm, Steve Kalkwarf wrote: > > I did try this too but it's not working either, exactly the same > > error. > > > exec of '/usr/bin/bbdiff --resume --wait' failed: No such file or > > directorysvn: '/usr/bin/bbdiff --resume --wait' returned 255 > > svn:

Re: bbedit, bbdiff and subversion

2010-09-07 Thread Steve Kalkwarf
> I did try this too but it's not working either, exactly the same > error. > > exec of '/usr/bin/bbdiff --resume --wait' failed: No such file or > directorysvn: '/usr/bin/bbdiff --resume --wait' returned 255 > svn: Error reading spooled REPORT request response What's the output from the command

Re: bbedit, bbdiff and subversion

2010-09-07 Thread gio
Thanks Lukreme I did try this too but it's not working either, exactly the same error. exec of '/usr/bin/bbdiff --resume --wait' failed: No such file or directorysvn: '/usr/bin/bbdiff --resume --wait' returned 255 svn: Error reading spooled REPORT request response I am still searching for an ans

Re: bbedit, bbdiff and subversion

2010-09-07 Thread gio
Thanks Lukreme I did try this too but it's not working either, exactly the same error. exec of '/usr/bin/bbdiff --resume --wait' failed: No such file or directorysvn: '/usr/bin/bbdiff --resume --wait' returned 255 svn: Error reading spooled REPORT request response I am still searching for an ans

Re: bbedit, bbdiff and subversion

2010-09-07 Thread LuKreme
On 7-Sep-2010, at 07:58, gio wrote: > > exec of 'bbdiff --resume --wait' failed: No such file or directorysvn: > 'bbdiff --resume --wait' returned 255 > svn: Error reading spooled REPORT request response Looks like the location of bbdiff is not in the PATH. Try /path/to/bbdiff --resume --wait i

Re: bbedit, bbdiff and subversion

2010-09-07 Thread gio
Thanks Charlie I tried your suggestions but it does not work I still get the following error exec of 'bbdiff --resume --wait' failed: No such file or directorysvn: 'bbdiff --resume --wait' returned 255 svn: Error reading spooled REPORT request response Then I tried to create a script but I get

Re: bbedit, bbdiff and subversion

2010-09-07 Thread Charlie Garrison
Good evening, On 7/09/10 at 3:29 AM -0700, gio wrote: >I am trying to get subversion to default to bbdiff for comparing files >but I cannot get it to work properly > >The ~/ .subversion/config doesn't seem to like this line > >diff-cmd = bbdiff --extensions "--resume --wait" What is the --exten

bbedit, bbdiff and subversion

2010-09-07 Thread gio
hi all I am trying to get subversion to default to bbdiff for comparing files but I cannot get it to work properly The ~/ .subversion/config doesn't seem to like this line diff-cmd = bbdiff --extensions "--resume --wait" I tried to just type diff-cmd = bbdiff This seems to get BBedit to open