A few weeks ago, I checked out our whole SVN repo in --non-recursive
mode.
Now it seems that when I do a svn up
, it does not update the folder recursively.
It's a problem because I'd like to get the changes from my colleagues without having to go through each directory and do a svn up
manually...
How can I force the update to be recursive ?