Re: [fossil-users] diff command and 'permission denied'

2014-07-26 Thread Gour
Michai Ramakers writes: > The issue here is that you cannot unset a variable through the UI; you > can only set it to the empty string, right? Correct...and that produces error as demonstrated here. Sincerely, Gour -- As a lamp in a windless place does not waver, so the transcendentalist, w

Re: [fossil-users] diff command and 'permission denied'

2014-07-26 Thread Michai Ramakers
On 26 July 2014 18:53, Gour wrote: > "Andy Bradford" > writes: > >> It can. Run ``fossil ui'' and browse to Admin->Settings > > Well, the error is result of applying 'fossil ui' on diff-command > settting. ;) The issue here is that you cannot unset a variable through the UI; you can only set it

Re: [fossil-users] diff command and 'permission denied'

2014-07-26 Thread Gour
"Andy Bradford" writes: > It can. Run ``fossil ui'' and browse to Admin->Settings Well, the error is result of applying 'fossil ui' on diff-command settting. ;) Sincerely, Gour -- Before giving up this present body, if one is able to tolerate the urges of the material senses and check the

Re: [fossil-users] diff command and 'permission denied'

2014-07-26 Thread Andy Bradford
Thus said Gour on Sat, 26 Jul 2014 13:18:59 +0200: > Maybe fossil's ui should be able to do the same? It can. Run ``fossil ui'' and browse to Admin->Settings Andy -- TAI64 timestamp: 400053d3ce0e ___ fossil-users mailing list fossil-users@lists

Re: [fossil-users] diff command and 'permission denied'

2014-07-26 Thread Gour
Michai Ramakers writes: > I can reproduce it here when setting 'diff-command' to the empty > string. Perhaps you have done that too (from the looks of 'fossil set' > output). Good catch. ;) Yes, I wanted to 'unset' it via ui command. > You can unset an option using 'fossil unset'. Thanks. Ma

Re: [fossil-users] diff command and 'permission denied'

2014-07-26 Thread Stephan Beal
On Sat, Jul 26, 2014 at 1:03 PM, Michai Ramakers wrote: > I can reproduce it here when setting 'diff-command' to the empty > string. Perhaps you have done that too (from the looks of 'fossil set' > output). > > You can unset an option using 'fossil unset'. > Good catch! Does fossil need to alwa

Re: [fossil-users] diff command and 'permission denied'

2014-07-26 Thread Michai Ramakers
On 26 July 2014 12:26, Gour wrote: > Hello, > > I'm working on a simple course - using markdown markup for text files > and store few pdf files. > > I changed settings for 'diff' command to 'meld', but then reverted back > to use built-in diff for 'diff' command and 'meld for gdiff/gmerge. > > How

Re: [fossil-users] diff command and 'permission denied'

2014-07-26 Thread Gour
Stephan Beal writes: > This probably won't help, as your ls listing shows us that file doesn't > exist, but can you try: > > rm '/home/gour/prj/iching/2.md~0' Of course, rm: cannot remove ‘/home/gour/prj/iching/2.md~0’: No such file or directory > What platform is this? Linux x86_64 Debian (S

Re: [fossil-users] diff command and 'permission denied'

2014-07-26 Thread Stephan Beal
On Sat, Jul 26, 2014 at 12:26 PM, Gour wrote: > $ fossil chan > EDITED 2.md > $ fossil diff > (it launches meld here) > $ fossil settings > gdiff-command(local) meld > Weird. i can't reproduce that on my system: [stephan@host:~/cvs/fossil/fossil]$ f set gdiff gdiff-command(

[fossil-users] diff command and 'permission denied'

2014-07-26 Thread Gour
Hello, I'm working on a simple course - using markdown markup for text files and store few pdf files. I changed settings for 'diff' command to 'meld', but then reverted back to use built-in diff for 'diff' command and 'meld for gdiff/gmerge. However, Fossil is now complaining... See the output: