When you do a "svn commit", it will automatically submit any files that were changed. On Mon, May 24, 2010 at 5:40 PM, Peng Yu <pengyu...@gmail.com> wrote: > It seems that I have to specify which file or files to commit. This > will be a problem if I always simultaneously edit tens of files before > I can do a commission.
Subversion automatically commits all file changes if you don't specify any particular files. So, if you edit 10 or so files, you can submit them all with just a "svn commit". Subversion even searches the entire directory tree for changes, so it will commit change even if it is in a sub-sub-sub-directory. You only specify files if there is some reason you don't want to commit all of the files you've changed. In newer versions of Subversion, you can put files into change lists and then submit just a particular change list. -- David Weintraub qazw...@gmail.com