From e871d46ed04633ce76fe787d663b1b7327be3417 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 11 Sep 2005 22:28:50 +0000 Subject: [PATCH] Include the repository in the file changeset links --- includes/svnlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/svnlib.php b/includes/svnlib.php index 1cf8444..8428977 100644 --- a/includes/svnlib.php +++ b/includes/svnlib.php @@ -569,7 +569,7 @@ class SVNCommon $link['from'] = $viewsvn->paths->out('view.php' . $viewsvn->paths->fetch_rev_str(false, $matches[2]), $repos . $matches[1]); } - $link['file'] = $viewsvn->paths->out('view.php' . $viewsvn->paths->fetch_rev_str(false, $revision), $file['file']); + $link['file'] = $viewsvn->paths->out('view.php' . $viewsvn->paths->fetch_rev_str(false, $revision), $repos . $file['file']); eval('$files .= "' . $viewsvn->template->fetch('file_change') . '";'); } -- 2.22.5