On Apr 17, 2009, at 2:27 PM, Stephan Beal wrote: > On Fri, Apr 17, 2009 at 7:44 PM, D. Richard Hipp <[email protected]> > wrote: >> It is a feature. In hg, the working directory and the repository all >> all wrapped together as one. With fossil they are distinct. If you >> want a separate copy of the repository, you'll need to clone it using >> the "fossil clone" command. Then check out the new working directory >> from the clone. Also: be sure to turn off autosync in the clone or >> it will try to automatically push its changes back to the original. > > Another approach is to copy the dir as normal, then delete the files > _FOSSIL_ and "manifest*" from the second copy. That effectively turns > the directory into a non-fossil repo. From there you can copy changes > back into the first repo for commit. >
Yes. Just for clarification, it is only necessary to delete _FOSSIL_. You can also type "fossil close" to do the same thing. I suppose running "fossil close" should be the preferred approach, since with that we can handle any other cleanup that might arise in future versions of fossil. Sort of related, but not really: You can rename _FOSSIL_ to .FOSSIL so that it does not show up in directory listings if you do not want to see it. D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

