Issue 27 in svnbook: 1.6 change: '--set-depth exclude' support

svnbook at googlecode.com svnbook at googlecode.com
Tue Dec 22 10:37:49 CST 2009


Comment #6 on issue 27 by nat... at dohm.org: 1.6 change: '--set-depth  
exclude' support
http://code.google.com/p/svnbook/issues/detail?id=27

I tried using the suggestion by cmpilato:

    svn checkout --depth immediates <dir>   # get just <dir> and its shallow  
kids
    svn up --set-depth exclude <nasty_dir>  # exclude <nasty_dir>
    svn up --set-depth infinity *           # de-shallow the rest of the kids

It works except for one issue.  I have an external definition, and after I  
execute
these commands, there doesn't seem to be any way to get my external.  When  
I do the
checkout with --depth immediates it doesn't check out the external.  Any  
ideas?


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




More information about the svnbook-dev mailing list