Ticket Change Details
Not logged in
Overview

Artifact ID: fcd68589b5b8f57c66ecdc32435712d181931f60
Ticket: 0120af475c97a8515f5522e6d68786e55a2bec40
branch new only works in open working directory (Win32)
User & Date: anonymous 2010-03-26 13:29:36
Changes

  1. comment changed to:
    On Windows XP SP3, using a precompiled binary from fossil-scm.org (73c24ae363] 2010-03-18), the following command fails unless a fossil repository has been opened in the current directory:
    
      fossil branch new BranchA 2848a7f6d9 -R ..\my.repo
    
      --> fossil: use --repository or -R to specify the repository database
    
    The following succeeds:
    
      fossil open ..\my.repo
    
      --> ... checkout: e5f12d6eef...
    
      fossil branch new BranchA 2848a7f6d9 -R ..\my.repo
    
    And correctly creates the new BranchA off basis 2848a7f6d9.  Also works (in the latter case) without the -R.
    
  2. foundin changed to: "[73c24ae363] 2010-03-18"
  3. private_contact changed to: "668a819fc68ae3df87285ba92d1fd8ef824e2d2b"
  4. severity changed to: "Minor"
  5. status changed to: "Open"
  6. title changed to:
    branch new only works in open working directory (Win32)
    
  7. type changed to: "Code_Defect"