Author: blair
Date: Tue Jul 12 18:28:12 2011
New Revision: 1145705

URL: http://svn.apache.org/viewvc?rev=1145705&view=rev
Log:
Set svn:eol-style to native on a few files.

* 
subversion/bindings/javahl/src/org/apache/subversion/javahl/callback/BlameCallback.java,
* 
subversion/bindings/javahl/src/org/apache/subversion/javahl/types/Tristate.java,
* 
subversion/bindings/javahl/src/org/tigris/subversion/javahl/BlameCallback3.java,
* tools/dev/windows-build/document-version.pl,
* tools/dist/backport.pl:
  Ran

  for f in c h cpp pl py java rb; do
    find -name \*.$f | xargs svn ps svn:eol-style native
  done

Modified:
    
subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/callback/BlameCallback.java
   (props changed)
    
subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/Tristate.java
   (props changed)
    
subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/BlameCallback3.java
   (props changed)
    subversion/trunk/tools/dev/windows-build/document-version.pl   (contents, 
props changed)
    subversion/trunk/tools/dist/backport.pl   (props changed)

Propchange: 
subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/callback/BlameCallback.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/Tristate.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/BlameCallback3.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: subversion/trunk/tools/dev/windows-build/document-version.pl
URL: 
http://svn.apache.org/viewvc/subversion/trunk/tools/dev/windows-build/document-version.pl?rev=1145705&r1=1145704&r2=1145705&view=diff
==============================================================================
--- subversion/trunk/tools/dev/windows-build/document-version.pl (original)
+++ subversion/trunk/tools/dev/windows-build/document-version.pl Tue Jul 12 
18:28:12 2011
@@ -1,48 +1,48 @@
-#!/usr/local/bin/perl -w
-
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-use strict;
-
-use Tie::File;
-#use Cwd 'getcwd';
-
-die "Bad args '@ARGV'" unless (@ARGV >= 3  && @ARGV <= 4);
-
-my ($filename, $TARGETDIR, $SVNDIR, $BUILDDESCR) = (@ARGV, "");
-
-my (@file, $version, $lines);
-
-tie (@file, 'Tie::File', $filename)
-       or die $!;
-
-$version  =  `svnversion -n` or die;
-$version  =~ tr/M//d;
-$version .=  '-' . $BUILDDESCR if $BUILDDESCR;
-
-/^#define SVN_VER_TAG/ and s/(?<=dev build).*(?=\)"$)/-r$version/
-       for @file;
-/^#define SVN_VER_NUMTAG/ and s/(?<=-dev).*(?="$)/-r$version/
-       for @file;
-
-mkdir $TARGETDIR unless -d $TARGETDIR;
-
-chdir $SVNDIR;
-system "svn diff -x-p > $TARGETDIR\\$version.diff"
-       and die $!;
-
+#!/usr/local/bin/perl -w
+
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+use strict;
+
+use Tie::File;
+#use Cwd 'getcwd';
+
+die "Bad args '@ARGV'" unless (@ARGV >= 3  && @ARGV <= 4);
+
+my ($filename, $TARGETDIR, $SVNDIR, $BUILDDESCR) = (@ARGV, "");
+
+my (@file, $version, $lines);
+
+tie (@file, 'Tie::File', $filename)
+       or die $!;
+
+$version  =  `svnversion -n` or die;
+$version  =~ tr/M//d;
+$version .=  '-' . $BUILDDESCR if $BUILDDESCR;
+
+/^#define SVN_VER_TAG/ and s/(?<=dev build).*(?=\)"$)/-r$version/
+       for @file;
+/^#define SVN_VER_NUMTAG/ and s/(?<=-dev).*(?="$)/-r$version/
+       for @file;
+
+mkdir $TARGETDIR unless -d $TARGETDIR;
+
+chdir $SVNDIR;
+system "svn diff -x-p > $TARGETDIR\\$version.diff"
+       and die $!;
+

Propchange: subversion/trunk/tools/dev/windows-build/document-version.pl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: subversion/trunk/tools/dist/backport.pl
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to