aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/design.doc7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/design.doc b/docs/design.doc
index a0eb9baac7bc..af1ee3054abb 100644
--- a/docs/design.doc
+++ b/docs/design.doc
@@ -117,3 +117,10 @@ Naming/coding conventions:
of session variables are wsName, cookies wcName, and form field
values wpName ("p" for "POST").
+ - Be kind to your release manager and don't use CVS keywords (Id,
+ Revision, etc.) to mark file versions; they make merging code between
+ different branches a pain for older versions (<1.12.x) of CVS, and
+ are kind of sketchy for versions after that.
+
+
+ \ No newline at end of file