Fossil

Check-in [76d901ddb9]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Added a minor clarification regarding fossilization of strings to the R card demo.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 76d901ddb916e1668af87c54e3ca45666e96aea1
User & Date: stephan 2013-08-16 09:14:56.994
Context
2013-08-16
10:07
If a Control artifact contains a C-card, don't ignore it any more but display it in the timeline. Demo: [deb18ab6e3cdde20]. A "fossil rebuild" is needed to make this visible. check-in: 9aca5f7930 user: jan.nijtmans tags: trunk
09:14
Added a minor clarification regarding fossilization of strings to the R card demo. check-in: 76d901ddb9 user: stephan tags: trunk
08:17
Fix display of timeline graph in IE8, broken by commit [e412f97999] check-in: 5885241f52 user: jan.nijtmans tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to www/fileformat.wiki.
769
770
771
772
773
774
775







# for i in $(awk '/^F /{print $2}' MF); do \
  echo $i $(stat -c '%s' $i); \
  cat $i; \
done | md5sum
c0788982781981c96a0d81465fec7192  -
</pre></nowiki>













>
>
>
>
>
>
769
770
771
772
773
774
775
776
777
778
779
780
781

# for i in $(awk '/^F /{print $2}' MF); do \
  echo $i $(stat -c '%s' $i); \
  cat $i; \
done | md5sum
c0788982781981c96a0d81465fec7192  -
</pre></nowiki>

Minor caveat: the above demonstration will work only when none of the
filenames in the manifest are "fossilized" (encoded) because they contain
spaces. In that case the shell-generated hash would differ because the
<tt>stat</tt> calls will fail to find such files (which are output in encoded
form here).