From 70cd98fe7e0562895ee5cba6eb26a64cb02f9f38 Mon Sep 17 00:00:00 2001 From: skarg Date: Thu, 26 Jul 2007 13:58:25 +0000 Subject: [PATCH] Added subversion notes. --- bacnet-stack/doc/README.subversion | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bacnet-stack/doc/README.subversion diff --git a/bacnet-stack/doc/README.subversion b/bacnet-stack/doc/README.subversion new file mode 100644 index 00000000..e860ce9e --- /dev/null +++ b/bacnet-stack/doc/README.subversion @@ -0,0 +1,11 @@ +Here are some hints about subersion. + +1. When setting up subversion for a project like this, set the EOL to be native except those files that either already have a MIME type associated with them or binary files like IDE configurations. + +2. Configure your subversion client to always add new files with eol-style set to native. + +3. If a file slips into subversion without the eol-style property set, you can periodically run: +$ svn propset svn:eol-style native * +$ svn commit -m "changed eol-style" + +