* [PATCH] t/lib-git-svn: fix SVN_HTTPD tests to work with "trash directory"
@ 2008-07-14 9:13 Eric Wong
0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2008-07-14 9:13 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git, Eric Wong
Signed-off-by: Eric Wong <normalperson@yhbt.net>
---
t/lib-git-svn.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/t/lib-git-svn.sh b/t/lib-git-svn.sh
index 5d3bd9d..a841df2 100644
--- a/t/lib-git-svn.sh
+++ b/t/lib-git-svn.sh
@@ -98,7 +98,7 @@ LoadModule dav_module $SVN_HTTPD_MODULE_PATH/mod_dav.so
LoadModule dav_svn_module $SVN_HTTPD_MODULE_PATH/mod_dav_svn.so
<Location /$repo_base_path>
DAV svn
- SVNPath $rawsvnrepo
+ SVNPath "$rawsvnrepo"
</Location>
EOF
"$SVN_HTTPD_PATH" -f "$GIT_DIR"/httpd.conf -k start
--
1.5.6.3.316.g20ed6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-14 9:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-14 9:13 [PATCH] t/lib-git-svn: fix SVN_HTTPD tests to work with "trash directory" Eric Wong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox