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

Re: Subversion config file

From: Jostein Chr. Andersen <jostein_at_josander.net>
Date: 2005-05-24 10:42:22 CEST

On Tuesday 24 May 2005 10.16, Mads Møller Grønfeldt wrote:
> Hi,
>
> Is there any way to distribute the Subversion
> %APPDATA%\Subversion\config file with a windows installation of
> Subversion?
>
> Can I "inject" a custom config file in the setup.exe program, or can I
> set global-ignores on a server/repository basis?

Here is one possible solution: you can install both your config file and
the Subversion system from a batch file or a script and even automate
Subversions Windows installation:

Run the installer like this from a script or the command line:

  svn-1.2.0-setup.exe /SILENT /DIR="X:\destination\for\subversion"

You can also use /VERYSILENT in stead of /SILENT

For more info about this switches, see "svn-x.xx.x-setup.exe's command
line options" section in the file:
  http://svn.collab.net/repos/svn/trunk/packages/windows-innosetup/Readme.txt

Jostein

-- 
http://www.josander.net/en/contact/

  • application/pgp-signature attachment: stored
Received on Tue May 24 10:45:07 2005

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

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