From 5352fa307cc6bf9782b1c0d770380f262b88fd63 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Sat, 9 Feb 2013 13:48:30 +0100 Subject: [PATCH] added scm.home example for windows --- scm-webapp/src/main/resources/scm.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scm-webapp/src/main/resources/scm.properties b/scm-webapp/src/main/resources/scm.properties index 622976793c..5f77feecb0 100644 --- a/scm-webapp/src/main/resources/scm.properties +++ b/scm-webapp/src/main/resources/scm.properties @@ -30,4 +30,7 @@ # # path to the SCM-Manager base directory -# scm.home = /tmp/scm.home \ No newline at end of file +# scm.home = /tmp/scm.home + +# note: on windows the path separator must be escaped e.g.: +# scm.home = C:\\DataStorage\\SCM