Re: [fossil-users] Partial sync (Was re: Two quick Fossil questions)

2010-09-08 Thread Nolan Darilek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/08/2010 05:55 PM, Owen Shepherd wrote: > Perhaps Fossil should have a mode where, rather than just synchronising > artefacts between repositories, it synchronises one artefact and all of its > missing dependencies? > I'd be cool with that if

[fossil-users] Partial sync (Was re: Two quick Fossil questions)

2010-09-08 Thread Owen Shepherd
On 8 Sep 2010, at 18:32, Richard Hipp wrote: > A key point is that the sync mechanism does not know anything about the > meta-information or the internal format of the artifacts. All sync knows is > that there is some set of artifacts on one side of the connection, and > another set of artifa

Re: [fossil-users] Two quick Fossil questions

2010-09-08 Thread Richard Hipp
On Wed, Sep 8, 2010 at 12:30 PM, Nolan Darilek wrote: > > 2. Following up on my bundle question earlier, is it possible to do a > partial sync between two repositories? Say for instance I don't want to > grant commit access to my main repository to every contributor. Could I > set up a quarantine

Re: [fossil-users] Two quick Fossil questions

2010-09-08 Thread Richard Hipp
On Wed, Sep 8, 2010 at 1:07 PM, Nolan Darilek wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Neat, thanks for the explanation. > > I like that I can edit previous commit messages, but that worries me a > bit as well. Who can edit a given commit message? I don't see it as a > separate

Re: [fossil-users] Two quick Fossil questions

2010-09-08 Thread Nolan Darilek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neat, thanks for the explanation. I like that I can edit previous commit messages, but that worries me a bit as well. Who can edit a given commit message? I don't see it as a separate permission. Does it come with commit access? On 09/08/2010 11:46

Re: [fossil-users] Two quick Fossil questions

2010-09-08 Thread Wes Freeman
For 1. Just put [10-digit hex ticket id] in square brackets in the commit comment. Something like: "Fixed flashing screen when first opening the page. Reported in ticket [ff6ba964e2]." It will automatically make a link to the ticket in the timeline, and the check-in will show up in the related che

Re: [fossil-users] Two quick Fossil questions

2010-09-08 Thread Alexandre Sénéchal
Hi, I do not know about 2 but if you include the following in your commit comment it will be auto-associated: [ticket id] Note the "[" and "]" around the square brackets. It worked for me when I tried it. Best regards, Alexandre Sénéchal On Wed, Sep 8, 2010 at 12:30 PM, Nolan Darilek wrote:

[fossil-users] Two quick Fossil questions

2010-09-08 Thread Nolan Darilek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK, apologies if this is documented somewhere, but finding things in the docs is more a process of digging and discovery than of reading straight through--perhaps appropriate for a project named Fossil. :) But: 1. How does one associate commits with t

Re: [fossil-users] wiki rename page?

2010-09-08 Thread Richard Hipp
On Wed, Sep 8, 2010 at 10:57 AM, Kevin Greiner wrote: > > How can I rename a wiki page? > You can start a new page with the new name! > > > ___ > fossil-users mailing list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bi

[fossil-users] wiki rename page?

2010-09-08 Thread Kevin Greiner
How can I rename a wiki page? ___ 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-users Digest, Vol 32, Issue 11

2010-09-08 Thread Arnel Legaspi
> -- Forwarded message -- > From: Richard Hipp > To: fossil-us...@lists.fossil-scm.org > Date: Tue, 7 Sep 2010 19:27:06 -0400 > Subject: Re: [fossil-users] Copy of Linux version of GPL Fossil > > > On Tue, Sep 7, 2010 at 5:10 PM, Arnel Legaspi wrote: >> >> Hello, >> >> Does anyone

Re: [fossil-users] Copy of Linux version of GPL Fossil

2010-09-08 Thread Richard Hipp
On Wed, Sep 8, 2010 at 7:26 AM, Arnel Legaspi wrote: > On Tue, Sep 7, 2010 at 3:40 PM, Ross Berteig wrote: > > You need the zlib development package to be available. The simple > > answer is to say > > > >sudo apt-get install zlib1g-dev > > > > to the shell. That should install everything yo

Re: [fossil-users] Copy of Linux version of GPL Fossil

2010-09-08 Thread Arnel Legaspi
On Tue, Sep 7, 2010 at 3:40 PM, Ross Berteig wrote: > You need the zlib development package to be available. The simple > answer is to say > >    sudo apt-get install zlib1g-dev > > to the shell. That should install everything you need to compile > and link against zlib. The other two related pack