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

Config files is harcoded in sources?!

From: Lev Serebryakov <lev_at_serebryakov.spb.ru>
Date: 2003-11-12 20:58:13 CET

Hello, users! How are you?

 Are here any plans to change this:

subversion/libsvn_subr/config_file.c

    APR_EOL_STR
    " Unix:"
    APR_EOL_STR
    " /etc/subversion/servers"
    APR_EOL_STR
    " /etc/subversion/config"
    APR_EOL_STR
    " /etc/subversion/hairstyles"

And

subversion/libsvn_subr/config_impl.h

 #ifdef SVN_WIN32
 # define SVN_CONFIG__SUBDIRECTORY "Subversion"
 #else /* ! SVN_WIN32 */
 # define SVN_CONFIG__SYS_DIRECTORY "/etc/subversion"
 # define SVN_CONFIG__USR_DIRECTORY ".subversion"
 #endif /* SVN_WIN32 */

And allows select directory with configs in compile time?!

               Lev Serebryakov

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 12 20:51:06 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.