On Mon, May 24, 2010 at 4:46 PM, Daniel Becroft <djcbecr...@gmail.com> wrote: > 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
If I rename the files locally without using svn command, then I commit without any arguments. Will the command 'commit' be able to figure about the file with new name is modified from the old file? -- Regards, Peng