A proposed solution for svn admin directory names
From: Jonathan Malek <jonathan.malek_at_gmail.com>
Date: 2005-06-24 21:03:53 CEST
I know there is quite a bit of resistance to dealing with the issue of
So while running my usual recompile to create modified executables
Instead of changing svn_wc.h with the usual:
#define SVN_WC_ADM_DIR_NAME ".svn"
I decided to fetch the dirname from the environment:
#define SVN_WC_ADM_DIR_NAME ( ( getenv( "SVN_ADM_DIR") ) ? ( getenv(
This works just fine for anyone who hasn't set the environment
Thanks,
---------------------------------------------------------------------
|
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.