RE: RE: Seeking a way to do a full text search in a repository
From: Reedick, Andrew <jr9445_at_ATT.COM>
Date: Wed, 6 Feb 2008 12:08:54 -0600
> -----Original Message-----
Meh, since I've had to do this in the past, I might as well automate it.
It simply generates a batch file containing one 'svn cat' per file
1. svn log --xml -v -r 1:999 svn://server/repos/some/where | python
svn_search_hack.py
log = ET.parse(sys.stdin)
for logentry in log.findall('logentry'):
for path in log.findall('logentry/paths/path'):
*****
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA622
---------------------------------------------------------------------
|
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.