Re: [fossil-users] How to limit "fossil diff" output to just names of the changed files?

2012-02-02 Thread Matt Welland
On Thu, Feb 2, 2012 at 1:32 PM, Heinrich Huss < heinrich.h...@psh-consulting.de> wrote: > Why not using 'fossil change'? > Or am I missing the point? > As far as I can tell fossil changes doesn't take --to and --from > Regards > Hein > > Am 02.02.2012 18:35, schrieb Leo Razoumov: > > 2012/2/2

Re: [fossil-users] How to limit "fossil diff" output to just names of the changed files?

2012-02-02 Thread Bill Burdick
He wants diffs between two versions, not between the last commit and the current files. Bill On Thu, Feb 2, 2012 at 2:32 PM, Heinrich Huss < heinrich.h...@psh-consulting.de> wrote: > Why not using 'fossil change'? > Or am I missing the point? > > Regards > Hein > > Am 02.02.2012 18:35, schrieb

Re: [fossil-users] How to limit "fossil diff" output to just names of the changed files?

2012-02-02 Thread Heinrich Huss
Why not using 'fossil change'? Or am I missing the point? Regards Hein Am 02.02.2012 18:35, schrieb Leo Razoumov: 2012/2/2 Lluís Batlle i Rossell: What if you keep on with the fossil internal diff command, and run: $ fossil diff --from xxx --to yyy | grep Index That's what I'm using now tha

Re: [fossil-users] How to limit "fossil diff" output to just names of the changed files?

2012-02-02 Thread Leo Razoumov
2012/2/2 Lluís Batlle i Rossell : > > What if you keep on with the fossil internal diff command, and run: > $ fossil diff --from xxx --to yyy   | grep Index > > That's what I'm using now that I needed this feature. > As a poor man's solution, I am using $ fossil diff -i --from xx --to yy | egrep

Re: [fossil-users] fossil coredumping and reporting malformed manifest on sparc64

2012-02-02 Thread Julian Fagir
Hi, > Compiling went fine, and after updating sqlite, it didn't even throw SQL > errors anymore. ;-) > So far, I can initialise a repository, add files, start a server, but > whenever I want to commit, I get the message: > fossil: manifest file (3) is malformed I'm sorry I waited until now, bu

Re: [fossil-users] How to limit "fossil diff" output to just names of the changed files?

2012-02-02 Thread Lluís Batlle i Rossell
On Wed, Feb 01, 2012 at 05:22:53AM -0500, Leo Razoumov wrote: > $ fossil clone http://www.fossil-scm.org/ fossil.fos > $ fossil set diff-command 'diff $DIFFPARAMS' -R fossil.fos > $ DIFFPARAMS='-q' fossil diff --from version-1.20 --to version-1.21 -R > fossil.fos > produces > Files /var/tmp/TOVfAuD