[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: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-02-24 21:37:54 CET

David Summers <david@summersoft.fay.ar.us> writes:
> 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.

Correct except that there is no 'cd wc', instead, the last line has a
target:

  svn commit -F working_copies/commit_tests-28/log-message \
                working_copies/commit_tests-28/iota

I'll follow up to Philip's mail now.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 24 22:12:37 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.