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
$
There is an updatableResultSet.out master specific to DerbyNet and it
has the appropriate property set on it.
$ svn proplist --verbose
java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/updatableResultSet.out
Properties on
'java\testing\org\apache\derbyTesting\functionTests\master\DerbyNet\updatableResultSet.out':
svn:eol-style : native
Mamta
It looks like at least the majority of the files in the master directory
have svn:eol-style set to native. Even if this doesn't solve my problem
I suspect it is something that should be done anyway.
Philip