View Ticket
Not logged in
Ticket UUID: 37abeba2e56d03b689a0bee53488ec915f6d6371
Title: Authorization problem
Status: Open Type: Code_Defect
Severity: Important Priority:
Subsystem: Resolution:
Last Modified: 2010-11-25 19:34:06
Version Found In: d0753799e4
Description & Comments:
The repository in question is http://chiselapp.com/user/andreas_kupries/repository/crimp/home

The user 'anonymous' has 'clone' capability. Running

(1) fossil clone http://chiselapp.com/user/andreas_kupries/repository/crimp/home x.fossil
or even
(2) fossil clone http://anonymous@chiselapp.com/user/andreas_kupries/repository/crimp/home x.fossil

Returns the error message "Not authorized to clone".

Then I gave the user 'nobody' the capability to 'clone'. Running (1) now hangs the client, the only output seen is

                Bytes      Cards  Artifacts     Deltas
Sent:              53          1          0          0
waiting for server...
until I kill the command via ^C

This last is why I made the ticket.

For the first problem I wonder what the user settings are for repositories where I can run the equivalent of (1) and have a successful clone ...