Ticket Change Details
Not logged in
Overview

Artifact ID: 42fe6841631d6824dc5d71e4b78f1b506dccc99f
Ticket: 13fd567b51fac826aa1ffcdfa70e27715a7a9172
"new branch --private" tries to push
User & Date: anonymous 2011-07-10 18:42:38
Changes

  1. comment changed to:
    I cloned to official Fossil repository. Then ran a command to create a new private branch:
    <pre>
    C:\scratch\fossil\tree>fossil branch new private_branch trunk --private
    New branch: eb017cd99578e07ee0ff221fbc57ace0a240c3a8
    Autosync:  http://www.fossil-scm.org/
                    Bytes      Cards  Artifacts     Deltas
    Sent:            2702         56          0          0
    Server says: pull only - not authorized to push
    Received:        2473         54          0          0
    Total network traffic: 1601 bytes sent, 1523 bytes received
    </pre>
    
    Notice the output line: <b>"Server says: pull only - not authorized to push"</b>.
    
    Why does creating a private branch cause a push?
    
  2. foundin changed to: "[0448438c56] 2011-05-28 18:51:22 UTC"
  3. severity changed to: "Minor"
  4. status changed to: "Open"
  5. title changed to: ""new branch --private" tries to push"
  6. type changed to: "Code_Defect"