On 4 Aug 2011, at 16:35, Stephan Beal wrote: > Hi! > > i just updated to 83c032de7f1 and i'm getting: > > make: *** No rule to make target `src/../manifest.uuid', needed by > `bld/VERSION.h'. Stop. > > i've done a 'make distclean' and './configure --prefix=$HOME'. > > is there something else i need to turn off/on here? i vaguely remember that > creation of the manifest became optional, but i don't remember turning it off > for this repo. > > Aha... there it is: > > ~> fossil set manifest 1 > > So the problem is solved, but i'll post this anyway in case someone else > stumbles across it and goes googling.
This use of settings for things which affect the checked out repository was a big stumbling block for me while I was getting into fossil. I've got some changes in a branch which resolve this with 'versionable' settings, where the values optionally go in files called .fossil-settings/[setting] http://fossil-scm.org/index.html/timeline?r=ben-testing It allows mixed use of settings and these versioned settings for a clean migration. Do have a play, feedback is welcomed. I've been using this version for a good few weeks, and it's so much easier to understand. Type fossil help settings for details! Ben -- http://bens.me.uk/ _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

