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

Re: svn commit: r1603405 - in /subversion/branches/1.8.x-VS2013-14: ./ build/generator/gen_win.py build/generator/templates/vcnet_sln.ezt

From: Ivan Zhakov <ivan_at_visualsvn.com>
Date: Mon, 30 Jun 2014 17:36:15 +0400

On 18 June 2014 14:45, <rhuijben_at_apache.org> wrote:
> Author: rhuijben
> Date: Wed Jun 18 10:45:22 2014
> New Revision: 1603405
>
> URL: http://svn.apache.org/r1603405
> Log:
> * .
> Record merge of r1601851
>
> * build/generator/gen_win.py
> Explicitly support VS 2013 and fix support of future VS versions by setting
> the right variable.
>
> * build/generator/templates/vcnet_sln.ezt
> Properly generate a forward and backward compatible solution file for
> VS > 2010.
>
> Modified:
> subversion/branches/1.8.x-VS2013-14/ (props changed)
> subversion/branches/1.8.x-VS2013-14/build/generator/gen_win.py
> subversion/branches/1.8.x-VS2013-14/build/generator/templates/vcnet_sln.ezt
>
> Propchange: subversion/branches/1.8.x-VS2013-14/
> ------------------------------------------------------------------------------
> Merged /subversion/trunk:r1601851
>
> Modified: subversion/branches/1.8.x-VS2013-14/build/generator/gen_win.py
> URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x-VS2013-14/build/generator/gen_win.py?rev=1603405&r1=1603404&r2=1603405&view=diff
> ==============================================================================
> --- subversion/branches/1.8.x-VS2013-14/build/generator/gen_win.py (original)
> +++ subversion/branches/1.8.x-VS2013-14/build/generator/gen_win.py Wed Jun 18 10:45:22 2014
> @@ -189,8 +189,13 @@ class GeneratorBase(gen_base.GeneratorBa
> self.sln_version = '12.00'
> self.vcproj_version = '11.0'
> self.vcproj_extension = '.vcxproj'
> + elif val == '2013' or val == '12':
> + self.vs_version = '2012'
                                            ^^^^^
This looks like a typo. It should be "self.vs_version = '2012'", isn't it?

-- 
Ivan Zhakov
CTO | VisualSVN | http://www.visualsvn.com
Received on 2014-06-30 15:37:02 CEST

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

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