Given directory structure like this:

fossildirparent
   - fossilsubdir

where fossilsubdir is fossil nested under fossildirparent

If you cd to fossildirparent and do a fossil add of a file in fossilsubdir:

cd fossildirparent
fossil add fossilsubdir/somefile.txt

The file fossilsubdir/somefile.txt will be added to the fossildirparent
repo and not the fossilsubdir fossil. This might arguably be correct
behavior but 50% of the time it is actually not what the user wanted.

My request is to one of the following:

1. Refuse to add the file unless the user provides -f (or similar force
switch)
2. Emit a LOUD warning so that the user has a clue that what they did might
not be what they expected.

Thanks.
_______________________________________________
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