From 3189dcaae8544987b75944dc7369da83a2e073e2 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 2 Dec 2005 21:25:59 +0000 Subject: [PATCH] Use the @REV method rather than -rREV --- includes/svnlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/svnlib.php b/includes/svnlib.php index 45494fd..10b4ff6 100644 --- a/includes/svnlib.php +++ b/includes/svnlib.php @@ -176,7 +176,7 @@ class SVNLib $revision = $this->rev($revision); $repospath = $viewsvn->repos->fetch_path($repos, false); - return $this->svn($command . ' -r' . $revision . ' ' . $repospath . $path); + return $this->svn($command . ' ' . $repospath . $path . '@' . $revision); } /** -- 2.22.5