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

Re: [PATCH] FAQ Updates (Was: Location of .subversion)

From: <kfogel_at_collab.net>
Date: 2003-07-16 19:52:10 CEST

pll@lanminds.com writes:
> Thanks for the patch. Could you please provide a log message as per
> the directions in HACKING?

Oy, it's just a patch to a text document. I'm sure we can figure out
what it's about without a log message :-). (Of course a log message
never hurts, I'm just saying we can deal with this patch anyway.)

Here's the patch inline, and a log message:

* www/project_faq.html: Apply Jochen Wiedmann <joe@ispsoft.de>'s
    patch to explain Windows proxy configuration better.

--- project_faq.html.orig 2003-07-16 20:21:37.000000000 +0200
+++ project_faq.html 2003-07-16 20:21:47.000000000 +0200
@@ -547,11 +547,16 @@
 </p><h3><a name="proxy">What if I'm behind a proxy?</a></h3>
 
 <p>The Subversion client can go through a proxy, if you configure it
-to do so. First, edit your ~/.subversion/servers configuration file
-to indicate which proxy to use. There are comments in the file
-explaining how to do this. If you don't have that file, get the
-latest Subversion client and run any command; this will cause the
-configuration directory and template files to be created.</p>
+to do so. First, edit your "servers" configuration file
+to indicate which proxy to use. The files location depends on your
+operating system. On Linux or Unix it is located in the directory
+"~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try
+"echo %APPDATA%", note this is a hidden directory.)</p>
+
+<p>There are comments in the file explaining what to do. If you don't
+have that file, get the latest Subversion client and run any command;
+this will cause the configuration directory and template files to be
+created.</p>
 
 <p>Older versions of Subversion, including the 0.14.3 bootstrap
 tarball, use the file ~/.subversion/proxies to define the proxy

I'll commit it.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 16 20:45:25 2003

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.