On Tue, May 25, 2010 at 7:40 AM, 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. Is there an automatic way to figure out which > files should be commit and commit them?
You can not specify anything, and it will commit all changes (e.g. svn commit -m ....). See the book for an example: http://svnbook.red-bean.com/nightly/en/svn.tour.cycle.html#svn.tour.cycle.commit Cheers, Daniel B.