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

Re: Patch to add -q flag to SubWCRev

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sun, 03 Mar 2013 16:11:09 +0100

On 03.03.2013 16:01, Simon Large wrote:
> Hi Stefan,
>
> I use SubWCRev in pre-build step in my IDE and I'd like to get rid of
> all non error/warning text on the build status output. The attached
> trivial patch adds a -q option to SubWCRev so that it does the keyword
> substitution but doesn't show WC status on stdout. I don't have a
> build environment for this so it is untested. The patch applies to
> trunk.

Please commit, with one small change:
you have to put the
_tprintf(_T("Unversioned items found\n"))
part inside the
if (!bQuiet) {}
as well.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3050209
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-03-03 16:11:14 CET

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

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