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

Re: svn commit: rev 3027 - trunk/subversion/svnadmin trunk/subversion/clients/cmdline

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-08-23 01:42:26 CEST

blair@tigris.org wrote:

>Author: blair
>Date: 2002-08-22 17:49:46 -0500 (Thu, 22 Aug 2002)
>New Revision: 3027
>
>Modified:
> trunk/subversion/clients/cmdline/subversion_client.dsp
> trunk/subversion/svnadmin/svnadmin.dsp
>Log:
>Fixes to enable compiling the svn and svnadmin resource files with
>Microsoft Visual Studio.net. It seems that the parser that reads the
>*.dsp files and converts them to *.vcproj files cannot handle "'s in
>the middle of strings. So instead of quoting like this:
>
> ..... /d SVN_FILE_DESCRIPTION="Subversion Client"
>
>make sure to quote like this:
>
> ..... /d "SVN_FILE_DESCRIPTION=Subversion Client"
>
>In our case, it misparses the resource compiler options and passes /d
>"SVN_FILE_DESCRIPTION="Subversion Client"" to cmd.exe and on to
>rc.exe, which prints a "RC : fatal error RC1107 : invalid usage; use
>RC /? for Help" message.
>
>

This change breaks the VC6.0 build, with the same error you describe
here. Please revert it.

For the time being, you can probably generate your .vcproj files and
keep around a patch for them that fixes this, because the .dsps don't
change often. Once I finish the .dsp generator, you can write a .vcproj
generator based on it.

Oh, and report the bug to MS. :-)

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 23 01:43:47 2002

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.