Ticket Change Details
Not logged in
Overview

Artifact ID: 16435d34bbf52ed397af178864fd933bbfad55f9
Ticket: 70fd24aec36409adffdc467698f0813d79201453
"co --latest" doen't actually get latest in repo.
User & Date: bharder 2010-01-12 22:18:59
Changes

  1. comment changed to:
    Using fossil's own repo (latest artifact [c16017374e]) It appears that the "--latest" pull latest in a tagged branch, not latest from repo. From my own memory, this has not always been the case. Is this correct/expected behaviour?
    
    Transcript of test:
    <nowiki><pre>
    oxford$ fossil version
    This is fossil version [c16017374e] 2010-01-12 14:33:01 UTC
    oxford$ fossil co 1cba8
    
    # checkout occurs
    
    oxford$ fossil co --latest
    
    # checkout occurs
    
    oxford$ fossil info
    project-name: Fossil
    repository:   /home/bch/fossil_2/fossil.fsl
    local-root:   /home/bch/fossil_2/
    project-code: CE59BB9F186226D80E49D1FA2DB29F935CCA0333
    server-code:  d88c5ddc09c25be88a931b3f85fa44b1630bf715
    checkout:     261e55346d1b98dd7c2adb24c364c75545d4a054 2010-01-11 16:21:46 UTC
    parent:       1cba86eabbb0dac64852268c740f52d0b8a8032e 2010-01-11 16:09:12 UTC
    child:        596f3c10feba7ebe31b0aa46038214a748e2dbe8 2010-01-12 13:55:57 UTC
    tags:         experimental
    oxford$ fossil co --latest
    oxford$ fossil info
    project-name: Fossil
    repository:   /home/bch/fossil_2/fossil.fsl
    local-root:   /home/bch/fossil_2/
    project-code: CE59BB9F186226D80E49D1FA2DB29F935CCA0333
    server-code:  d88c5ddc09c25be88a931b3f85fa44b1630bf715
    checkout:     261e55346d1b98dd7c2adb24c364c75545d4a054 2010-01-11 16:21:46 UTC
    parent:       1cba86eabbb0dac64852268c740f52d0b8a8032e 2010-01-11 16:09:12 UTC
    child:        596f3c10feba7ebe31b0aa46038214a748e2dbe8 2010-01-12 13:55:57 UTC
    tags:         experimental
    oxford$ fossil co 596f3
    
    # checkout occurs
    
    oxford$ fossil info
    project-name: Fossil
    repository:   /home/bch/fossil_2/fossil.fsl
    local-root:   /home/bch/fossil_2/
    project-code: CE59BB9F186226D80E49D1FA2DB29F935CCA0333
    server-code:  d88c5ddc09c25be88a931b3f85fa44b1630bf715
    checkout:     596f3c10feba7ebe31b0aa46038214a748e2dbe8 2010-01-12 13:55:57 UTC
    parent:       b9897bb934c4de72a968d3bada8c985ae785672c 2010-01-12 13:47:48 UTC
    parent:       261e55346d1b98dd7c2adb24c364c75545d4a054 2010-01-11 16:21:46 UTC
    child:        9c5322463b5b6608173f7e06f74393b9c4e093c6 2010-01-12 14:10:13 UTC
    tags:         trunk
    oxford$ fossil co --latest
    
    # checkout occurs
    
    oxford$ fossil info
    project-name: Fossil
    repository:   /home/bch/fossil_2/fossil.fsl
    local-root:   /home/bch/fossil_2/
    project-code: CE59BB9F186226D80E49D1FA2DB29F935CCA0333
    server-code:  d88c5ddc09c25be88a931b3f85fa44b1630bf715
    checkout:     c16017374e4318ade54ee0c1e269a0bc2ddde355 2010-01-12 14:33:01 UTC
    parent:       9c5322463b5b6608173f7e06f74393b9c4e093c6 2010-01-12 14:10:13 UTC
    tags:         trunk
    oxford$</pre></nowiki>
    
  2. foundin changed to: "c16017374e"
  3. private_contact changed to: "5c164664f608e8049128be696a3d13e04aa6fafd"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to: ""co --latest" doen't actually get latest in repo."
  7. type changed to: "Code_Defect"