svnversion does not output to stdout
From: Brandon Bonds <bondsbw_at_hotmail.com>
Date: Thu, 5 Sep 2013 13:07:13 -0700 (PDT)
Running the build of svnversion which is installed with TortoiseSVN does not send output to stdout. As a result, build tools such as msbuild cannot read the Subversion revision number.
This can be reproduced by the following PowerShell script (arguments need to be changed for your system):
#-----begin script----#
$pinfo = New-Object System.Diagnostics.ProcessStartInfo
#-----end script----#
No information is sent to stdout. The expected behavior is that the revision number is output to stdout.
Changing the location of svnversion.exe from "C:\Program Files\TortoiseSVN\bin\" to another distribution, for example "C:\Program Files\SlikSVN\bin\", results in the expected behavior.
Thank you for looking into this!
Brandon Bonds
-------------------------
TortoiseSVN 1.8.2, Build 24708 - 64 Bit , 2013/08/27 19:20:39
Windows 7 x64 Enterprise
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
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.