BUG: one `auto-prop' line masks another
From: Eric Hanchrow <offby1_at_blarg.net>
Date: 2004-08-29 02:09:40 CEST
Just run the following script on
#!/bin/bash
# Run this script on http://svn.collab.net/repos/svn/branches/1.1.x
# This demonstrates a bug in the handling of auto-props.
# We create a couple of files (whose names end with `.pl') , one of
# We add those files to the repository, and examine their contents
# What's tricky is that, if we comment out the line in the client
r=/tmp/repos
if [ -f $b ]; then
mv $c $b
echo [miscellany] > $c
# Comment out this line, or exchange it with the one immediately
rm -rf $r $w
echo -e This line hath no carriage return > one.pl
echo -e I gots one.\\r > two.pl
dump ()
svn add one.pl two.pl
echo If you see \\r anywhere in the below, that\'s a bug.
dump
-- That is the true genius of America ... that our votes will be counted, at least most of the time. -- Barack Obama, 2004 Democratic National Convention --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Aug 29 02:09:57 2004 |
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.