On 2/27/18, Agrawal, Ritika <[email protected]> wrote:
> Hi,
>
> I am trying to use the purge command available with fossil 2.5 release.
>
> Steps performed :
> 1. fossil purge files <dir to be purged>
> 2. fossil purge list
> 3. fossil purge obliterate <artifact id>
>
> After obliteration, the size of the repo remains the same.
You probably need to run VACUUM on the database.
fossil sql VACUUM
Or you can vacuum as part of a rebuild:
fossil rebuild --vacuum
> After trying to
> commit the changes to the repo, I see the error :
>
> working checkout does not match manifest after commit:
> e60149b4a3df3f1328936051f4cc5f80 versus 0734caf2221c1050ab1cf07cf8616043
>
Background information:
https://www.fossil-scm.org/fossil/doc/trunk/www/selfcheck.wiki
Those are MD5 checksums over the entire content of the check-in as it
exists on disk versus what Fossil is trying to push into the
repository. Something has gone wrong so that the two do not agree,
hence Fossil rolls back the check-in to avoid problems.
--
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users