Re: [fossil-users] build error, missing manifest.uuid

2011-03-30 Thread Mark Janssen
On Wed, Mar 30, 2011 at 6:39 PM, Zed A. Shaw zeds...@zedshaw.com wrote:
 Uh, this may sound stupid but latest trunk fails with:

 make: *** No rule to make target `src/../manifest.uuid', needed by
 `bld/VERSION.h'.  Stop.

 Because, for some reason, my checkout on this one machine does not have
 a manifest.uuid.

 Any idea why this might be happening?

 --
 Zed A. Shaw
 http://zedshaw.com/
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Make sure the manifest repo setting is enabled. (fossil settings manifest on)

Mark
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] build error, missing manifest.uuid

2011-03-30 Thread Richard Hipp
On Wed, Mar 30, 2011 at 12:39 PM, Zed A. Shaw zeds...@zedshaw.com wrote:

 Uh, this may sound stupid but latest trunk fails with:

 make: *** No rule to make target `src/../manifest.uuid', needed by
 `bld/VERSION.h'.  Stop.

 Because, for some reason, my checkout on this one machine does not have
 a manifest.uuid.

 Any idea why this might be happening?



Run fossil setting manifest on to fix the problem.  Manifest generation
used to be on by default, but people complained so now it is off by
default.  When you clone a repository, it picks up the setting from the
clone.  But if you cloned yours before the default changed, you didn't get
the setting transferred, so you need to set it manually.

Both Fossil and SQLite use the manifest and manifest.uuid files to derive
their version numbers.  As far as I know, those are the only two projects
that do anything with manifest and manifest.uuid.



 --
 Zed A. Shaw
 http://zedshaw.com/
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] build error, missing manifest.uuid

2011-03-30 Thread Ron Wilson
On Wed, Mar 30, 2011 at 12:57 PM, Richard Hipp d...@sqlite.org wrote:
 Both Fossil and SQLite use the manifest and manifest.uuid files to derive
 their version numbers.  As far as I know, those are the only two projects
 that do anything with manifest and manifest.uuid.

For what it is worth, we would if/when we expand our use of Fossil to
source code management. We are still using git for that. We compile
the commit ID into our software (along with a prefix to indicate a
clean or muddy build). Before git, we used SVN and compiled in the
revision number. (Some people outside the software team have
complained about switching to the UUIDs instead of simple numbers, but
since we still use major and minor release numbers for official
releases, there is no risk of being forced back to using SVN.)
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] build error, missing manifest.uuid

2011-03-30 Thread Jan Danielsson
On 03/30/11 21:56, Ron Wilson wrote:
 On Wed, Mar 30, 2011 at 12:57 PM, Richard Hipp d...@sqlite.org wrote:
 Both Fossil and SQLite use the manifest and manifest.uuid files to derive
 their version numbers.  As far as I know, those are the only two projects
 that do anything with manifest and manifest.uuid.
 
 For what it is worth, we would if/when we expand our use of Fossil to
 source code management.
[---]

   Out of curiosity, what parts of fossil are you using -- if you're not
using the source code management?

   Is it the wiki or the ticket system? Or both?

-- 
Kind regards,
Jan Danielsson




signature.asc
Description: OpenPGP digital signature
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users