Ticket Change Details
Not logged in
Overview

Artifact ID: 3712c5891bcdf834251b5e306a8e77b501bb7257
Ticket: 37abeba2e56d03b689a0bee53488ec915f6d6371
Authorization problem
User & Date: aku 2010-11-25 19:34:06
Changes

  1. comment changed to:
    The repository in question is
    http://chiselapp.com/user/andreas_kupries/repository/crimp/home
    
    The user 'anonymous' has 'clone' capability.
    Running
    <pre>
    (1) fossil clone http://chiselapp.com/user/andreas_kupries/repository/crimp/home x.fossil
    </pre>
    or even
    <pre>
    (2) fossil clone http://anonymous@chiselapp.com/user/andreas_kupries/repository/crimp/home x.fossil
    </pre>
    
    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
    
    <pre>
                    Bytes      Cards  Artifacts     Deltas
    Sent:              53          1          0          0
    waiting for server...
    </pre>
    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 ...
    
  2. foundin changed to: "d0753799e4"
  3. private_contact changed to: "194c9ef8edbd9a57ef36f4f18fde1d57ce26e1e5"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to: "Authorization problem"
  7. type changed to: "Code_Defect"