User:Dan Nessett/Technical/Notes on Refactoring CZ

From Citizendium
< User:Dan Nessett‎ | Technical
Revision as of 15:10, 1 May 2010 by imported>Dan Nessett (New page: ==Where to get svn_load_dirs.pl and configure it== You can get svn_load_dirs.ph.in here: [http://svn.apache.org/viewvc/subversion/trunk/contrib/client-side/svn_load_dirs/ svn_load_dirs di...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Where to get svn_load_dirs.pl and configure it

You can get svn_load_dirs.ph.in here: svn_load_dirs directory

Edit the file and (around line 26) change the following line:

< my $svn = '@SVN_BINDIR@/svn';

by replacing @SVN_BINDIR@/svn by the directory in which svn resides. For Ubuntu the line would like like:

< my $svn = '/usr/bin/svn';