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

Re: [Patch] Fix description of repos-test

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Thu, 15 May 2008 12:08:51 -0400

Applied in r31203, thanks.

"Bert Huijben" <B.Huijben_at_competence.biz> writes:
> [[
> Updated description of repos-test to fix running this test on Windows
> Vista.
>
> * build.conf
> (repos-test): Remove the magic word 'update' from the description to
> allow
> running the test as non-administrator on Windows Vista.
>
> Patch by: Bert Huijben <b.huijben_at_competence.biz>
> ]]
>
> Vista checks the file description for specific keywords (as 'update') to
> determine if a file might be a installer and in that case prompts the
> user for administrative privileges.
>
> (The recommended way to fix this behavior is adding a xml manifest to
> the executable but that would require extensive changes to the build
> scripts.. This change is just to stop Vista from being stupid)
>
> Bert
>
> Index: build.conf
> ===================================================================
> --- build.conf (revision 31160)
> +++ build.conf (working copy)
> @@ -612,7 +612,7 @@
> # Tests for libsvn_repos
>
> [repos-test]
> -description = Test svn_repos_update() is libsvn_repos
> +description = Test delta editor in libsvn_repos
> type = exe
> path = subversion/tests/libsvn_repos
> sources = repos-test.c dir-delta-editor.c
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: dev-help_at_subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-15 18:09:07 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.