Re: [fossil-users] Diff of renamed (and edited) files

2013-01-02 Thread Nico Williams
You could just compute throw away mnodes and just cache that. Fossil already has a cache, no? ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Diff of renamed (and edited) files

2013-01-02 Thread Richard Hipp
On Wed, Jan 2, 2013 at 3:14 PM, Nico Williams wrote: > There used to be a VCS called PRCS. It had no network support, but aside > from that it was awesome, partly because every file was assigned an > "mnode", which was roughly an analog of inode numbers, and this allowed > wonderful rename funct

Re: [fossil-users] Diff of renamed (and edited) files

2013-01-02 Thread Nico Williams
There used to be a VCS called PRCS. It had no network support, but aside from that it was awesome, partly because every file was assigned an "mnode", which was roughly an analog of inode numbers, and this allowed wonderful rename functionality. The same approach might work equally well for Fossil

Re: [fossil-users] Diff of renamed (and edited) files

2013-01-02 Thread Richard Hipp
On Wed, Jan 2, 2013 at 11:09 AM, Stefan Bellon wrote: > Hi, > > I'm trying to find the correct command line syntax to specify in order > to query the diff of a file that has been renamed (and possibly > modified) between "from" and "to". E.g. the following scenario: > > $ echo "foobar" > file1.

[fossil-users] Diff of renamed (and edited) files

2013-01-02 Thread Stefan Bellon
Hi, I'm trying to find the correct command line syntax to specify in order to query the diff of a file that has been renamed (and possibly modified) between "from" and "to". E.g. the following scenario: $ echo "foobar" > file1.txt $ fossil addremove $ fossil commit -m "file1" New_Version: