II tried that. t will not commit any new files. It only commits files that are modified not new files First you have to individually right click on each new file and add, but since the files which arenew are not marked it easy for a user to miss one. So the file will not be committed.
For example
svn add * --force
on the top directory will add all files the directory being added. Is there a way to change the place the force switch on the add commands executed by SVN fo DW? I realize I use the command line menu choice but would rather not have my users typing in command line code.
Cheers,
Grant |