[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Recursive svn stat

From: Andrey Repin <anrdaemon_at_freemail.ru>
Date: Sat, 30 Jan 2010 05:14:13 +0300

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_at_freemail.ru) 30.01.2010, <5:10>
Sorry for my terrible english...
Received on 2010-01-30 03:15:39 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.