Re: Every Version of Every File in a Repository
From: Andreas Stieger <andreas.stieger_at_gmx.de>
Date: Wed, 08 Oct 2014 21:38:20 +0100
Hi,
On 08/10/14 21:08, Bob Archer wrote:
It is more likely that this is about a legal discovery or license/code
#1 Fetch the global verbose xml log with files of the root of the
svn log -r1:HEAD --xml -v ^/
#2 XSLT over that to find logentry/paths/path nodes with relevant
#3 Run that list through your favorite svn client or plain HTTP user
https://svn.example.com/svn/repo/path/file.txt?p=N
#4 Run your scan as per your requirements.
You can adjust this to fit your (disk,process,scan) needs and resources.
Andreas
|
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.