Re: [fossil-users] Scripting in Fossil v2

2013-07-23 Thread Aaron W . Hsu
that code accessed and used during the normal course of using the Fossil executable, not through a separate program. -- Aaron W. Hsu | arcf...@sacrideo.us | http://www.sacrideo.us From: Stephan Beal Sent: ‎Tuesday‎, ‎July‎ ‎23‎, ‎2013 ‎2‎:‎20‎ ‎PM To: Fossil SCM user's discussion You do

Re: [fossil-users] Scripting in Fossil v2

2013-07-23 Thread Aaron W . Hsu
fossil from other programs, but how fossil uses other code (ideally written in any language) within itself. It does no good to have a library if every time you want to extend the behavior of the fossil program you have to write your own version of the fossil front-end. Yours truly, Aaron W. Hsu

Re: [fossil-users] Scripting in Fossil v2

2013-07-23 Thread Aaron W . Hsu
-style API. I would also encourage those discussing these topics to clearly distinguish all five of the above design spaces, and not to conflate one with the other, recognizing them as completely orthogonal, though synergistic, to one another. Yours truly, Aaron W. Hsu -- Aaron W. Hsu

Re: [fossil-users] Problem Importing From Git

2013-07-19 Thread Aaron W . Hsu
as intended if used from within Cmd for this piping. All in all, I’m glad that this is a fairly straightforward issue. Thanks for the help! Yours truly, Aaron W. Hsu -- Aaron W. Hsu | arcf...@sacrideo.us | http://www.sacrideo.us___ fossil

Re: [fossil-users] Problem Importing From Git

2013-07-18 Thread Aaron W . Hsu
exported.txt:501:mark :5 exported.txt:502:author Aaron W. Hsu arcf...@sacrideo.us 1330040947 -0500 exported.txt:503:committer Aaron W. Hsu arcf...@sacrideo.us 1330040947 -0500 exported.txt:504:data 26 exported.txt:505:Add a better clean target exported.txt:506:from :3 exported.txt:507:M

Re: [fossil-users] Problem Importing From Git

2013-07-18 Thread Aaron W . Hsu
fine in a UNIX-like environment, but only fails when I make the attempt on a Windows machine. So, unless the handling of non-latin content is different on Windows and Linux, I would have expected that if it worked on Linux, it would work on Windows.  -- Aaron W. Hsu | arcf...@sacrideo.us

[fossil-users] Problem Importing From Git

2013-07-11 Thread Aaron W . Hsu
: [AGS} -fPIC -shared -o $@ $ That ]ad line seems to be incorrect, as at the end of it I get no blan.fossil file. Can anyone tell me what I am doing wrong here? -- Aaron W. Hsu | arcf...@sacrideo.us | http://www.sacrideo.us___ fossil-users mailing list

Re: [fossil-users] Problem Importing From Git

2013-07-11 Thread Aaron W . Hsu
I should note that in the problem listed below, that this does not happen when I use the Linux version. -- Aaron W. Hsu | arcf...@sacrideo.us | http://www.sacrideo.us From: Aaron W.Hsu Sent: ‎Thursday‎, ‎July‎ ‎11‎, ‎2013 ‎6‎:‎24‎ ‎PM To: fossil-users@lists.fossil-scm.org I have a Git