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

Re: automating log export

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-10-28 09:00:36 CEST

Sascha Herpers wrote:
> Hi,
>
>> Just select the revisions you want to copy and press Ctrl+C.
> ok, that would work, if I didn't want to automate the process and
> pressing ctrl+c is what the docs say, too.
> What I want is to write a script which (among other things) exports the
> log automatically.

For automating Subversion commands from scripts, TSVN isn't quite the
right client. After all, it's a GUI client.
You should use the Subversion command line client for that, and just execute

svn log -v target/file/or/folder > logfile.txt

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
--
Received on Fri Oct 28 19:46:52 2005

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.