D 2010-10-14T18:10:48 L Whats\shere P 3a41223e8bed60e4b45d736b99167d73332dcf42 U Ratte W 1312 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:
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
"fossil commit -m "initial vendor branch" --branch VENDOR" * adding a tag to the initial vendor branch
"fossil tag add VENDOR_1 VENDOR "version 1.0"" * start development using trunk and merging the initial checkin:
"fossil update trung"
"fossil merge --cherrypick VENDOR_1"
"fossil commit -m development_start" * changed readme an commit it as development. * create a new vendor delivery set * update to VENDOR_BRANCH, delete checkout files, copy new delivery files over the empty checkout tree
committing on branch and adding tag VENDOR_2 * update back to trunk * merge using cherrypick with tag VENDOR_2 * commiting files on trunk The result looks pretty fine, new files are added, deleted files are removed from the repository but stay in the source tree. They can be found using "fossil extra" Z d51cd9d4cb3d116fb4c3bd781698d558