Subversion 使い方 - svn move ファイルを移動 % svn move foo.c hello.c A hello.c D foo.c % svn status A + hello.c D foo.c % svn commit --This line, and those below, will be ignored-- D foo.c A hello.c Adding hello.c Deleting foo.c Committed revision 8.