Hello, slight revisit of this post: http://lists.fossil-scm.org:8080/pipermail/fossil-users/2014-March/015613.html
How do you normally switch between checkouts (assuming there are no local changes)? I'd use either 'update' or 'checkout', but both can leave files that were not originally in the target-checkout (and which are not detected by 'extra', thus are not cleaned by 'clean'). What I do now is delete by hand the subtree of the working copy I'm interested in (thus avoiding any possible leftover files after the checkout), and then doing 'checkout --force MyTag'. I noticed 'checkout --force' is rather slow (didn't investigate further or try on different machines), and thus I wonder how silly this is compared to just opening the repo multiple times - once for each desired checkout/tag. Any ideas? Thanks, Michai _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

