Subversion Repositories DevTools

Rev

Rev 1308 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1308 Rev 1311
Line 57... Line 57...
57
#$cvs = 'c:/Program Files/GNU/WinCvs 1.3/CVSNT/cvs.exe';
57
#$cvs = 'c:/Program Files/GNU/WinCvs 1.3/CVSNT/cvs.exe';
58
$cvs = '/usr/bin/cvs';
58
$cvs = '/usr/bin/cvs';
59
 
59
 
60
# Location of the svn binary.
60
# Location of the svn binary.
61
#$svn = 'c:/Program Files/SVN/svn.exe';
61
#$svn = 'c:/Program Files/SVN/svn.exe';
62
#$svn = '/usr/bin/svn.exe';
62
#$svn = '/usr/bin/svn';
63
$svn = 'C:/Program Files/TortoiseSVN/bin/svn';
63
$svn = 'C:/Program Files/TortoiseSVN/bin/svn';
64
 
64
 
65
# Location of the ssh binary.  This is only required if a CVS :ext
65
# Location of the ssh binary.  This is only required if a CVS :ext
66
# type repository is used.
66
# type repository is used.
67
$ssh = '/usr/local/bin/ssh';
67
$ssh = '/usr/local/bin/ssh';
Line 79... Line 79...
79
# For Win32 deployments, these temp directories may not be accessible to
79
# For Win32 deployments, these temp directories may not be accessible to
80
# the user running IIS or Apache, so explicitly specify an apprioriate
80
# the user running IIS or Apache, so explicitly specify an apprioriate
81
# directory here that exists on the system.  For *NIX platforms, there is
81
# directory here that exists on the system.  For *NIX platforms, there is
82
# usually no need to do anything here.
82
# usually no need to do anything here.
83
#$tmpdir = '/tmp/codestriker';
83
#$tmpdir = '/tmp/codestriker';
84
$tmpdir = "$ENV{TEMP}/temp";
84
$tmpdir = 'f:/temp';
85
 
85
 
86
# If codestriker is installed differently to that described in the README file
86
# If codestriker is installed differently to that described in the README file
87
# (for example on the sourceforge servers), it may be necessary to explicitly
87
# (for example on the sourceforge servers), it may be necessary to explicitly
88
# specify the location of the codestriker_css as a URL.
88
# specify the location of the codestriker_css as a URL.
89
$codestriker_css = '';
89
$codestriker_css = '';