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

Re: Determining file(s) modified in a changeset

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 16 Apr 2010 01:48:07 +0300 (Jerusalem Daylight Time)

David Bartmess wrote on Thu, 15 Apr 2010 at 15:09 -0600:
> Yep, I found a one-liner to do this..
> svn log -q -v -r <rev> <url> | sed -e "s/^ .* //" | egrep -v "^r[0-9]*|Changed
> Paths:|-----"
>

Have you tried it on revisions that contain copies or moves? (Aside from
the parenthetical copy-from path/rev, I guess the .* is going to eat
everything up to the parenthesis...)

> This gives me an output looking like this:/ApiTsBridge/trunk/build.properties
> /ApiTsBridge/trunk/build.properties
> /ApiTsBridge/trunk/build.xml
>
> Thanks all!
>
Received on 2010-04-16 00:47:51 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.