Re: [fossil-users] Request for different behavior with adding files in nested fossils

2016-05-07 Thread fran
Projects with *many* subrepos could serve of a feature like this to avoid "spilling" wrong code on wrong repos. That has happened to me too; *our fault* for not entering into the subrepo. Either way, one is using "subrepos" pseudofeature and this mistake will be happen again and again and again.

[fossil-users] Request for different behavior with adding files in nested fossils

2016-05-03 Thread Matt Welland
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