I am new to SVN , when I use this command :
svn stat
, I have a list of files like this : ? file1.java ? file2.java .... Now , I have to to add all of them to server using the command :
svn add file1.java
I wonder if there is a way to add all ? file.java with only 1 command? Thanks!