You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Naz <li...@mrnaz.com> on 2010/01/29 23:58:24 UTC

Recursive svn stat

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. "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?

- Naz.



-- 
السلام عليكم

Web:  www.mrnaz.com
Ph:   +61 400 460 662

Re: Recursive svn stat

Posted by Andrey Repin <an...@freemail.ru>.
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 (anrdaemon@freemail.ru) 30.01.2010, <5:10>

Sorry for my terrible english...