On Sun, Feb 12, 2012 at 09:20:31AM +0000, Rokhkin, IlyaX wrote: > What should I do to define removed and added files with the same name in > allover repository? > What command should I run?
There is no command that will give you the answer straight away. You will need to perform some processing on results you get from Subversion commands. I suppose parsing and processing the output of 'svn log -v --xml' might help. But I cannot be sure because I don't understand what problem you are really trying to solve here. What do you need this list of files for?