You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Philip Martin <ph...@wandisco.com> on 2010/07/02 11:29:44 UTC

Re: Testing with spaces in filenames/paths

Julian Foad <ju...@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