Skip to content

Instantly share code, notes, and snippets.

@kriswallsmith
Created October 26, 2009 16:44
Show Gist options
  • Save kriswallsmith/218789 to your computer and use it in GitHub Desktop.
Save kriswallsmith/218789 to your computer and use it in GitHub Desktop.
#!/bin/bash
svn propset svn:eol-style native Propel.php
svn propset svn:eol-style native PropelException.php
svn propset svn:eol-style native adapter/DBAdapter.php
svn propset svn:eol-style native adapter/DBMSSQL.php
svn propset svn:eol-style native adapter/DBMySQL.php
svn propset svn:eol-style native adapter/DBNone.php
svn propset svn:eol-style native adapter/DBOracle.php
svn propset svn:eol-style native adapter/DBPostgres.php
svn propset svn:eol-style native adapter/DBSQLite.php
svn propset svn:eol-style native adapter/MSSQL/MssqlDateTime.class.php
svn propset svn:eol-style native adapter/MSSQL/MssqlDebugPDO.php
svn propset svn:eol-style native adapter/MSSQL/MssqlPropelPDO.php
svn propset svn:eol-style native logger/BasicLogger.php
svn propset svn:eol-style native logger/MojaviLogAdapter.php
svn propset svn:eol-style native map/ColumnMap.php
svn propset svn:eol-style native map/DatabaseMap.php
svn propset svn:eol-style native map/RelationMap.php
svn propset svn:eol-style native map/TableMap.php
svn propset svn:eol-style native map/ValidatorMap.php
svn propset svn:eol-style native om/BaseObject.php
svn propset svn:eol-style native om/NestedSetRecursiveIterator.php
svn propset svn:eol-style native om/NodeObject.php
svn propset svn:eol-style native om/Persistent.php
svn propset svn:eol-style native om/PreOrderNodeIterator.php
svn propset svn:eol-style native util/BasePeer.php
svn propset svn:eol-style native util/Criteria.php
svn propset svn:eol-style native util/DebugPDO.php
svn propset svn:eol-style native util/DebugPDOStatement.php
svn propset svn:eol-style native util/Join.php
svn propset svn:eol-style native util/NodePeer.php
svn propset svn:eol-style native util/PropelColumnTypes.php
svn propset svn:eol-style native util/PropelConfiguration.php
svn propset svn:eol-style native util/PropelConfigurationIterator.php
svn propset svn:eol-style native util/PropelDateTime.php
svn propset svn:eol-style native util/PropelPDO.php
svn propset svn:eol-style native util/PropelPager.php
svn propset svn:eol-style native validator/BasicValidator.php
svn propset svn:eol-style native validator/MatchValidator.php
svn propset svn:eol-style native validator/MaxLengthValidator.php
svn propset svn:eol-style native validator/MaxValueValidator.php
svn propset svn:eol-style native validator/MinLengthValidator.php
svn propset svn:eol-style native validator/MinValueValidator.php
svn propset svn:eol-style native validator/NotMatchValidator.php
svn propset svn:eol-style native validator/RequiredValidator.php
svn propset svn:eol-style native validator/TypeValidator.php
svn propset svn:eol-style native validator/UniqueValidator.php
svn propset svn:eol-style native validator/ValidValuesValidator.php
svn propset svn:eol-style native validator/ValidationFailed.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment