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

svnlook changed

From: <Joe.Floeder_at_sungard.com>
Date: Fri, 30 Dec 2011 20:27:58 +0000

I am trying to figure out a way to get a list of files that have changed in a particular code line (branch or project) since a date or a revision. Svnlook changed does not appear to accept a range of revisions.

gold:/opt/subversion-1.7.1/bin> svnlook changed -r11034:11035 /dsi/subversion/test17/itrepos
svn: E205000: Invalid revision number supplied
gold:/opt/subversion-1.7.1/bin> svnlook changed -r11034:HEAD /dsi/subversion/test17/itrepos
svn: E205000: Invalid revision number supplied
gold:/opt/subversion-1.7.1/bin> svnlook changed -r11034 /dsi/subversion/test17/itrepos
UU 13.007/p.dev/buildTrade.p

Am I using the wrong syntax? Is there a better way to get this information?

I suppose I could write a script that would recursively use svnlook on a series of revision numbers to build a complete list of changed paths between a selected revision and the HEAD revision of the repos.

Thanks

Joe Floeder
Received on 2011-12-30 21:28:38 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.