Re: [fossil-users] Nested check-outs

2011-11-17 Thread Will Duquette
by "make getmydependencies" or something like that). Thanks! > > Cheers, > Gareth > > On Thu, 17 Nov 2011 04:38:49 -, Will Duquette wrote: > >> Howdy! >> >> Is there a document that describes the best practices for a project that

[fossil-users] Nested check-outs

2011-11-16 Thread Will Duquette
astructure library. With Subversion, I'd do an svn:external to pull the infrastructure library into my working area as a subdirectory. Is there an equivalent way to do this with fossil that won't get me into trouble? Thanks very much! Will Mr. Will Duquette, OP will -at- wjduq

Re: [fossil-users] Why do people create branches as a separate step? Was: Unable to sign manifest

2011-08-10 Thread Will Duquette
state of my work area to match the development context. If I start editing files while planning to "fossil commit -branch new-branch", then my work area doesn't match my development context. If I create the new branch explicitly, then I've changed my development context in

Re: [fossil-users] SharpFossil/WinFossil

2011-05-08 Thread Will Duquette
____ > fossil-users mailing list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users Mr. Will Duquette, OP will -at- wjduquette dot com http://foothills.wjduquette.com/blog ___ 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] New feature: "Events"

2010-10-02 Thread Will Duquette
If it's a time-stamped sequence of posts, you might as well call it a blog. Most of the project websites I see these days have a news blog; and if you call it that you won't have to tell folks, "Oh, yes, we have a blog, but we call it 'X'." Will On Oct 2, 2010, at 11:38 AM, Richard Hipp wrote

Re: [fossil-users] Integration into Emacs Version Control

2010-05-06 Thread Will Duquette
Thanks! Sent from my iPhone On May 6, 2010, at 8:25 AM, Gour wrote: > On Thu, 6 May 2010 07:04:10 -0700 >>>>>>> "Will" == Will Duquette wrote: > > Will> I came in late on this thread...is your version of vc available > Will> somewhere? &g

Re: [fossil-users] Integration into Emacs Version Control

2010-05-06 Thread Will Duquette
Venkat, I came in late on this thread...is your version of vc available somewhere? Thanks! Will Duquette On May 5, 2010, at 9:16 PM, Venkat Iyer wrote: > >> From: Gour > >> I'm still in the evaluating phase for Fossil, but being an Emacs >> user, I'm curi

Re: [fossil-users] Potential webhost accepting a fossil (Twylite)

2010-02-03 Thread Will Duquette
I use Dreamhost.com as well; I've been hosting with them for maybe ten years. Happy customer. Will On Feb 3, 2010, at 6:51 AM, Toby Allen wrote: > I setup a fossil repository on my shared webhost - Dreamhost.com > which is in the cheap range of < $10 month. I used the 2 line perl > scrip

Re: [fossil-users] patch to give "pull" and "sync" an "--update" option

2010-01-18 Thread Will Duquette
On Jan 18, 2010, at 1:41 PM, D. Richard Hipp wrote: > On Jan 18, 2010, at 3:14 PM, Ron Aaron wrote: > >> The following patch makes it possible to "sync-then-update" >> or "pull-then-update" in one command (like Mercurial "hg pull -u"): > > Fossil already does "sync-then-update": simply enable auto

Re: [fossil-users] tree checksum does not match

2009-12-15 Thread Will Duquette
On Dec 15, 2009, at 5:58 PM, D. Richard Hipp wrote: > (Third thing that needs to be fixed - there ought to be an easier way > to revert many files. Or, maybe if files are missing they out to be > automatically "rm"-ed. Or maybe that there is an option to > automatically "rm" missing files. Tho

Re: [fossil-users] 3 Feature requests - globbing using the repository.

2009-12-11 Thread Will Duquette
On Dec 11, 2009, at 6:48 AM, Ramon Ribó wrote: > What I meant was the following: > > rm file1 > fossil update > > in others VCS like CVS, file "file1" would appear again on disk. in > fossil it does not. > > fossil revert file1 > > Now, it appears on disk Oh, yuck. I could have sworn that I'd tr

Re: [fossil-users] 3 Feature requests - globbing using the repository.

2009-12-10 Thread Will Duquette
followed here. This is a proposal for how I think "fossil rm" should work. It's consistent with how "svn rm" works. At present it's not what happens. Will > > 2009/12/10 Will Duquette : >> I was unclear, apparently. >> >> Suppose "fos

Re: [fossil-users] 3 Feature requests - globbing using the repository.

2009-12-10 Thread Will Duquette
On Dec 10, 2009, at 6:39 AM, Jeremy Cowgar wrote: > Will Duquette wrote: >> I was unclear, apparently. >> >> Suppose "fossil rm *.foo" deletes the files from the file system and >> from Fossil. >> >> If I then do >> >>rm *.foo

Re: [fossil-users] 3 Feature requests - globbing using the repository.

2009-12-10 Thread Will Duquette
I was unclear, apparently. Suppose "fossil rm *.foo" deletes the files from the file system and from Fossil. If I then do rm *.foo when I meant to do fossil rm *.foo I can then do fossil update which will give me my *.foo files back. Then, I can do fossil rm *.foo Note

Re: [fossil-users] Commit failing... retyping commit message

2009-12-09 Thread Will Duquette
On Dec 9, 2009, at 1:29 PM, D. Richard Hipp wrote: > > On Dec 9, 2009, at 12:39 PM, Jeremy Cowgar wrote: > >> In the 3 features... thread, I read from Michael: >> >> " Secondly, I always get bit with my commit failing and then >> having to type in my comment again (after the monkeying around >> w

Re: [fossil-users] Commit failing... retyping commit message

2009-12-09 Thread Will Duquette
On Dec 9, 2009, at 11:41 AM, Stephan Beal wrote: > On Wed, Dec 9, 2009 at 6:39 PM, Jeremy Cowgar > wrote: > It seems that fossil is in need of two things: > > 1. Save the commit message to a file when the commit failed > 2. Provide a means of making fossil read the commit message from a > fi

Re: [fossil-users] 3 Feature requests - globbing using the repository.

2009-12-09 Thread Will Duquette
On Dec 9, 2009, at 11:39 AM, Stephan Beal wrote: > IMO, duplicating the shell functionality is the wrong approach, > mainly because there will be behavioural differences between > fossil's and the shell's globbing. i agree it would be convenient > for us users, but it technically could not

Re: [fossil-users] user(), cgi(), wiki() report functions

2009-12-08 Thread Will Duquette
Brian, I click on one of your links, and found myself at your fossil repo, logged in as "btheado" with full access to the Admin settings. Eeek! Will On Dec 8, 2009, at 8:51 PM, Brian Theado wrote: > I have ported the user() and cgi() sql functions from cvstrac to > fossil. > > Also, I impl

Re: [fossil-users] RSS feed times off?

2009-12-08 Thread Will Duquette
Fossil does RSS? Cool! I did not know that. Will On Dec 8, 2009, at 9:31 AM, Jeremy Cowgar wrote: > You can look at: http://jeremy.cowgar.com/mailroom/index.cgi/ > timeline and see: > > 2009-12-08 > > 17:20:15 * [d2dfbefa0e] Leaf Modified message_insert to accept > parameterized arguments i

Re: [fossil-users] The case for Markdown (yes, I rtfm)

2009-12-05 Thread Will Duquette
On Dec 5, 2009, at 3:23 AM, Daniel Clark wrote: > Joshua Paine wrote: >> On Fri, 2009-12-04 at 16:21 -0500, Daniel Clark wrote: >>> I'm missing why you wouldn't want to just implement this as code >>> (in C >>> or Javascript) that can translate from fossil wiki markup to >>> markdown >>> marku

Re: [fossil-users] Search WAS:The case for Markdown

2009-11-30 Thread Will Duquette
Burning? Not precisely; but it certainly seems like something that should be there. Will On Nov 30, 2009, at 4:36 AM, Stephen De Gabrielle wrote: > Hi, > > Does anyone else have a burning desire for a search facility to be > added to Fossil? > > Cheers, > > > Stephen > > > On Mon, Nov 30, 2

Re: [fossil-users] Zip files won't unzip on OS X

2009-11-29 Thread Will Duquette
I thought that might be the case, but I wasn't sure. I've set it up so that nobody can clone. Alternatively, you can log in as anonymous and use the Zip Archive link on the Leaf page. Or you can download glue.kit. Will On Nov 29, 2009, at 6:32 PM, chi wrote: > > >

Re: [fossil-users] The case for Markdown (yes, I rtfm)

2009-11-29 Thread Will Duquette
uitable library but the idea of a > dependency > scares everyone off so maybe we need a C source file that does the > formatting and can be added too slowly, etc... > > Jeremy > > -- > From: "Will Duquette" > Sen

Re: [fossil-users] The case for Markdown (yes, I rtfm)

2009-11-29 Thread Will Duquette
Purely out of curiousity, I've glanced at Markdown and Creole, neither of which I've used. The problem with Markdown is that the format as defined simply isn't a Wiki format. It's Wiki-like, but doesn't include the markup for links to wiki pages. (There's some kind of linking, but it isn't

Re: [fossil-users] Zip files won't unzip on OS X

2009-11-29 Thread Will Duquette
Anonymous can clone it, according to the Users page. I've not tried that myself. Will On Nov 29, 2009, at 5:04 PM, chi wrote: > > > Will Duquette wrote: >> Chi, >> > > Hello Will, > >> Thanks for the word about the bug fix. I'll see about upd

Re: [fossil-users] The case for Markdown (yes, I rtfm)

2009-11-29 Thread Will Duquette
the > development process for me. That's what I use the Fossil wiki for. > > Jeremy > > -- > From: "Will Duquette" > Sent: Sunday, November 29, 2009 10:36 AM > To: > Subject: Re: [fossil-users] The case fo

Re: [fossil-users] The case for Markdown (yes, I rtfm)

2009-11-29 Thread Will Duquette
My two cents on all of this: regardless of what wiki syntax is used, the Fossil Wiki is a lousy way to do your software documentation. You write your software. Ultimately, you deliver your software. Then you want to deliver your documentation *with* your software...and it's in a wiki ti

Re: [fossil-users] More info on ticket 1e919e389b

2009-11-28 Thread Will Duquette
PM, D. Richard Hipp wrote: > > On Nov 28, 2009, at 4:49 PM, Will Duquette wrote: > >> Richard asked that I give more information on ticket 1e919e389b >> here on the mailing list. >> >> What I was seeing, and reported in that ticket, was this: >> >> * I

Re: [fossil-users] Zip files won't unzip on OS X

2009-11-28 Thread Will Duquette
the Notebook 2 markup and renderer. And that *is* in Fossil. Will On Nov 28, 2009, at 4:03 PM, chi wrote: > > > Will Duquette wrote: - hide quoted text - > Hello Will, > >> I've got a fossil repository at >> http://wjduquette.com/projects/robbie.cgi. If I downl

Re: [fossil-users] More info on ticket 1e919e389b

2009-11-28 Thread Will Duquette
On Nov 28, 2009, at 2:30 PM, Michael wrote: > On Sat, Nov 28, 2009 at 01:49:38PM -0800, Will Duquette wrote: >> Richard asked that I give more information on ticket 1e919e389b >> here on the mailing list. >> >> What I was seeing, and reported in that ticket, was thi

Re: [fossil-users] More info on ticket 1e919e389b

2009-11-28 Thread Will Duquette
periment on them. Will On Nov 28, 2009, at 2:25 PM, Ramon Ribó wrote: > Have you tried to do:? > > fossil merge A > > A is the name of the version that you commited in the other laptop > > > 2009/11/28 Will Duquette : >> Richard asked that I give more infor

[fossil-users] More info on ticket 1e919e389b

2009-11-28 Thread Will Duquette
followed by a "fossil sync". These changes were to different files than the changes on A. * I then did a "fossil sync" on A. * And then "fossil update" in the working directories on A didn't update anything.

[fossil-users] Zip files won't unzip on OS X

2009-11-28 Thread Will Duquette
Howdy! I've got a fossil repository at http://wjduquette.com/projects/robbie.cgi . If I download a Zip Archive for a leaf, the OS X Archive Utility won't unzip it; it says that it's corrupted. The command-line "unzip" command unzips it just fine. ---