On 10/10/17, Tony Papadimitriou <to...@acm.org> wrote:
>
> 1. When adding and then removing an unversioned file, does the file get
> completely removed, or just the reference to it from the unversioned file
> list is removed but the actual ‘blob’ remains?  (If not automatically
> removed, how do I do so? REBUILD?)

Should be removed automatically.

Actually, there is a "tombstone" entry in the unversioned table for
the deleted file.  But the file contain should have been changed to a
zero-length blob, such that it no longer takes up space.

>
> 2. If an unversioned file happens to also be part of the repo’s committed
> history at any point in time, do I now have two copies or one in the fossil
> file?

Yes.

> And will removing the unversioned one affect the committed one since
> they share the same SHA?

No


-- 
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

Reply via email to