Re: [fossil-users] Fossil and Jenkins?

2011-11-08 Thread Remigiusz Modrzejewski

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 more heavily in team projects, and in 
 situations where I may wish to deploy via push. So I'm wondering if anyone 
 has gotten this working with Jenkins, or indeed with any other CI. If there's 
 a better fit for Fossil then I'd love to know about it.

I've seen some BuildBot howto somewhere. It worked fine IIRC.

Kind regards,
Remigiusz Modrzejewski



___
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] How to gdiff two versions of a file?

2011-11-08 Thread Gilles
On Wed, 2 Nov 2011 12:22:27 -0400, Ron Wilson
ronw.m...@gmail.com 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 files as expected:

C:\Projects\Project1fossil finfo Form1.vb
History of Form1.vb
2011-11-05 [6a07f19e02] Code complete (user: Joe, artifact:
[9735460a2c])
2011-11-04 [367bcfa41a] Some comment (user: Joe, artifact:
[da4cb1ce3b])

C:\Projects\Project1fossil gdiff --from da4cb1ce3b --to 9735460a2c
Form1.vb
C:\fossil.exe: no such checkin: da4cb1ce3b

C:\Projects\Project1fossil gdiff --from 367bcfa41a --to 6a07f19e02
Form1.vb
/temp/kE30YW5dHfVyjJq
/temp/IEUmm1z9sO9QYJJ

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] The commit comments, creating a branch

2011-11-08 Thread 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 that case. Yes, I make
these kind of errors; I forget the branch I'm in, I decide to branch for some
new ideas I implement, and I fork from the wrong branch.

Do you like the idea?

Regards,
Lluís.
___
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] The commit comments, creating a branch

2011-11-08 Thread Richard Hipp
2011/11/8 Lluís Batlle i Rossell vi...@viric.name

 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 forget the branch I'm in, I decide to branch for
 some
 new ideas I implement, and I fork from the wrong branch.

 Do you like the idea?


No.  But I can agree to having the commit message show *both* the old and
the new branch.



 Regards,
 Lluís.
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




-- 
D. Richard Hipp
d...@sqlite.org
___
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] The commit comments, creating a branch

2011-11-08 Thread Lluís Batlle i Rossell
On Tue, Nov 08, 2011 at 10:23:14AM -0500, Richard Hipp wrote:
 2011/11/8 Lluís Batlle i Rossell vi...@viric.name
  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 forget the branch I'm in, I decide to branch for
  some
  new ideas I implement, and I fork from the wrong branch.
 
  Do you like the idea?
 
 
 No.  But I can agree to having the commit message show *both* the old and
 the new branch.

Oops. That's what I meant! :)
___
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] How to gdiff two versions of a file?

2011-11-08 Thread Gilles
On Tue, 08 Nov 2011 15:58:21 +0100, Gilles
gilles.gana...@free.fr wrote:
C:\Projects\Project1fossil 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 shown above, the
paths don't include the partition later so WinMerge can't locate the
files.

___
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] How to gdiff two versions of a file?

2011-11-08 Thread Gilles
On Tue, 08 Nov 2011 16:36:25 +0100, Gilles
gilles.gana...@free.fr 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/

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] 'patches' lacking headears

2011-11-08 Thread Lluís Batlle i Rossell
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.

Any suggestions? Forget it?

Thanks,
Lluís
___
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] 'patches' lacking headears

2011-11-08 Thread Lluís Batlle i Rossell
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 differentiates 
 only
 between artifacts. I don't see this as a trivial change, then.

A quick example:
http://fossil-scm.org/index.html/info/24e298edd0

click a [diff] of some file, and then above the Patch link.

Maybe the filename could be conveyed through the HTTP GET parameters, just for
display on the Patch or Unified Difflink.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Web UI Refresh Issue

2011-11-08 Thread Shaun Mahood
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

-  Load everything except the logo

I am using a custom style found at 
http://kott.fm/tomek/2011/05/22/setting-fossil-up-with-style/ and using Firefox 
7.0.1, running Windows XP and using the fossil server command.

I am also using my own logo which is 34 KB. Anyone else run into this, or is it 
based on my specific setup and customizations?

Thanks,
Shaun
___
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] Web UI Refresh Issue

2011-11-08 Thread Tomek Kott
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 while I
would expect everything to work in server mode, I never tested it.

Tomek

On Tue, Nov 8, 2011 at 1:15 PM, Shaun Mahood smah...@palsgeomatics.comwrote:

  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

 **-  **Load everything except the logo

 ** **

 I am using a custom style found at
 http://kott.fm/tomek/2011/05/22/setting-fossil-up-with-style/ and using
 Firefox 7.0.1, running Windows XP and using the “fossil server” command.**
 **

 ** **

 I am also using my own logo which is 34 KB. Anyone else run into this, or
 is it based on my specific setup and customizations?

 ** **

 Thanks,

 Shaun

 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


___
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] Web UI Refresh Issue

2011-11-08 Thread Shaun Mahood
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:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of Tomek Kott
Sent: Tuesday, November 08, 2011 12:21 PM
To: Fossil SCM user's discussion
Subject: Re: [fossil-users] Web UI Refresh Issue

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 while I would 
expect everything to work in server mode, I never tested it.

Tomek
On Tue, Nov 8, 2011 at 1:15 PM, Shaun Mahood 
smah...@palsgeomatics.commailto:smah...@palsgeomatics.com 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

-  Load everything except the CSS styles

-  Load everything except the logo

I am using a custom style found at 
http://kott.fm/tomek/2011/05/22/setting-fossil-up-with-style/ and using Firefox 
7.0.1, running Windows XP and using the fossil server command.

I am also using my own logo which is 34 KB. Anyone else run into this, or is it 
based on my specific setup and customizations?

Thanks,
Shaun

___
fossil-users mailing list
fossil-users@lists.fossil-scm.orgmailto:fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
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] Web UI Refresh Issue

2011-11-08 Thread Tomek Kott
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 situations you described?

One other thought is the same on as the comment on the article - try
searching for a string style.css?default in the header block, and get rid
of ?default (so you're just left with style.css). Make sure to clear
firefox's cache (by ctrl-shift-R) for the page in question.

I guess that's the last possibility - do you have a proxy or anything else
between you and the server?

Tomek

On Tue, Nov 8, 2011 at 4:07 PM, Shaun Mahood smah...@palsgeomatics.comwrote:

  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:
 fossil-users-boun...@lists.fossil-scm.org] *On Behalf Of *Tomek Kott
 *Sent:* Tuesday, November 08, 2011 12:21 PM
 *To:* Fossil SCM user's discussion
 *Subject:* Re: [fossil-users] Web UI Refresh Issue

 ** **

 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 while I
 would expect everything to work in server mode, I never tested it.

 Tomek

 On Tue, Nov 8, 2011 at 1:15 PM, Shaun Mahood smah...@palsgeomatics.com
 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

 -  Load everything except the CSS styles

 -  Load everything except the logo

  

 I am using a custom style found at
 http://kott.fm/tomek/2011/05/22/setting-fossil-up-with-style/ and using
 Firefox 7.0.1, running Windows XP and using the “fossil server” command.**
 **

  

 I am also using my own logo which is 34 KB. Anyone else run into this, or
 is it based on my specific setup and customizations?

  

 Thanks,

 Shaun


 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

 ** **

 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


___
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] Web UI Refresh Issue

2011-11-08 Thread Shaun Mahood
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 regular 
use. The server is also running on my local machine, so no proxy or anything.

It looks very similar to the case when a web page fails to fully load, but 
doesn't realize it (if that makes sense).



From: fossil-users-boun...@lists.fossil-scm.org 
[mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of Tomek Kott
Sent: Tuesday, November 08, 2011 3:02 PM
To: Fossil SCM user's discussion
Subject: Re: [fossil-users] Web UI Refresh Issue

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 situations you described?

One other thought is the same on as the comment on the article - try searching 
for a string style.css?default in the header block, and get rid of ?default 
(so you're just left with style.css). Make sure to clear firefox's cache (by 
ctrl-shift-R) for the page in question.

I guess that's the last possibility - do you have a proxy or anything else 
between you and the server?

Tomek
On Tue, Nov 8, 2011 at 4:07 PM, Shaun Mahood 
smah...@palsgeomatics.commailto:smah...@palsgeomatics.com wrote:
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.orgmailto:fossil-users-boun...@lists.fossil-scm.org
 
[mailto:fossil-users-boun...@lists.fossil-scm.orgmailto:fossil-users-boun...@lists.fossil-scm.org]
 On Behalf Of Tomek Kott
Sent: Tuesday, November 08, 2011 12:21 PM
To: Fossil SCM user's discussion
Subject: Re: [fossil-users] Web UI Refresh Issue

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 while I would 
expect everything to work in server mode, I never tested it.

Tomek
On Tue, Nov 8, 2011 at 1:15 PM, Shaun Mahood 
smah...@palsgeomatics.commailto:smah...@palsgeomatics.com 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

-  Load everything except the CSS styles

-  Load everything except the logo

I am using a custom style found at 
http://kott.fm/tomek/2011/05/22/setting-fossil-up-with-style/ and using Firefox 
7.0.1, running Windows XP and using the fossil server command.

I am also using my own logo which is 34 KB. Anyone else run into this, or is it 
based on my specific setup and customizations?

Thanks,
Shaun

___
fossil-users mailing list
fossil-users@lists.fossil-scm.orgmailto:fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


___
fossil-users mailing list
fossil-users@lists.fossil-scm.orgmailto:fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
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] Web UI Refresh Issue

2011-11-08 Thread Ingo Koch
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

 -  Load everything except the CSS styles

 -  Load everything except the logo

  

 I am using a custom style found at
 http://kott.fm/tomek/2011/05/22/setting-fossil-up-with-style/ and using
 Firefox 7.0.1, running Windows XP and using the fossil server command.

  

 I am also using my own logo which is 34 KB. Anyone else run into this, or is
 it based on my specific setup and customizations?

  


I've seen something similar in WinFossil which also uses the fossil server
command to display the Web UI.
WinFossil uses the .NET WebBrowser component (Internet Explorer) to display the
results.

Sometimes it doesn't load anything at all after it is started. Refresh then most
of the times loads the page as plain HTML without CSS.  An other refresh might
load the page as expected.
Sometimes it starts with plain HTML without CSS. Refresh then also might or
might not load the page as expected.
Once the start page is loaded correctly, all other pages are loaded correctly 
too.

Most of the time it works as expected.

Regards,
Ingo

___
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] Web UI Refresh Issue

2011-11-08 Thread alaric
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 to list the adapter names available).

The resulting file can then be loaded into the likes of Wireshark for 
investigation!

Sent from my BlackBerry® wireless device

-Original Message-
From: Shaun Mahood smah...@palsgeomatics.com
Sender: fossil-users-boun...@lists.fossil-scm.org
Date: Tue, 8 Nov 2011 22:16:22 
To: 'Fossil SCM user's discussion'fossil-users@lists.fossil-scm.org
Reply-To: Fossil SCM user's discussion fossil-users@lists.fossil-scm.org
Subject: Re: [fossil-users] Web UI Refresh Issue

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users