Import Test

Top-level Files of trunk
Login

Files in the top-level directory from the latest check-in of branch trunk


This is a test repository to test some of the problems
around importing vendor branches

What have i done:
  *   create an empty repository with public clone on chiselapp.com:<br>
    http://chiselapp.com/user/wst/repository/import-vendor-test
  *  add some files to simulate a vendor branch initial checkin,
   this is  done using "fossil import"
  *  commiting the changes for the initial add in as branch<br>
   "fossil commit -m "initial vendor branch" --branch VENDOR"
  *  adding a tag to the initial vendor branch<br>
   "fossil tag add VENDOR_1 VENDOR "version 1.0""
  *  start development using trunk and merging the initial checkin:<br>
   "fossil update trung"<br>
   "fossil merge --cherrypick VENDOR_1"<br>
   "fossil commit -m development_start"