On Fri, Sep 23, 2011 at 12:14 PM, Platonides Platonides@gmail.com wrote:
Has the svn:externals problem been solved? What flow would need to follow people currently using sparse checkouts. There have been patches in git ml for sparse clones, but they hadn't been applied, last time I checked.
Another thing: I currently use SVN's trick with embedded checkouts where the content of /extensions in a trunk/phase3 checkout is replaced with a checkout of trunk/extensions. This way, extensions are located at the canonical path relative to core and I'm able to commit into phase3 and extensions at the same time.
Does Git support anything like that? MW_INSTALL_PATH is not really convenient when you have to use trunk and several branches at the same time.