Mamta Satoor wrote:
Hi,
I was wondering if this can be resolved by setting svn:eol-style on
master/updatableResultSet.out. When I list the properties for this
master, it doesn't show any properties
$ svn proplist --verbose
java/testing/org/apache/derbyTesting/functionTests/master/updatableResultSet.out
$
http://www.apache.org/dev/version-control.html links to a wonderful file
to add to your ~/.subversion/config file that automatically sets
svn:eol-style to native for many files with specific extensions:
http://www.apache.org/dev/svn-eol-style.txt
-jean