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

Re: .reg file: any clue?

From: <cmpilato_at_collab.net>
Date: 2002-04-10 00:16:25 CEST

Lalit Jairath <lalit.jairath@Barra.COM> writes:

> looks like
>
> "The attachment sub.reg matched file blocking settings" at some machines.
>
> attached now is sub.reg1 instead of sub.reg.
>
> lalit

Hm, looking at your .reg file:

---
[HKEY_LOCAL_MACHINE\Software\Tigris.org\Subversion\Proxies]
"ALM_DB_SERVER"="araneae5"
[HKEY_LOCAL_MACHINE\Software\Tigris.org\Subversion\Config]
"ALM_DB_SERVER"="araneae5"
[HKEY_CURRENT_USER\Software\Tigris.org\Subversion\Proxies]
"ALLUSERSPROFILE"="D:\Documents and Settings\All Users"
"ANT_HOME"="d:\ant"
---
This is not *at all* what I had in mind.  What the heck are
ALM_DB_SERVER and ANT_HOME?  These aren't registry keys that
Subversion would actually use.
My .reg was more along the lines of (I'm trying to recall this from
memory, so the details are probably bogus, but you'll get the point):
--
[HKEY_LOCAL_MACHINE\Software\Tigris.org\Subversion\Proxies\DEFAULT]
"username"="proxy_username"
"password"="proxy_password"
"server"="proxy_server"
"port"="proxy_port"
--
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 10 15:32:25 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.