Re: [fossil-users] Manifest files

2009-12-18 Thread Stephan Beal
On Fri, Dec 18, 2009 at 9:42 AM, Benjohn Barnes benj...@fysh.org wrote:

 Ah, that's cool to know. I'd wondered what they were for too. Would it
 be possible / sensible to make them optional, or generated by a fossil
 command:

fossil create_manifest


Good idea. Or even stuffed in the DB, like the recent ci-comment change.
i've never personally needed them in a source tree, other than to make sure
i don't include them in distribution tarballs. (i.e., they get in my way
every now and then.)

Rather than create_manifest, i would recommend:

  manifest print  // dump to stdout
  manifest uuid // dump only manifest.uuid to stdout
  manifest create // creates manifest + manifest.uuid


:-?

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
___
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] Manifest files

2009-12-18 Thread Eric
From:   Stephan Beal sgb...@googlemail.com
Date:   Fri, December 18, 2009 10:07 am
 On Fri, Dec 18, 2009 at 9:42 AM, Benjohn Barnes benj...@fysh.org wrote:

 Ah, that's cool to know. I'd wondered what they were for too. Would it
 be possible / sensible to make them optional, or generated by a fossil
 command:

fossil create_manifest


 Good idea. Or even stuffed in the DB, like the recent ci-comment change.
 i've never personally needed them in a source tree, other than to make sure
 i don't include them in distribution tarballs. (i.e., they get in my way
 every now and then.)

 Rather than create_manifest, i would recommend:

   manifest print  // dump to stdout
   manifest uuid // dump only manifest.uuid to stdout
   manifest create // creates manifest + manifest.uuid


 :-?

 --
 - stephan beal
 http://wanderinghorse.net/home/stephan/

I thought Richard answered that (in the message the one you answered was an 
answer
to!). Seems the only way to keep everyone happy would be to make it another
repository option.

Eric

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