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

Re: How to obtain the list of changed directories in a revision

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 23 Apr 2009 16:45:08 -0400

On Thu, Apr 23, 2009 at 16:17, Sim Tong <sim_tong7_at_yahoo.fr> wrote:
> I don't have access to the repository
> So I can't use "svnlook dirs-changed"
>
> The command "svn log -vq -r <REV> " returns also the files changed.
> Is there another command that is accessible from the client and that would return only the changed directories ?

svn diff --summarize will give you the files and directories. Then
parse the output to get just directories.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1882004

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-23 22:46:19 CEST

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.