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

Re: Get Changed files of a particular revision (with folder structure)

From: Kurt Pruenner <leak_at_gmx.at>
Date: Thu, 22 Jan 2009 10:08:07 +0100

rhitam wrote:
> > Ugh. Disk I/O is slow. Why not load that XML into an XML object, and
> > loop through the elements instead?
>
>
> I am loading it to an xml object itself , but the output of svn log
> can't be directly loaded to an xml object right ? It has to be via a
> text file?

Set RedirectStandardOutput in your ProcessStartInfo to true and you can
read svn's output directly from the Process object's StandardOutput
stream via XmlDocument.Load - no intermediate file neccessary.

-- 
Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria
.......It might be written "Mindfuck", but it's spelt "L-A-I-N".......
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1042965
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-01-22 10:08:20 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.