Re: [fossil-users] git equivalent commands

2011-03-11 Thread Steve Dalton
Should things like "lock" and "rebase" be "no" as apposed to
"Unknown"? I understand rebase is something that can't be done in
Fossil due to "fossilizing" the history right? I'm also certain fossil
doesn't support locking, right? :)

Also - does Fossil support Unicode filenames?

Happy to update the page if we can clarify answers here. We should
also probably link to the page from the fossil wiki as it's a very
useful reference.

Steve

On Fri, Mar 11, 2011 at 7:34 PM, Steve Dalton  wrote:
> Looks like someone just added it... good job.
>
> On Fri, Mar 11, 2011 at 7:11 PM, Mike Meyer  wrote:
>> On Fri, 11 Mar 2011 18:53:55 +1000
>> Steve Dalton  wrote:
>>
>>> Maybe we should start a comparison table on the wiki
>>> svn/git/mercurial/fossil equivalent commands
>>
>> http://en.wikipedia.org/wiki/Comparison_of_revision_control_software#Basic_Commands
>>
>> Though it doesn't cover the command in question, and the section on advanced 
>> commands doesn't include fossil.
>>
>>    > --
>> Mike Meyer               http://www.mired.org/consulting.html
>> Independent Software developer/SCM consultant, email for more information.
>>
>> O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
>> ___
>> fossil-users mailing list
>> fossil-users@lists.fossil-scm.org
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>
>
>
>
> --
> Refactor
> Engage. Succeed. Repeat.
> PO Box 802, Labrador, Q 4215, Australia
> tel: +61 (0)7 5668 3424 web: refactor.com.au
>



-- 
Refactor
Engage. Succeed. Repeat.
PO Box 802, Labrador, Q 4215, Australia
tel: +61 (0)7 5668 3424 web: refactor.com.au
___
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] git equivalent commands

2011-03-11 Thread Steve Dalton
Looks like someone just added it... good job.

On Fri, Mar 11, 2011 at 7:11 PM, Mike Meyer  wrote:
> On Fri, 11 Mar 2011 18:53:55 +1000
> Steve Dalton  wrote:
>
>> Maybe we should start a comparison table on the wiki
>> svn/git/mercurial/fossil equivalent commands
>
> http://en.wikipedia.org/wiki/Comparison_of_revision_control_software#Basic_Commands
>
> Though it doesn't cover the command in question, and the section on advanced 
> commands doesn't include fossil.
>
>     --
> Mike Meyer               http://www.mired.org/consulting.html
> Independent Software developer/SCM consultant, email for more information.
>
> O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
Refactor
Engage. Succeed. Repeat.
PO Box 802, Labrador, Q 4215, Australia
tel: +61 (0)7 5668 3424 web: refactor.com.au
___
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] git equivalent commands

2011-03-11 Thread Steve Dalton
Maybe we should start a comparison table on the wiki
svn/git/mercurial/fossil equivalent commands

Steve

On Fri, Mar 11, 2011 at 5:41 PM, Konstantin Khomoutov
 wrote:
> On Fri, Mar 11, 2011 at 01:27:39AM -0600, Federico Ramallo wrote:
>
>> I was wondering how to do git reset --hard on a fossil repository. Because
>> fossil clean only clear extra files, but what about changed files?
> Possibly you need `fossil revert`.
>
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
Refactor
Engage. Succeed. Repeat.
PO Box 802, Labrador, Q 4215, Australia
tel: +61 (0)7 5668 3424 web: refactor.com.au
___
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: Database error: table mlink has no column named mperm

2011-03-07 Thread Steve Dalton
Email crossed paths... yes - did it on server and fixed the problem.

So am I right in saying client and server always have to match
versions and rebuilt on both?

Will a newer repo version on the server work with an old client?

I am pretty quick with my upgrades, but I know some of the other users
in my team might not be so on the ball with things...

Steve

On Mon, Mar 7, 2011 at 10:31 PM, Richard Hipp  wrote:
> On Mon, Mar 7, 2011 at 7:27 AM, Steve Dalton  wrote:
>>
>> Yep - one of the first things I did. I've tried going back to an old
>> repo and starting again - but seems to happen again on the first
>> commit.
>>
>> I took a look at the database with sqlite3 and my mlink table is
>>
>> sqlite> .schema mlink
>> CREATE TABLE mlink(
>>  mid INTEGER REFERENCES blob,
>>  pid INTEGER REFERENCES blob,
>>  fid INTEGER REFERENCES blob,
>>  fnid INTEGER REFERENCES filename,
>>  pfnid INTEGER REFERENCES filename,
>>  mperm INTEGER
>> );
>> CREATE INDEX mlink_i1 ON mlink(mid);
>> CREATE INDEX mlink_i2 ON mlink(fnid);
>> CREATE INDEX mlink_i3 ON mlink(fid);
>> CREATE INDEX mlink_i4 ON mlink(pid);
>>
>> Looks like the mperm column is there ok and from looking at some older
>> repos it looks like it's a recent addition.
>
> Did you do "fossil rebuild" on the server too?
>
>
>>
>> Steve
>>
>> On Mon, Mar 7, 2011 at 9:45 PM, Stephen De Gabrielle
>>  wrote:
>> > did you try recreate the datebase with
>> > fossil rebuild
>> >
>> > Cheers,
>> >
>> > Stephen
>> >
>> >
>> > On Mon, Mar 7, 2011 at 10:24 AM, Steve Dalton 
>> > wrote:
>> >> I just tried to push to my repository and I got
>> >>
>> >>                Bytes      Cards  Artifacts     Deltas
>> >> Sent:            3546         75          0          0
>> >> Received:        4067         88          0          0
>> >> Sent:            6259         75          0          1
>> >> Error: Database error: table mlink has no column named mperm
>> >> INSERT INTO
>> >> mlink(mid,pid,fid,fnid,pfnid,mperm)VALUES(:m,:p,:f,:n,:pfn,:mp)
>> >> Received:         147          1          0          0
>> >> Total network traffic: 5010 bytes sent, 1444 bytes received
>> >>
>> >> Any ideas?
>> >>
>> >> Upgraded to the latest and it still happens.
>> >>
>> >> Steve
>> >>
>> >>
>> >> --
>> >> Refactor
>> >> Engage. Succeed. Repeat.
>> >> PO Box 802, Labrador, Q 4215, Australia
>> >> tel: +61 (0)7 5668 3424 web: refactor.com.au
>> >> ___
>> >> 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
>> >
>> >
>>
>>
>>
>> --
>> Refactor
>> Engage. Succeed. Repeat.
>> PO Box 802, Labrador, Q 4215, Australia
>> tel: +61 (0)7 5668 3424 web: refactor.com.au
>> ___
>> 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...@sqlite.org
>



-- 
Refactor
Engage. Succeed. Repeat.
PO Box 802, Labrador, Q 4215, Australia
tel: +61 (0)7 5668 3424 web: refactor.com.au
___
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: Database error: table mlink has no column named mperm

2011-03-07 Thread Steve Dalton
Ok - I realised what it was - I went on the server and did a fossil
rebuild -R /path/to/fossil and it rebuilt and I could then sync.

I didn't realise you had to do this on all the serverside repos to on
upgrade. Is this right? Naively thought that the client would perform
the upgrade.

Steve

On Mon, Mar 7, 2011 at 10:27 PM, Steve Dalton  wrote:
> Yep - one of the first things I did. I've tried going back to an old
> repo and starting again - but seems to happen again on the first
> commit.
>
> I took a look at the database with sqlite3 and my mlink table is
>
> sqlite> .schema mlink
> CREATE TABLE mlink(
>  mid INTEGER REFERENCES blob,
>  pid INTEGER REFERENCES blob,
>  fid INTEGER REFERENCES blob,
>  fnid INTEGER REFERENCES filename,
>  pfnid INTEGER REFERENCES filename,
>  mperm INTEGER
> );
> CREATE INDEX mlink_i1 ON mlink(mid);
> CREATE INDEX mlink_i2 ON mlink(fnid);
> CREATE INDEX mlink_i3 ON mlink(fid);
> CREATE INDEX mlink_i4 ON mlink(pid);
>
> Looks like the mperm column is there ok and from looking at some older
> repos it looks like it's a recent addition.
>
> Steve
>
> On Mon, Mar 7, 2011 at 9:45 PM, Stephen De Gabrielle
>  wrote:
>> did you try recreate the datebase with
>> fossil rebuild
>>
>> Cheers,
>>
>> Stephen
>>
>>
>> On Mon, Mar 7, 2011 at 10:24 AM, Steve Dalton  wrote:
>>> I just tried to push to my repository and I got
>>>
>>>                Bytes      Cards  Artifacts     Deltas
>>> Sent:            3546         75          0          0
>>> Received:        4067         88          0          0
>>> Sent:            6259         75          0          1
>>> Error: Database error: table mlink has no column named mperm
>>> INSERT INTO
>>> mlink(mid,pid,fid,fnid,pfnid,mperm)VALUES(:m,:p,:f,:n,:pfn,:mp)
>>> Received:         147          1          0          0
>>> Total network traffic: 5010 bytes sent, 1444 bytes received
>>>
>>> Any ideas?
>>>
>>> Upgraded to the latest and it still happens.
>>>
>>> Steve
>>>
>>>
>>> --
>>> Refactor
>>> Engage. Succeed. Repeat.
>>> PO Box 802, Labrador, Q 4215, Australia
>>> tel: +61 (0)7 5668 3424 web: refactor.com.au
>>> ___
>>> 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
>>
>>
>
>
>
> --
> Refactor
> Engage. Succeed. Repeat.
> PO Box 802, Labrador, Q 4215, Australia
> tel: +61 (0)7 5668 3424 web: refactor.com.au
>



-- 
Refactor
Engage. Succeed. Repeat.
PO Box 802, Labrador, Q 4215, Australia
tel: +61 (0)7 5668 3424 web: refactor.com.au
___
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: Database error: table mlink has no column named mperm

2011-03-07 Thread Steve Dalton
Yep - one of the first things I did. I've tried going back to an old
repo and starting again - but seems to happen again on the first
commit.

I took a look at the database with sqlite3 and my mlink table is

sqlite> .schema mlink
CREATE TABLE mlink(
  mid INTEGER REFERENCES blob,
  pid INTEGER REFERENCES blob,
  fid INTEGER REFERENCES blob,
  fnid INTEGER REFERENCES filename,
  pfnid INTEGER REFERENCES filename,
  mperm INTEGER
);
CREATE INDEX mlink_i1 ON mlink(mid);
CREATE INDEX mlink_i2 ON mlink(fnid);
CREATE INDEX mlink_i3 ON mlink(fid);
CREATE INDEX mlink_i4 ON mlink(pid);

Looks like the mperm column is there ok and from looking at some older
repos it looks like it's a recent addition.

Steve

On Mon, Mar 7, 2011 at 9:45 PM, Stephen De Gabrielle
 wrote:
> did you try recreate the datebase with
> fossil rebuild
>
> Cheers,
>
> Stephen
>
>
> On Mon, Mar 7, 2011 at 10:24 AM, Steve Dalton  wrote:
>> I just tried to push to my repository and I got
>>
>>                Bytes      Cards  Artifacts     Deltas
>> Sent:            3546         75          0          0
>> Received:        4067         88          0          0
>> Sent:            6259         75          0          1
>> Error: Database error: table mlink has no column named mperm
>> INSERT INTO
>> mlink(mid,pid,fid,fnid,pfnid,mperm)VALUES(:m,:p,:f,:n,:pfn,:mp)
>> Received:         147          1          0          0
>> Total network traffic: 5010 bytes sent, 1444 bytes received
>>
>> Any ideas?
>>
>> Upgraded to the latest and it still happens.
>>
>> Steve
>>
>>
>> --
>> Refactor
>> Engage. Succeed. Repeat.
>> PO Box 802, Labrador, Q 4215, Australia
>> tel: +61 (0)7 5668 3424 web: refactor.com.au
>> ___
>> 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
>
>



-- 
Refactor
Engage. Succeed. Repeat.
PO Box 802, Labrador, Q 4215, Australia
tel: +61 (0)7 5668 3424 web: refactor.com.au
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Error: Database error: table mlink has no column named mperm

2011-03-07 Thread Steve Dalton
I just tried to push to my repository and I got

Bytes  Cards  Artifacts Deltas
Sent:3546 75  0  0
Received:4067 88  0  0
Sent:6259 75  0  1
Error: Database error: table mlink has no column named mperm
INSERT INTO mlink(mid,pid,fid,fnid,pfnid,mperm)VALUES(:m,:p,:f,:n,:pfn,:mp)
Received: 147  1  0  0
Total network traffic: 5010 bytes sent, 1444 bytes received

Any ideas?

Upgraded to the latest and it still happens.

Steve


-- 
Refactor
Engage. Succeed. Repeat.
PO Box 802, Labrador, Q 4215, Australia
tel: +61 (0)7 5668 3424 web: refactor.com.au
___
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] IMHO Fossil needs renaming...

2011-03-03 Thread Steve Dalton
I love the name fossil and the logo... please don't change it!

On Thu, Mar 3, 2011 at 7:26 PM, Trou Macacq  wrote:
> On Wed, 02 Mar 2011 21:37:37 +0200, Chad Perrin  wrote:
>
>> On Wed, Mar 02, 2011 at 01:25:55PM -0500, Mike Meyer wrote:
>>>
>>> My only problem with the name is that it's to common a word - searching
>>> for info on fossil keeps turning up paleontological sites.
>>
>> Try searching for "fossil scm".  It works for me.
>
> I think our goal here is to make a ballyhoo around fossil (the same way
> how git quickly became popular some time ago), so 'fossil' keyword will
> not lead to the paleontological sites at the first place.
>
> And important step on this is to make website more stylish. Compare all
> these:
>
> * http://git-scm.com/
> * http://mercurial.selenic.com/
> * http://bazaar.canonical.com/
>
> and please don't say that http://www.fossil-scm.org/ looks modern enough.
>
> Design matters.
>
> --
> @macacq
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
Refactor
Engage. Succeed. Repeat.
PO Box 802, Labrador, Q 4215, Australia
tel: +61 (0)7 5668 3424 web: refactor.com.au
___
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 Steve Dalton
Hi Mike
Would like care to share what you did to get it working (ie. LDFLAGS
etc) - I wouldn't mind having a try myself just to see what the
process is.
Thanks
Steve

On Mon, Feb 28, 2011 at 4:52 AM, Mike Meyer  wrote:
> On Sat, 26 Feb 2011 20:53:11 -0800 (PST)
> Timothy Brown  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 Meyer               http://www.mired.org/consulting.html
> Independent Software developer/SCM consultant, email for more information.
>
> O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
Refactor
Engage. Succeed. Repeat.
PO Box 802, Labrador, Q 4215, Australia
tel: +61 (0)7 5668 3424 web: refactor.com.au
___
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-26 Thread Steve Dalton
Hi Timothy

I've been thinking the android stuff too lately - I think I aluded to
this in one of the other threads. I don't think it would be too hard -
anyone else tried?, there are a few threads on how to port things to
android which might give some clues and sqlite is a common backend on
a lot of android apps so I know at least that bit works.

I was currently thinking of a GTD like task manager that could use
Fossil as a repository - tasks in tickets and wiki for notes. Why use
fossil? Well you automatically get all the syncing stuff up to remote
repos and you can clone/sync it between devices nicely.

Steve


On Sun, Feb 27, 2011 at 2:53 PM, Timothy Brown  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?
> With all these Android tablets about to burst on the scene it would be nice
> to be able to take cloned repositories with you (if you start using tablets
> more than notebooks).
>
> Taking your code/presentations/papers with you in a cloned Fossil repository
> would be nice.
>
> Just trying to stir the pot...to get Fossil more places and seen by more
> developers.  It would be cool to see Android and iOS listed in the downloads
> section.
>
> Thanks,
>
> Timothy F. Brown
>
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>



-- 
Refactor
Engage. Succeed. Repeat.
PO Box 802, Labrador, Q 4215, Australia
tel: +61 (0)7 5668 3424 web: refactor.com.au
___
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 Steve Dalton
I'm not an eclipse user any more, but I'd quite like to write an
intellij plugin - I'm sure there are probably some commonalities
between them. Is there currently any sort of java API for fossil?

I notice

http://code.google.com/p/jurassic-fossil/

is Java and is open source, I might pull the source later today and
look at how it's done.

I have another idea for a client for Android which is on a similar
vein - but maybe I'll ask about that in a different thread so as not
to pollute this one.

Will - with your eclipse plugin, maybe a start might be to start up a
fossil repo where people can throw some ideas in (or even just a page
on the main fossil wiki).

Steve


On Mon, Feb 21, 2011 at 10:53 PM, Remigiusz Modrzejewski
 wrote:
>
> On Feb 21, 2011, at 05:05 , Will West wrote:
>
>> 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 :)
>
> I was thinking about that a few times, but never felt like I have that kind 
> of free time.
> If you ever get started, I might happen to contribute a little, but don't 
> rely on me to seriously push the project forward :/
>
>
> Kind regards,
> Remigiusz Modrzejewski
>
>
>
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
Refactor
Engage. Succeed. Repeat.
PO Box 802, Labrador, Q 4215, Australia
tel: +61 (0)7 5668 3424 web: refactor.com.au
___
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] Remove capabilities from command line

2011-02-15 Thread Steve Dalton
Thanks perfect.

On Wed, Feb 16, 2011 at 7:40 AM, Joerg Sonnenberger
 wrote:
> On Tue, Feb 15, 2011 at 10:51:59PM +1000, Steve Dalton wrote:
>> I have some private repos that I remove the capabilities from
>> anonymous and nobody user - I can do this in the UI - but any ideas
>> how I do this on command line? I can't see anything in the doco... I
>> can do something like "fossil user capabilities anonymous none" - but
>> this then sets it to n..o..n..e which could be something entirely
>> different!
>
> fossil user capabilities anonymous ""
>
> Joerg
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
Refactor
Engage. Succeed. Repeat.
PO Box 802, Labrador, Q 4215, Australia
tel: +61 (0)7 5668 3424 web: refactor.com.au
___
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] Remove capabilities from command line

2011-02-15 Thread Steve Dalton
Thanks Rene,

Maybe I didn't ask the question properly I want to set the
capabilites to nothing ie.

fossil user capabilities anonymous 

Or is it just better to remove the user I presume everything works
ok without a nobody or anonymous user?

Steve

On Wed, Feb 16, 2011 at 12:37 AM, Rene  wrote:
>  On Tue, 15 Feb 2011 22:51:59 +1000, Steve Dalton wrote:
>> Sorry if this has been asked before, but I couldn't find any
>> reference to it.
>>
>> I have some private repos that I remove the capabilities from
>> anonymous and nobody user - I can do this in the UI - but any ideas
>> how I do this on command line? I can't see anything in the doco... I
>> can do something like "fossil user capabilities anonymous none" - but
>> this then sets it to n..o..n..e which could be something entirely
>> different!
>>
>> Thanks
>> Steve
>  fossil user capabilities nobody jor
>  would restore the user nobody.
>
>  if you go to admin screen of the ui and look at user you see the
>  meaning of the letters
> --
>  Rene
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
Refactor
Engage. Succeed. Repeat.
PO Box 802, Labrador, Q 4215, Australia
tel: +61 (0)7 5668 3424 web: refactor.com.au
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Remove capabilities from command line

2011-02-15 Thread Steve Dalton
Sorry if this has been asked before, but I couldn't find any reference to it.

I have some private repos that I remove the capabilities from
anonymous and nobody user - I can do this in the UI - but any ideas
how I do this on command line? I can't see anything in the doco... I
can do something like "fossil user capabilities anonymous none" - but
this then sets it to n..o..n..e which could be something entirely
different!

Thanks
Steve

-- 
Refactor
Engage. Succeed. Repeat.
PO Box 802, Labrador, Q 4215, Australia
tel: +61 (0)7 5668 3424 web: refactor.com.au
___
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] Private Repos

2011-02-06 Thread Steve Dalton
Awesome... thanks Richard, don't know why I didn't think to try that!

Steve

On Mon, Feb 7, 2011 at 12:46 PM, Richard Hipp  wrote:
>
>
> On Sun, Feb 6, 2011 at 9:34 PM, Steve Dalton  wrote:
>>
>> Hi All
>>
>> I had a look in the doco and couldn't find anything on this - so
>> thought I'd ask here, my apologies if it's already been covered.
>>
>> Is there a way to do private repositories on the server-side? I know
>> that I can make the anonymous user have no privileges so that only a
>> registered user can see anything in the repo - but then I can't see
>> anyway to clone the repository as there is no user parameter to the
>> clone command. Am I missing something here?
>
>  fossil clone http://USER:PASSWORD@HOST/PATH localclone.fossil
>
> Or you can leave the PASSWORD off the command line and be prompted for it.
> The key is to include the USER in the URL prior to @ in the hostname.  For
> example:
>
>  fossil clone http://d...@www.fossil-scm.org/ localclone.fossil
>
>
>
>>
>> I currently want the entire repository to be private not just the
>> source (ie private wiki and tickets too) so I can also use fossil for
>> my own internal projects (but share with clients)
>>
>> Thanks in advance.
>> Steve
>>
>> --
>> Refactor
>> Engage. Succeed. Repeat.
>> PO Box 802, Labrador, Q 4215, Australia
>> tel: +61 (0)7 5668 3424 web: refactor.com.au
>> ___
>> 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...@sqlite.org
>
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>



-- 
Refactor
Engage. Succeed. Repeat.
PO Box 802, Labrador, Q 4215, Australia
tel: +61 (0)7 5668 3424 web: refactor.com.au
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Private Repos

2011-02-06 Thread Steve Dalton
Hi All

I had a look in the doco and couldn't find anything on this - so
thought I'd ask here, my apologies if it's already been covered.

Is there a way to do private repositories on the server-side? I know
that I can make the anonymous user have no privileges so that only a
registered user can see anything in the repo - but then I can't see
anyway to clone the repository as there is no user parameter to the
clone command. Am I missing something here?

I currently want the entire repository to be private not just the
source (ie private wiki and tickets too) so I can also use fossil for
my own internal projects (but share with clients)

Thanks in advance.
Steve

-- 
Refactor
Engage. Succeed. Repeat.
PO Box 802, Labrador, Q 4215, Australia
tel: +61 (0)7 5668 3424 web: refactor.com.au
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users