Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Martin Gagnon
On 2011-11-02, at 14:32, Richard Hipp wrote: > > > On Wed, Nov 2, 2011 at 2:27 PM, Mark Janssen wrote: > On Wed, Nov 2, 2011 at 3:38 PM, Richard Hipp wrote: > > On Wed, Nov 2, 2011 at 10:13 AM, Mark Janssen wrote: > >> > >> Without wanting to open a huge can of worms, IMHO a DVCS should retu

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Mark Janssen
On Wed, Nov 2, 2011 at 7:32 PM, Richard Hipp wrote: > > > On Wed, Nov 2, 2011 at 2:27 PM, Mark Janssen wrote: >> >> On Wed, Nov 2, 2011 at 3:38 PM, Richard Hipp wrote: >> > On Wed, Nov 2, 2011 at 10:13 AM, Mark Janssen >> > wrote: >> >> >> >> Without wanting to open a huge can of worms, IMHO a

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Richard Hipp
On Wed, Nov 2, 2011 at 2:27 PM, Mark Janssen wrote: > On Wed, Nov 2, 2011 at 3:38 PM, Richard Hipp wrote: > > On Wed, Nov 2, 2011 at 10:13 AM, Mark Janssen > wrote: > >> > >> Without wanting to open a huge can of worms, IMHO a DVCS should return > >> artifacts unmodified (e.g. treat everything

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Mark Janssen
On Wed, Nov 2, 2011 at 3:38 PM, Richard Hipp wrote: > On Wed, Nov 2, 2011 at 10:13 AM, Mark Janssen wrote: >> >> Without wanting to open a huge can of worms, IMHO a DVCS should return >> artifacts unmodified (e.g. treat everything as a binary file). > > And Fossil does exactly that.  It preserves

Re: [fossil-users] How to gdiff two versions of a file?

2011-11-02 Thread Ron Wilson
On Wed, Nov 2, 2011 at 6:16 AM, Gilles wrote: > On Wed, 02 Nov 2011 04:23:20 +0100, Gilles > wrote: >>C:\Projects>fossil gdiff --from d4980ff4a7 --to 7c50b63ab5 >>"Project1/Form1.vb" >>=> WinMerge opens, but files aren't displayed. > > Is there a way to check what parameters Fossil uses to call t

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Lluís Batlle i Rossell
On Wed, Nov 02, 2011 at 11:24:37AM -0400, Richard Hipp wrote: > 2011/11/2 Lluís Batlle i Rossell > > > > > I was on linux, the results were not identical. > > > > > OK. I put in a patch to fix this. > http://www.fossil-scm.org/fossil/ci/83a574b019?sbs=1 Thank you! __

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Richard Hipp
2011/11/2 Lluís Batlle i Rossell > > I was on linux, the results were not identical. > > OK. I put in a patch to fix this. http://www.fossil-scm.org/fossil/ci/83a574b019?sbs=1 -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-u

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Lluís Batlle i Rossell
On Wed, Nov 02, 2011 at 10:38:10AM -0400, Richard Hipp wrote: > On Wed, Nov 2, 2011 at 10:13 AM, Mark Janssen wrote: > If you specify the filename for the artifact as the 3rd argument: > > fossil artifact abc123 somefile.jpg > > Then no conversions will occur. Only if you redirect standard

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Richard Hipp
On Wed, Nov 2, 2011 at 10:13 AM, Mark Janssen wrote: > > Without wanting to open a huge can of worms, IMHO a DVCS should return > artifacts unmodified (e.g. treat everything as a binary file). And Fossil does exactly that. It preserves all files exactly. But in many parts of the world, when y

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Mark Janssen
On Wed, Nov 2, 2011 at 3:02 PM, Richard Hipp wrote: > On Wed, Nov 2, 2011 at 9:41 AM, Mark Janssen wrote: >> >> Following patch fixes the issue. >> > > This fixes viriketo's specific complaint, but it also creates a bunch of new > problems for people running windows with non-UTF character sets. >

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Richard Hipp
On Wed, Nov 2, 2011 at 9:41 AM, Mark Janssen wrote: > > Following patch fixes the issue. > > This fixes viriketo's specific complaint, but it also creates a bunch of new problems for people running windows with non-UTF character sets. > > Index: src/blob.c > ===

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Mark Janssen
On Wed, Nov 2, 2011 at 2:35 PM, Mark Janssen wrote: > 2011/11/2 Lluís Batlle i Rossell : >> On Wed, Nov 02, 2011 at 01:00:50PM +0100, Eduardo Morras wrote: >>> Sorry to contact you directly Lluis, i can receive mail form list >>> but can't post (my isp blacklisted this list) >> >> Weird. How could

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Mark Janssen
2011/11/2 Lluís Batlle i Rossell : > On Wed, Nov 02, 2011 at 01:00:50PM +0100, Eduardo Morras wrote: >> Sorry to contact you directly Lluis, i can receive mail form list >> but can't post (my isp blacklisted this list) > > Weird. How could that happen? > >> At 12:19 02/11/2011, Lluís Batlle i Rosse

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Lluís Batlle i Rossell
On Wed, Nov 02, 2011 at 01:00:50PM +0100, Eduardo Morras wrote: > Sorry to contact you directly Lluis, i can receive mail form list > but can't post (my isp blacklisted this list) Weird. How could that happen? > At 12:19 02/11/2011, Lluís Batlle i Rossell wrote: > >I've just tried: > > > >fossil

[fossil-users] Getting a binary artifact

2011-11-02 Thread Lluís Batlle i Rossell
I've just tried: fossil artifact c06ece1cc56e4713435c0bd1f1b70627248b4b6b > file.png And this outputs only 8 bytes of the png file. Maybe the artifact command assumes a text output? Regards, Lluís. ___ fossil-users mailing list fossil-users@lists.fossi

Re: [fossil-users] How to gdiff two versions of a file?

2011-11-02 Thread Gilles
On Wed, 02 Nov 2011 04:23:20 +0100, Gilles wrote: >C:\Projects>fossil gdiff --from d4980ff4a7 --to 7c50b63ab5 >"Project1/Form1.vb" >=> WinMerge opens, but files aren't displayed. Is there a way to check what parameters Fossil uses to call the gdiffer? Does it create two temporary names before cal