Whenever i do an svn up it updates all files in the main directory but skips all files in sub directories.
Also it fails to add new files, thus if there is a new file "newFile", doing an
svn up
does not add the file but
svn up newFile
adds the file correctly. How do i fix my svn ?
You can make SVN update non-recursively by using this command:
The
--depthargument can take the following parameters: empty, files, immediates or infinity