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

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

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-02-04 18:46:41 CET

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
Received on Tue Feb 4 18:47:32 2003

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.