On Thu, Aug 16, 2012 at 8:00 AM, Robert Whitaker <capnw...@yahoo.com> wrote:
[ snip ] > ================== > ALTERNATE SOLUTION > ================== > Of course there may be an alternate solution which uses existing svn > commands to solve this problem? I would be happy to hear from somebody > about how to solve this problem. Can you try: $ svn update --depth immediates /svn-test/mom/daughter ? That might connect granddaughter1 to daughter, with an E notification. It might also pull in other siblings of granddaughter1 of course, but only the directories themselves, not the entire subtrees. (I still like your "include" idea though, so it may be a good feature request. But the above might be a workaround ... if it works.) -- Johan