From: Eric Wong Date: Sun, 11 Feb 2007 23:21:24 +0000 (-0800) Subject: git-svn: extra safety for noMetadata and useSvmProps users X-Git-Tag: v1.5.1-rc1~176 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/97ae091169b233ecd80eb5ef2da80145f8c724f7?ds=inline;hp=97ae091169b233ecd80eb5ef2da80145f8c724f7 git-svn: extra safety for noMetadata and useSvmProps users Make sure we flush our userspace buffers and and fsync(2) .rev_db information to disk if we use these options because we really don't want to lose this information. Also, disallow --use-svm-props and --no-metadata from the command-line because history will be inconsistent if they're only used occasionally. If a user wants to use these options, they must be set in the config so they're always on. Signed-off-by: Eric Wong ---