Thorsten Schöning wrote on Thu, 06 Jul 2017 10:15 +0200: > So, is there some way for a SVN client to be configured in a way that > some svn:externals of some paths are ignored or something like that?
Edit the svn:externals property in your working copy to remove that external, then run 'update', and don't commit the property edit. We also have a branch that enables svn to checkout git trees natively [1], but it's not even merged to trunk yet. [1] https://svn.apache.org/viewvc/subversion/branches/ra-git/ Cheers, Daniel