Sometimes I include many files in different directories in my project. For now I am adding all files one by one to my project before commit. Is there any Linux terminal comm
This will attempt to add all files - but only actually add the ones that are not already in SVN:
svn add --force ./*