summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-27 13:58:39 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-27 13:58:39 +0000
commit2fdedc3875130297bab6a7587c9630626876d706 (patch)
tree38d325e073506a2fc0222030f98e08334cafda9b
parentd199eeb85de527c6d102d00f62bcdb2a7d0f2987 (diff)
downloadATCD-2fdedc3875130297bab6a7587c9630626876d706.tar.gz
Thu Jul 27 13:57:31 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
-rw-r--r--ACE/ChangeLog6
-rw-r--r--ACE/docs/svn/config4
2 files changed, 8 insertions, 2 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 02874e9e0dc..74da089060f 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jul 27 13:57:31 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * docs/svn/config
+
+ Fixed syntax errors. thanks to Adam Mitz for reporting them.
+
Thu Jul 27 10:14:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Committing some small changes I had pending to see how svn behaves now
diff --git a/ACE/docs/svn/config b/ACE/docs/svn/config
index 1dd879921f7..6fbe050a534 100644
--- a/ACE/docs/svn/config
+++ b/ACE/docs/svn/config
@@ -58,7 +58,7 @@
### escape for the following character.
### Section for configuring miscelleneous Subversion options.
-# [miscellany]
+[miscellany]
### Set global-ignores to a set of whitespace-delimited globs
### which Subversion will ignore in its 'status' output.
global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store *.class *.dll *.exp *.ilk *.lib *.ncb *.opt *.pdb *.plg *.bsc *.ini *.res *C.i *C.inl *S.i *S.inl *C.h *S.h *C.cpp *S.cpp *C.hh *S.hh *S_T.i *S_T.inl *S_T.h *S_T.cpp .obj .pure .shobj LIB DLL Debug Release Static_Debug Static_Release config.h Templates.DB Thumbs.db ir.out *.aux *.lof *.lot *.log *.dvi *.blg *.bbl *.ior *Cli.* *Ser.* *Ser_T.* *.pch *.idb *.vcl *.vcb *.vcl *.vco *.SUP .depend.* GNUmake* *.so* obj *.exe *_svnt.*
@@ -79,7 +79,7 @@ enable-auto-props = yes
### '?'). All entries which match will be applied to the file.
### Note that auto-props functionality must be enabled, which
### is typically done by setting the 'enable-auto-props' option.
-# [auto-props]
+[auto-props]
*.cpp=svn:eol-style=native;svn:keywords
*.h=svn:eol-style=native;svn:keywords
*.inl=svn:eol-style=native;svn:keywords