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!
> 

Reply via email to