Hi,

The first option worked.

The second option doesn't:

D:\temp>fossil version
This is fossil version [79be9028eb] 2009-08-12 14:41:32 UTC

D:\temp>hostname
a0756885lt

D:\temp>del *.fossil

D:\temp>fossil new main.fossil
project-id: 195bf9d9f8c8a013abed3a9dcd5ddac757dec67f
server-id:  6abe9de0e9b09f80fce47c12119f811d577f5912
admin-user: a0756885 (initial password is "bc0634")

D:\temp>fossil user new userid email password -R main.fossil

*** Should the password be in plain text?

D:\temp>fossil user capabilities userid -R main.fossil
v

D:\temp>fossil clone http://userid:passw...@a0756885lt/fossil/main local.fossil
                Bytes      Cards  Artifacts     Deltas
Send:             552         22          0          0
1fossil: server says: not authorized to clone

- Altu


> ----- Original Message -----
> From: "D. Richard Hipp" <[email protected]>
> To: [email protected]
> Subject: Re: [fossil-users] Cannot checkout anonamously using CGI interface
> Date: Wed, 19 Aug 2009 13:11:42 -0400
> 
> 
> 
> On Aug 19, 2009, at 1:04 PM, Altu Faltu wrote:
> >
> > D:\temp>fossil clone http://a0756885lt/fossil/main local.fossil
> >                Bytes      Cards  Artifacts     Deltas
> > Send:             552         22          0          0
> > 1fossil: server says: not authorized to clone
> >
> > *** Problem!
> 
> Either (1) enable the "clone" privilege for user "nobody" or (2) add a
> userid and password to your url:
> 
>       fossil clone http://userid:passw...@a0756885lt/fossil/main
> local.fossil
> 
> 
> >
> > D:\temp>fossil clone http://localhost/fossil/main local.fossil
> >                Bytes      Cards  Artifacts     Deltas
> > Send:             552         22          0          0
> > Received:        1228         11          0          0
> > Send:              96          1          0          0
> > Received:         348          4          1          0
> > Total network traffic: 741 bytes sent, 1332 bytes received
> > Rebuilding repository meta-data...
> > 1 (100%)...
> > project-id: c77ecc3d83d183031774964938ebfbd1ad763a44
> > server-id:  1831f3544e4c6a87d176f1076acab680680c1126
> > admin-user: a0756885 (password is "d6c14a")
> >
> > *** With localhost, it works with admin user.
> 
> 
> By default, Fossil gives "admin" privilege to any connection coming in
> from 127.0.0.1.  There is an option to turn this off (and require a
> userid/password from everybody regardless of their IP address) in the
> Setup menu.
> 
> D. Richard Hipp
> [email protected]
> 
> 
> 
> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

>


-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com!

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to