On 6 December 2010 08:47, Ashar Voultoiz <[email protected]> wrote: > - I want to be able to commit a bug fix + associated tests in one > revision without having to fetch the whole phase3 tree.
You don’t have to. Subversion supports (since 1.5?) sparse checkouts <http://svnbook.red-bean.com/en/1.5/svn.advanced.sparsedirs.html>, allowing you to have only selected parts of a directory checked out in your working copy, which is a feature suitable exactly for scenarios like this one. -- [[cs:User:Mormegil | Petr Kadlec]] _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
