57cb40b392
Lots of bug-fixes and changes. Eg.: * fixed 'svn merge': . (r6447,#1402) -r FOO:PREV works correctly . (r6452,#1379) no longer prints confusing no-op lines . (r6500/6503,#1399) warn user when a tree-delta chunk can't be applied * cvs2svn.py: lots of bugfixing related to branch/tag support * fixed 'svn diff' and 'svn merge': . (r6604, #1311) diff URL URL on files now works . (r6668, #1142) diff comparing wc to repos branch . (r6687, #1297) diff/merge interaction in file adds . (r6703, #1319) merge problem with adding subtrees . (#6607) new default ancestry-following behavior for diff, merge (Have a look at CHANGES for a complete list.) OK'ed by epg@
15 lines
621 B
Text
15 lines
621 B
Text
$NetBSD: patch-ac,v 1.5 2003/08/15 19:27:45 recht Exp $
|
|
|
|
--- tools/cgi/tweak-log.cgi.orig 2003-08-14 14:25:11.000000000 +0200
|
|
+++ tools/cgi/tweak-log.cgi 2003-08-15 18:05:37.000000000 +0200
|
|
@@ -29,8 +29,8 @@
|
|
###############################################################################
|
|
# Configuration Section
|
|
|
|
-my $gSvnlookCmd = '/usr/local/bin/svnlook';
|
|
-my $gSvnadminCmd = '/usr/local/bin/svnadmin';
|
|
+my $gSvnlookCmd = '@PREFIX@/bin/svnlook';
|
|
+my $gSvnadminCmd = '@PREFIX@/bin/svnadmin';
|
|
my $gReposPath = '/usr/www/repositories/svn';
|
|
my $gActionURL = './tweak-log.cgi';
|
|
my $gTempfilePrefix = '/tmp/tweak-cgi';
|