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

Reply via email to