The best thing to do would be to get a tcpdump of the http traffic...
tcpdump -i lo -s 65535 -w http.pcap tcp port 8080
...should get you a file called http.pcap; "lo" is the correct -i for Linux's
localhost, use "lo0" for BSDs, or sonething else for Windows (IIRC Windows
tcpdump has an option
On 08.11.2011 19:15, Shaun Mahood wrote:
>
> Hi, not sure if this is the right place for this (please redirect me if not).
> I've noticed that the main web UI for Fossil does not seem to be loading
> consistently for me -- it seems to pick 1 of 3 states.
>
> - Load everything
>
> -
The easiest way I can recreate the problem is by refreshing the same page
repeatedly. At some point, the page will load fully (not cancelled by the
refresh), and will show up as if it has served everything but missing the CSS
or Logo. I only started to do this after I noticed the problem during
Well, it turns out that WordPress mangled my HTML, so I'm not surprised
that you couldn't get the copy / paste to work. However, I'm not quite sure
why you would be seeing three different outcomes.
Just to double check -- you click on, say, timeline, and each time you do,
you get one of the three
Hi Tomek,
For whatever reason (most likely my own mistakes) I couldn't get it to work
using copy and paste, ended up importing the config to my local version and
then pushing it back to the server. I'm using the version 1.20 for Windows.
From: fossil-users-boun...@lists.fossil-scm.org
[mailto
Hi Shaun,
Sorry to hear that the style I put together didn't work for you. DId you
copy and paste the code from the post, or did you download the attached
config file and import that? Also, which version of fossil are you using?
Truth be told, I've only ever used it in CGI mode or UI mode, so whi
Hi, not sure if this is the right place for this (please redirect me if not).
I've noticed that the main web UI for Fossil does not seem to be loading
consistently for me - it seems to pick 1 of 3 states.
- Load everything
- Load everything except the CSS styles
- Lo
On Tue, Nov 08, 2011 at 05:42:52PM +0100, Lluís Batlle i Rossell wrote:
> Hello,
>
> the Patch ui link in the 'fdiff' page does not provide a patch with proper
> headers, I think. I'd expect some headers about the file in question.
>
> That fdiff page does not know about the filename, though, as
Hello,
the Patch ui link in the 'fdiff' page does not provide a patch with proper
headers, I think. I'd expect some headers about the file in question.
That fdiff page does not know about the filename, though, as differentiates only
between artifacts. I don't see this as a trivial change, then.
On Tue, 08 Nov 2011 16:36:25 +0100, Gilles
wrote:
>Found it: If the repository is located in the C partition, Fossil
>checks out those temporary files in C:\temp\ but as shown above, the
>paths don't include the partition later so WinMerge can't locate the
>files.
s/later/letter/
___
On Tue, 08 Nov 2011 15:58:21 +0100, Gilles
wrote:
>C:\Projects\Project1>fossil gdiff --from 367bcfa41a --to 6a07f19e02
>Form1.vb
>/temp/kE30YW5dHfVyjJq
>/temp/IEUmm1z9sO9QYJJ
Found it: If the repository is located in the C partition, Fossil
checks out those temporary files in C:\temp\ but as show
On Tue, Nov 08, 2011 at 10:23:14AM -0500, Richard Hipp wrote:
> 2011/11/8 Lluís Batlle i Rossell
> > In case of using "-b" in the commit command, it always says the branch
> > typed in
> > "-b". I'd like it to say the branch it branches from, in that case. Yes, I
> > make
> > these kind of errors;
2011/11/8 Lluís Batlle i Rossell
> Hello all,
>
> commiting, fossil reminds the user in the commit comments about the user
> and
> branch committing to.
>
> In case of using "-b" in the commit command, it always says the branch
> typed in
> "-b". I'd like it to say the branch it branches from, in
Hello all,
commiting, fossil reminds the user in the commit comments about the user and
branch committing to.
In case of using "-b" in the commit command, it always says the branch typed in
"-b". I'd like it to say the branch it branches from, in that case. Yes, I make
these kind of errors; I for
On Wed, 2 Nov 2011 12:22:27 -0400, Ron Wilson
wrote:
>> Is there a way to check what parameters Fossil uses to call the
>> gdiffer?
>
>Create a batch script with the line:
>
>echo %1% %2% %3% %4% %5% %6% %7% %8% %9%
Thanks for the tip. I'll go ask in the forum why WinMerge doesn't
display the fil
On Nov 7, 2011, at 7:14 PM, Nolan Darilek wrote:
> Just wondering if anyone has gotten Fossil to work with either Jenkins or
> Hudson for CI? My understanding is that these systems support a periodic poll
> mode that can compensate for the lack of hooks.
>
> I'm about to start using Fossil mor
16 matches
Mail list logo