How to add all new files in a folder to SVN
If you add a bunch of new files to an SVN-managed folder, you do not need to svn add...
each file manually. Just cd
into the folder and type:
svn add ./ --force
If you add a bunch of new files to an SVN-managed folder, you do not need to svn add...
each file manually. Just cd
into the folder and type:
svn add ./ --force