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

Re: FAIL: rev 5064

From: David Summers <david_at_summersoft.fay.ar.us>
Date: 2003-02-24 19:22:11 CET

Trying to interpolate, I've come up with the following list of commands
that do what I think the test is trying to do:

svnadmin create repos
svn co file:///`pwd`repos wc
cd wc
echo "Test file Data" > file
svn add file
printf "\010" > log-message
svn commit -F log-message

Is this correct? If so then it is not returning an error when the log
message with the incorrect data (\010) = (0x0) is being committed.

Does this help at all? If this is not correct, please learn me. :-)

   - David

On 24 Feb 2003, Karl Fogel wrote:

> David Summers <david@summersoft.fay.ar.us> writes:
> > Rev 5064 is still failing the commit_tests.py for me. :-(
> >
> > CMD: svnadmin "create" "repositories/commit_tests-28" <TIME = 0.001554>
> > CMD: svnadmin dump "local_tmp/repos" | svnadmin load
> > "repositories/commit_tests-28" <TIME = 0.003178>
> > CMD: svn "co" "--username" "jrandom" "--password" "rayjandom"
> > "file:///home/dsummers/rpms/build/subversion-0.18.0/subversion/tests/clients/cmdline/repositories/commit_tests-28"
> > "working_copies/commit_tests-28" <TIME = 0.001586>
> > CMD: svn "ci" "-m" "log msg" "-F"
> > "working_copies/commit_tests-28/log-message"
> > "working_copies/commit_tests-28/iota" <TIME = 0.001526>
> > FAIL: commit_tests.py 28: commit with a log message containing bad data.
>
> What the heck?
>
> It's passing for me... Can you tell why it's failing?
>

-- 
David Wayne Summers          "Linux: Because reboots are for hardware upgrades!"
david_at_summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 24 19:37:06 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.