Re: [fossil-users] Fossil redirect loop

2010-09-21 Thread Michael Richter
OK, I simply cannot find a sequence that replicates this bug. I lost the broken repo (which I thought I'd backed up) and I can't find anything that gives me redirect loops. The only clues we have are that a) there is something that generates redirect loops, b) this something survives a cloning

[fossil-users] Issues working with a Fossil repo

2010-09-21 Thread Nolan Darilek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just now I tried updating a Fossil repository, Mongrel2's, and it hangs. Here's what happens: $ fossil version This is fossil version [4980b9a796] 2010-09-09 13:57:50 UTC $ fossil clone http://mongrel2.org mongrel2.fossil Bytes Cards Artifacts

Re: [fossil-users] Issues working with a Fossil repo

2010-09-21 Thread Richard Hipp
On Tue, Sep 21, 2010 at 7:07 AM, Nolan Darilek no...@thewordnerd.infowrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just now I tried updating a Fossil repository, Mongrel2's, and it hangs. Here's what happens: $ fossil version This is fossil version [4980b9a796] 2010-09-09 13:57:50

Re: [fossil-users] Issues working with a Fossil repo

2010-09-21 Thread Nolan Darilek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/21/2010 06:42 AM, Richard Hipp wrote: Have you run fossil rebuild on your local repository? (I cannot think of what might have changed there, but rebuild never hurts.) No, but it fails with a fresh clone so there's nothing to rebuild.

Re: [fossil-users] howto see a difference between two project revisions

2010-09-21 Thread Heinrich Huss
But how is it, when I have added additional files to the latest version. I do not see them with the diff command. Am 20.09.2010 10:54, schrieb Richard Hipp: On Mon, Sep 20, 2010 at 2:11 AM, Heinrich Huss heinrich.h...@psh-consulting.de mailto:heinrich.h...@psh-consulting.de wrote:

Re: [fossil-users] howto see a difference between two project revisions

2010-09-21 Thread Richard Hipp
On Tue, Sep 21, 2010 at 2:11 PM, Heinrich Huss heinrich.h...@psh-consulting.de wrote: But how is it, when I have added additional files to the latest version. I do not see them with the diff command. The current implementation just says the files are ADDED. Maybe I should change that so

Re: [fossil-users] howto see a difference between two project revisions

2010-09-21 Thread Heinrich Huss
Thats not my point. I would be happy with ADDED, I do not need the single lines. But I just get nothing. I only see files which are part of both versions. Is there something wrong with my version? This is fossil version [34178e2771] 2010-06-23 15:23:03 UTC Cheers Hein Am 21.09.2010 23:27,

Re: [fossil-users] howto see a difference between two project revisions

2010-09-21 Thread Heinrich Huss
Hi Richard, forget everything. It was me, who was not able to see. :( fossil diff --from ef7e35 | grep -i added ADDEDmodel/const.php ADDEDsmarty/templates/RegistrationPDF.tpl So everything is fine. Works as you mentioned and thats fine with me. Thanks Hein Am 22.09.2010 00:05,

Re: [fossil-users] howto see a difference between two project revisions

2010-09-21 Thread Richard Hipp
On Tue, Sep 21, 2010 at 3:05 PM, Heinrich Huss heinrich.h...@psh-consulting.de wrote: Thats not my point. I would be happy with ADDED, I do not need the single lines. But I just get nothing. I only see files which are part of both versions. Is there something wrong with my version? This