Check out (non-recursive will do) a pristine copy of autogen.sh at rev 1806
$ svn co -n -r1806 http://svn.collab.net:81/repos/svn/trunk/ -d xx
Update to rev 1805
$ svn up -r1805 xx/autogen.sh
_U xx/autogen.sh
Note only the properties change (it's the execute bit). However the file is in
state modified
$ svn st xx/autogen.sh
M xx/autogen.sh
and does have a text difference
$ svn diff xx/autogen.sh
Index: xx/autogen.sh
===================================================================
--- xx/autogen.sh
+++ xx/autogen.sh Wed May 1 15:34:16 2002
@@ -34,7 +34,7 @@
exit 1
fi
-$libtoolize --copy --automake
+libtoolize --copy --automake
ltpath="`dirname $libtoolize`"
ltfile="`cd $ltpath/../share/aclocal ; pwd`"/libtool.m4
svn.collab.net claims to be running
The installed Subversion is: Revision 1734
* httpd-2.0: from 2002-04-18
* apr: from 2002-04-18
* apr-util: from 2002-04-18