From: Andrew P. <at...@pi...> - 2014-09-23 15:47:32
|
On Tue, Sep 23, 2014 at 11:27:33AM -0400, Andrew Piskorski wrote: > Should they be placed like this: > > foo/naviserver/nsoracle/ > foo/naviserver/nsssl/ I notice that if I put one checkout inside another like the above, then when I do "hg -v log" while in the naviserver directory, Mercurial does NOT recurse down into the nsoracle checkout at all. And even doing an explicit "hg -v log nsoracle" does nothing! That makes the think that nesting Mercurial checkouts is a bad idea, and this more separated directory structure is the better choice: > foo/nsoracle/ > foo/nsssl/ -- Andrew Piskorski <at...@pi...> |