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

Re: any clue?

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-04-09 19:58:37 CEST

Lalit Jairath <lalit.jairath@Barra.COM> writes:
> i also downloaded subversion-r1537.tar.gz (in addition to
> svn-win32-r1650.zip that i talked about in previous e-mail) but could n't
> find any file with ~/.subversion/proxies name (pl. see below). Also, what to
> do in case of pre-compiled win binary files.

Ah. On Windows, the configuration file locations are still being
sorted out (see mail later today about that). But you can also use
Windows registry keys:

   Configuration data in the Windows registry
   ==========================================
   
   On Windows, configuration data may also be stored in the registry.
   The
   functions svn_config_read and svn_config_merge will read from the
   registry when passed file names of the form:
   
      REGISTRY:(hive)/path/to/config-key
   
   The REGISTRY: prefix must be in upper case. The (hive) part must be
   one of:
   
      HKLM for HKEY_LOCAL_MACHINE
      HKCU for HKEY_CURRENT_USER
   
   The values in config-key represent the options in the [DEFAULTS]
   section.
   The keys below config-key represent other sections, and their values
   represent the options. Only values of type REG_SZ will be used; other
   values, as well as the keys' default values, will be ignored.
   
   
   File locations
   ==============
   
   Typically, Subversion uses two config directories, one for site-wide
   configuration,
   
     /etc/subversion/proxies
     /etc/subversion/config
     /etc/subversion/hairstyles
        -- or --
     REGISTRY:HKLM\Software\Tigris.org\Subversion\Proxies
     REGISTRY:HKLM\Software\Tigris.org\Subversion\Config
     REGISTRY:HKLM\Software\Tigris.org\Subversion\Hairstyles
   
   and one for per-user configuration:
   
     ~/.subversion/proxies
     ~/.subversion/config
     ~/.subversion/hairstyles
        -- or --
     REGISTRY:HKCU\Software\Tigris.org\Subversion\Proxies
     REGISTRY:HKCU\Software\Tigris.org\Subversion\Config
     REGISTRY:HKCU\Software\Tigris.org\Subversion\Hairstyles

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 9 19:54:07 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.