[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Make it easier to run tests in a ramdisk.

From: Brian W. Fitzpatrick <fitz_at_collab.net>
Date: 2005-05-24 06:54:19 CEST

On May 23, 2005, at 8:55 PM, kfogel@collab.net wrote:

> + //
> + // ### The paths are now "svn-test-work/repositories" and
> + // ### "svn-test-work/repositories". However, I'm not sure
> + // ### ahow to update this code for that.

s/ahow/how/

>
> Index: tools/test-scripts/svntest/README
> ===================================================================
> --- tools/test-scripts/svntest/README (revision 14823)
> +++ tools/test-scripts/svntest/README (working copy)
> @@ -108,17 +108,17 @@
> </IfModule>
>
> vii) mod_dav_svn_shared.conf for shared builds:
> - <Location /repositories>
> + <Location /svn-test-work/repositories>
> DAV svn
> - SVNParentPath /home/brane/svn/obj-sh/subversion/tests/
> clients/cmdline/repositories
> + SVNParentPath /home/brane/svn/obj-sh/subversion/tests/
> clients/cmdline/svn-test-work/repositories
> AuthType Basic
> AuthName "SVN repos"
> AuthUserFile /usr/local/apache2/conf/passwd
> Require valid-user
> </Location>
> - <Location /local_tmp/repos>
> + <Location /svn-test-work/local_tmp/repos>
> DAV svn
> - SVNPath /home/brane/svn/obj-sh/subversion/tests/
> clients/cmdline/local_tmp/repos
> + SVNPath /home/brane/svn/obj-sh/subversion/tests/
> clients/cmdline/svn-test-work/local_tmp/repos

While you're in here, maybe change brane to <username>?

Looks great. +1 from here.

-Fitz

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 24 06:55:00 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.