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

Attention SVN client developers [Was: svn commit: r16244 ...]

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-09-25 04:38:59 CEST

brane@tigris.org wrote:

>Remove knowledge about the admin directory name from the public
>API, preparing the way for run-time parameterisation.
>
>NOTES:
> - _svn is now always a reserved name, just like .svn.
> - On Windows, setting the environment variable SVN_ASP_DOT_NET_HACK
> will change the admin dir name to "_svn".
>
>

As you can see, as of r16244, the SVN command line client and svnversion
treat the environment variable SVN_ASP_DOT_NET_HACK specially on
Windows. If this variable is set, they call the new function
svn_wc_set_adm_dir() to make the WC use "_svn" as the admin directory name.

I strongly suggest that all Subversion clients that run on Windows
implement this behaviour. See subversion/clients/cmdline/main.c:848 for
an example of how this is done.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 25 04:39:46 2005

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.