Re: [fossil-users] meld-support

2011-03-08 Thread Bill Whiting
I love meld, but note that fedora 13  14 are currently at v 1.3
Not a problem, but they don't appear to recognize the 4th argument.

//Bill

On 03/08/2011 02:26 PM, Jan Danielsson wrote:
 On 03/08/11 19:12, Richard Hipp wrote:
 [---]
When merging with many conflicts I find meld to be of invaluable
 help, though I noticed that meld is missing explicit fossil-support.
 Is meld more than just a visual 3-way merge tool, like xxdiff or kdiff3?
 It's mostly a diff/merge-tool (file and directories). But in addition
 it has some basic interfaces to VCS's. The GUI allows one to revert
 files, commit files, etc. I don't use those features very frequently,
 but sometimes it's convenient to have them there when I'm anyway sorting
 through diffs in meld.

 Can meld be plugged into Fossil using the gmerge-command setting?
 Yes, I just tried it, and it works fine. Could someone add this to
 the list of examples for gmerge-command at
 http://www.fossil-scm.org/fossil/help/setting:

 meld %baseline %original %merge %output

 .. ?

 Caveats:
 - The meld --help stipulates that there's an -o or --output to
 specify output file, but it it appears to be a nop. (Though perhaps I'm
 misunderstanding how it's supposed to work). Simply passing %output as a
 fourth argument seems to do the trick. (I used meld HEAD (cloned from
 their git yesterday) for these tests).
 - Some Random Web Page stipulates that meld version 1.4 or later is
 required for the output argument.



 ___
 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] Fossil for Android?

2011-02-27 Thread Bill Whiting
Timothy,
A very interesting exercise to be sure, but it begs the question: why?  
i.e. Did you have a particular use in mind?

//Bill

On 02/27/2011 01:52 PM, Mike Meyer wrote:
 On Sat, 26 Feb 2011 20:53:11 -0800 (PST)
 Timothy Brownjavelin...@yahoo.com  wrote:

 For your consideration,

 How hard would it be to build Fossil for Android?  For that matter how hard 
 would it be to get Fossil built for iOS?
 Since both are Unix variants, it shouldn't be to bad. The makemake
 script already has two compilers wired in - one for building the build
 tools, and one for building the cross-compiled binary. That doesn't set
 TCC in the Makefile, but that's an easy fix.

 For android, it took about three hours to get it to compile starting
 from scratch (literally - I had to locate and download the appropriate
 development kits).  The hard part was figuring out the correct thing
 to set LDFLAGS in the Makefile to for the cross-compilation
 environment to get a complete link.  Doesn't appear to be working very
 well - but I'm not an android developer, so that's not really
 surprising.

 iOS is probably easier - if you're happy using the jailbroken dev
 tools. Using Apple's tools may be a bit harder.

mike

___
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] eclipse plugin for fossil

2011-02-21 Thread Bill Whiting
I can help with testing.  I would very much like to see this done.

//Bill
On 02/21/2011 05:16 PM, paolo lulli wrote:
 I would like to help ...

 P.

 2011/2/21 Will West will.o.w...@gmail.com mailto:will.o.w...@gmail.com

 I'm thinking about writing an Eclipse plugin for Fossil, any
 interested collaborators, already started projects, or philosophical
 objections? The third category will be ignored :)

 --
 Will Owen West
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 mailto: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


[fossil-users] manifest file

2011-02-18 Thread Bill Whiting
I just did fossil update $ID in order to build a particular version of 
the source and I find no manifest file in the checkout directory.  The 
documentation on the website still talks about a manifest file, so has 
something changed in recent versions of fossil?  Why don't I have a 
manifest file?

Thanks,
//Bill
___
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] error on push

2011-01-25 Thread Bill Whiting
Dmitry,
I checked the permissions.  I am not running this from apache, fossil is 
launched from xinetd, so the fossil process is owned by the same user 
that owns the fossil repository file.

Thanks,
//Bill

On 01/25/2011 10:09 AM, Dmitry Chestnykh wrote:
  Error: Database error: unable to open database file
  CREATE TEMP TABLE onremote(rid INTEGER PRIMARY KEY);
 Check permissions and ownership of fossil repository file. Are your web 
 process allowed to write to this file?

 --
 Dmitry Chestnykh

 ___
 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] error on push

2011-01-25 Thread Bill Whiting
Richard,
That's it (sort of).  The /var file system is full.  I thought I had 
verified that all of the file systems had some free space, but 
overlooked /var.  I extended the file system and the push succeeded.

Thanks!
//Bill


On 01/25/2011 10:19 AM, Richard Hipp wrote:


 On Tue, Jan 25, 2011 at 10:09 AM, Dmitry Chestnykh 
 dmi...@codingrobots.com mailto:dmi...@codingrobots.com wrote:

  Error: Database error: unable to open database file
  CREATE TEMP TABLE onremote(rid INTEGER PRIMARY KEY);

 Check permissions and ownership of fossil repository file. Are
 your web process allowed to write to this file?


 The TEMP table should be created in /var/tmp.  So please check to 
 ensure that the user that fossil is running as has write permission on 
 /var/tmp.


 --
 Dmitry Chestnykh

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




 -- 
 D. Richard Hipp
 d...@sqlite.org mailto: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

___
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] No Client GUI for fossil

2010-06-30 Thread Bill Whiting
Stephen,
here is a built-in web interface.

If you have an open repository
 i.e.
 fossil open myProject.fossil

then run fossil with the ui command:
 fossil ui

fossil will run a webserver providing gui access to the currently opened 
repository and it will start your browser pointing to 
http://localhost:8080 (or some previously unused port).

There were a couple of additional answers to the website that explained 
better than my answer.

//Bill

On 06/30/2010 01:16 PM, Stephen De Gabrielle wrote:
 Hi,

 I just posted a stackoverflow answer to the question:

 QUESTION
 Are there any GUIs for fossil?

 I've been getting used to the idea of source control for solo
 projects, and having an interface for the commands in fossil would
 help.

 Something simple that helps browse for files, or open + close. Google
 has turned up nothing except the web GUI that works within the
 projects themselves.

 ANSWER

 There are no platform ui clients for Fossil that I am aware of. Nor
 are there Windows Explorer or Finder extensions or IDE extensions for
 eclipse, emacs or the Microsoft/Apple tool chains that I can find.

 That said, many of these would be simple enough to implement, so you
 could check one of the OSS clients for CVS or Subversion to see if you
 could fork them for your needs. (respecting licences of course)

 Sorry the answer is 'no', but this response should change soon as
 fossil seems to be attracting a lot of attention.

 PS I'm betting emacs will get support first ;)

 /---//

 Please correct me if I'm wrong!

 http://stackoverflow.com/questions/2135779/gui-for-fossil-scm/3151618#3151618



___
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] Fossil for dummies PDF

2010-06-18 Thread Bill Whiting
Jim,
Thanks, I was able to use the book to find out how to link tickets and 
check-ins.

//Bill

On 05/31/2010 02:43 AM, Paul Ruizendaal wrote:
 Jim,

 I'd be happy to merge in my write-up about the TH1 script language.
 Howver, that is not quick start guide material, and perhaps is outside
 the focus of the document.

 Paul


 On Sat, 29 May 2010 06:20:01 -0400, Jim Schimpfjim.schi...@gmail.com
 wrote:

 Hi,

  I've been working on this for a while and thought it might be useful
  for
 the group.  This is a PDF for a new user of Fossil to show them how to
  
 use

 it in a simple project.  It's not for most of the people on this list
  
 who

 know much more than I about Fossil.  It is meant to be something you can
 give to the friend who just wants to use Fossil for his projects. The
 online
 documentation on the Fossil site is very good and I used the ideas there
 for
 some of the book but personally I really like having a PDF with an
  
 active

 index and TOC for documentation.

 Here is the site:

   http://pandora.dyn-o-saur.com:8080/cgi-bin/Book.cgi

  (it's served by Fossil, naturally).

  If you have comments or want to add to this let me know and I can
  
 give

 you a login and of course credit in the text.  I would very much
  
 appreciate

 your comments on what I did or did not do correctly and how it can be
 improved.

 --jim schimpf
  
 ___
 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] The case for Markdown (yes, I rtfm)

2009-11-29 Thread Bill Whiting
One thought that I had was to enable feeding wiki pages through a TCP 
pipe so that they could be post-processed.  That would enable storing 
the pages in the wiki and rendering the wiki pages completely could be 
done on any platform that supports a web server.  Any wiki markup can be 
supported and then fossil itself is not dependent on another library.  
If you don't want to use the extra markup, then don't.  If you really 
feel the need for Markdown, Creole, etc, then it is available.

just my 0.02

//Bill

On 11/29/2009 06:44 AM, Eric wrote:
 The number of mails about this just proves that there is no right choice
 for a new wiki markup. There are plenty of lightweight markup formats out
 there (with their own enthusiastic followers) that haven't even been
 mentioned here yet. If you want to do your project documentation a
 particular way, then do it that way - as project files. The other problem
 is introducing external dependencies for Fossil - have you noticed how few
 there are?

 My vote (somebody else mentioned votes!) is to leave the Fossil wiki alone
 (except for gradual improvement).


 Eric

 ___
 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] Not authorized to write

2009-10-02 Thread Bill Whiting
That resolved the problem for me.  I'll try to clone again and see if 
the problem repeats.

//Bill

On 10/02/2009 12:04 PM, Wilson, Ronald wrote:
 on windows I have this problem where credentials don't 'stick' with
 the fossil remote-url command. use fossil pull with the full url to
 make credentials stick.  I can send a log that demonstrates the issue
 later today once I get out of all these meetings.

 rw

 from my mobile 434.851.1612

 On Oct 2, 2009, at 12:00 PM, D. Richard Hippd...@hwaci.com  wrote:



 On Oct 2, 2009, at 11:41 AM, Bill Whiting wrote:

  
 No, both are straight text, letters and numbers

 When I set remote-url explicitly I wrote the url as
 fossil remote-url http://user:pass12...@server.com

 I don't have any ideas what might be wrong.  Can you give me any more
 clues on how to reproduce the problem?


 D. Richard Hipp
 d...@hwaci.com



 ___
 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] Not authorized to write

2009-10-02 Thread Bill Whiting
The problem did repeat.  What can I capture to help troubleshoot.

My steps were:
 fossil clone ~/fossil.repo/test.fossil http://u...@server.com

Trivial edit on one file
 fossil commit -m Trivial edit to test fossil

I was prompted for my keystore password, but not the repository password

fossil commit -m Trivial change to test fossil
Autosync:  http://server.com:8090
 Bytes  Cards  Artifacts Deltas
Send: 130  1  0  0
Received:1978 44  0  0
Total network traffic: 329 bytes sent, 1247 bytes received

You need a passphrase to unlock the secret key for
user: Bill Whiting (not dead yet) tex...@brjzm.com
1024-bit DSA key, ID 7DBE9B14, created 2009-04-16

New_Version: eb37e4fe808729cdea16116365b26785ce47da79
Autosync:  http://server.com:8090
 Bytes  Cards  Artifacts Deltas
Send:2838 47  0  2
3fossil: server says: not authorized to write

//Bill


On 10/02/2009 12:51 PM, Bill Whiting wrote:
 That resolved the problem for me.  I'll try to clone again and see if 
 the problem repeats.

 //Bill

 On 10/02/2009 12:04 PM, Wilson, Ronald wrote:
 on windows I have this problem where credentials don't 'stick' with
 the fossil remote-url command. use fossil pull with the full url to
 make credentials stick.  I can send a log that demonstrates the issue
 later today once I get out of all these meetings.

 rw

 from my mobile 434.851.1612

 On Oct 2, 2009, at 12:00 PM, D. Richard Hippd...@hwaci.com  wrote:


 On Oct 2, 2009, at 11:41 AM, Bill Whiting wrote:

 No, both are straight text, letters and numbers

 When I set remote-url explicitly I wrote the url as
 fossil remote-url http://user:pass12...@server.com
 I don't have any ideas what might be wrong.  Can you give me any more
 clues on how to reproduce the problem?


 D. Richard Hipp
 d...@hwaci.com



 ___
 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] 64-bit warnings

2009-09-23 Thread Bill Whiting
Has anyone had success using fossil on AIX?  I was able to get the code 
to build, but it did not run successfully.  I don't remember the exact 
error.  At the time I needed to get my code to work, so I worked around 
fossil.

//Bill

On 09/23/2009 11:22 AM, D. Richard Hipp wrote:
 On Sep 23, 2009, at 9:11 AM, James Turner wrote:


 I've been working on a fossil port for OpenBSD and noticed when
 compiling under OpenBSD amd64 I see a couple 'warning: cast from
 pointer to integer of different size' warnings attached are three
 patches that I was including in my port and was wondering if this is
 something worth changing upstream? Since there is no configure
 scripts provided I'm not sure how you feel about requiring stdint.h
 but I think it's a pretty standard library. Thanks.
  
 I've seen the warnings too.  But I use fossil daily on 64-bit linux
 (SuSE 10.1) and it works fine there.  So I'm not overly worried about
 them.

 Most of the warnings come from sqlite3.c.  And we are very sure that
 it works correctly on 64-bit systems.

 I'll work on reducing the number of warnings.  But it isn't a priority.


 patch-src_main_mkpatch-src_makeheaders_cpatch-
 src_th_lang_c___
 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...@hwaci.com



 ___
 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] Sqlite testing

2009-09-17 Thread Bill Whiting
On 09/17/2009 07:57 AM, D. Richard Hipp wrote:
 On Sep 17, 2009, at 7:55 AM, D. Richard Hipp wrote:


 On Sep 16, 2009, at 10:35 PM, James Cooper wrote:

  
 Your web page www.sqlite.org/testing.html mentions that each release
 must pass an extensive set of tests  on multiple platforms and
 under multiple compile-time configurations, but I have not been
 abel to find out what platforms are tested.  In particular do you
 test on
 · Solaris with the Sum compiler?
 · SCO OpenServer with its native compiler?



 We test on linux (x86, amd64), mac (x86), win32, win64, and wince.

  

 Once again - sent to the wrong mailing list.  Sorry


 D. Richard Hipp
 d...@hwaci.com

But wouldn't it be worthwhile to test on something that's big-endian?  
It shouldn't make a difference, but if it does, you won't catch the issue.

//Bill

___
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] Using Git and Fossil to together

2009-08-05 Thread Bill Whiting
What is the point?  Git manages file revisions and in this context it 
looks like you're asking fossil to do the same thing.  What does one do 
that the other does not do?

//Bill

On 08/05/2009 10:48 PM, Alec Clews wrote:
 I've started to look at fossil as a small business process tool and
 currently I use Git and GitHub for file management, which I'd like to
 continue. The reason for using Git is a) It's very powerful and b)
 it's a great way to share code.

 I'm testing a workflow where I think I can do the following

 1) I create and use a git repo. My .gitignore file contains

 manifest
 manifest.uuid
 _FOSSIL_

 2) Open a fossil tree in the same directory and place the .git
 subdirectory in fossil (fossil add .git)

 3) use Git as intended, including sync with other repos and servers
 such as GitHub

 4) use fossil SCM to store a copy of my .git repo after each 'session'
 (for some definition of session). I should be able to write some
 wrapper scripts to add some of the meta data from git to fossil as
 well

 Does this seem sensible? Anyone tried something similar, or radically 
 different?

 Thanks



___
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] Using Git and Fossil to together

2009-08-05 Thread Bill Whiting

OK, then what are you trying to accomplish with fossil?

//Bill

On 08/05/2009 11:26 PM, Alec Clews wrote:

Git has two big advantages

1) It syncs with other Git users (or even svn users etc if needed) and
central servers like GitHub and Gitorious
2) It has a much richer VC environemt (e.g. I can define custom merge
drivers, reorder commits etc etc)


On Thu, Aug 6, 2009 at 13:19, Bill Whitingtex...@bellsouth.net  wrote:
   

What is the point?  Git manages file revisions and in this context it
looks like you're asking fossil to do the same thing.  What does one do
that the other does not do?

//Bill

On 08/05/2009 10:48 PM, Alec Clews wrote:
 

I've started to look at fossil as a small business process tool and
currently I use Git and GitHub for file management, which I'd like to
continue. The reason for using Git is a) It's very powerful and b)
it's a great way to share code.

I'm testing a workflow where I think I can do the following

1) I create and use a git repo. My .gitignore file contains

manifest
manifest.uuid
_FOSSIL_

2) Open a fossil tree in the same directory and place the .git
subdirectory in fossil (fossil add .git)

3) use Git as intended, including sync with other repos and servers
such as GitHub

4) use fossil SCM to store a copy of my .git repo after each 'session'
(for some definition of session). I should be able to write some
wrapper scripts to add some of the meta data from git to fossil as
well

Does this seem sensible? Anyone tried something similar, or radically different?

   




   


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