Knowledge Base‎ > ‎

svn up not getting new files

posted Nov 15, 2010, 6:16 AM by Isaac Levin
Problem:
After running "svn up" updated remote files are transferred to the local computer, but newly added remote files are ignored
Solution:
run "svn --set-depth infinity up" instead of regular "svn up"
Comments