On 3/11/15, Eric Rubin-Smith <eas....@gmail.com> wrote:
>> Are you sure your students didn't "shun" something or try to use
>> "reconstruct"?
>>
>
> What would happen if the student tried to push a repo that they had created
> with 'fossil init' to the central clone?
>

The push would be refused.  Every "fossil init" creates a new random
"project-id" string.  Repos with different "project-ids" will not
sync.  The project-id exists to prevent the kind of accident you
describe.

... unless the students used raw SQL to hack there project-id to make
it match the repository into which they were pushing.  But I'm
thinking that is not what happened here.

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