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

Re: Testing with spaces in filenames/paths

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 02 Jul 2010 12:29:44 +0100

Julian Foad <julian.foad_at_wandisco.com> writes:

> --- subversion/tests/cmdline/svntest/main.py (revision 959554)
> +++ subversion/tests/cmdline/svntest/main.py (working copy)
> @@ -178,7 +178,7 @@
> # Where we want all the repositories and working copies to live.
> # Each test will have its own!
> general_repo_dir = os.path.join(work_dir, "repositories")
> -general_wc_dir = os.path.join(work_dir, "working_copies")
> +general_wc_dir = os.path.join(work_dir, "working copies")
>
> # temp directory in which we will create our 'pristine' local
> # repository and other scratch data. This should be removed when we
> ]]]
>
> With that particular global change, the tests all still pass! (I was
> slightly surprised.)

You changed the path outside the working copy so it's not something
Subversion passes that to the server. With that change you are mostly
testing the shell quoting of the testsuite.

-- 
Philip
Received on 2010-07-02 13:30:41 CEST

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.