You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Dr...@bfa.de on 2003/02/04 17:10:47 UTC

Building Subversion r4503 / self-test commit_tests 16 fails under Cygwin (corrected test-log) [Virus checked BfA]

Arrgh, I included the wrong test log in my last mail (I *hate* Notes)...
again, attached the output of Subversion's failed self-test commit_tests
16 (committing files with URI unsafe names).

Sorry for the confusion,
Stefan

(See attached file: subversion-tests.log-fail)

Re: Building Subversion r4503 / self-test commit_tests 16 fails under Cygwin (corrected test-log) [Virus checked BfA]

Posted by Philip Martin <ph...@codematters.co.uk>.
Dr.Stefan.Dalibor@bfa.de writes:

> Arrgh, I included the wrong test log in my last mail (I *hate* Notes)...
> again, attached the output of Subversion's failed self-test commit_tests
> 16 (committing files with URI unsafe names).

> CMD: svn "add" "--non-recursive" "working_copies/commit_tests-16/A/#![]{}()$$%"
> svn: Can't find a working copy path
> svn: 'working_copies/commit_tests-16/A/#![]{}()375%' not found

It looks like a problem with the test harness.  The problem also
occurs on my Linux box if I enable the Windows bit, but the number
varies.  "$$" is the shell variable for process ID, I guess the $
characters need to be escaped somewhere.

It's a test harness problem because Subversion does handle $$ from the
Unix command line

$ touch wc/\$\$
$ svn add wc/\$\$
A         wc/$$
$ svn ci wc
Adding         wc/$$
Transmitting file data .
Committed revision 6.

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org