Greetings, Naz! > Hi there, > I am trying to get a list of all files that have been added or > removed from the repo by means other than svn commands. "svn stat" > works, but does not recurse into directories.
Ermm? Since when? For me, svn status descending into directories by default. $ svn --version svn, version 1.6.1 (r37116) compiled Apr 10 2009, 19:06:38 <stdout>:svn status ? htdocs\Index-main.htm ? htdocs\admin\fck\editor\js\fckeditorcode_gecko_2.txt > "svn stat --depth > infinite" does not help, that's the default behaviour anyway. > Can I get a recursed output from svn stat? I *could* compare "svn > list -R" with the output of "ls -lR", but that'd require much scripting > work that I would prefer to avoid. Any solutions? The only possible case, where it would not do that, if certain directory wasn't part of the original checkout. (Even being a part of repository) -- WBR, Andrey Repin (anrdae...@freemail.ru) 30.01.2010, <5:10> Sorry for my terrible english...