From 2960390387e29d4238032e60d0639b2904aee2e9 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Tue, 16 Sep 2008 13:04:51 +0000
Subject: [PATCH] remove personal configuration, sorry.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23635 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_preferences/default_site_preference.xml        | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_preferences/default_site_preference.xml b/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_preferences/default_site_preference.xml
index 2c89607512..9f8230c010 100644
--- a/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_preferences/default_site_preference.xml
+++ b/product/ERP5/bootstrap/erp5_core/PathTemplateItem/portal_preferences/default_site_preference.xml
@@ -342,14 +342,14 @@ It\'s the lowest priority one; ie. managers can create higher priority preferenc
         </item>
         <item>
             <key> <string>preferred_subversion_user_name</string> </key>
-            <value> <string>kazuhiko</string> </value>
+            <value>
+              <none/>
+            </value>
         </item>
         <item>
             <key> <string>preferred_subversion_working_copy</string> </key>
             <value>
-              <tuple>
-                <string>/home/kazuhiko/Zope/test/bt5</string>
-              </tuple>
+              <tuple/>
             </value>
         </item>
         <item>
-- 
2.30.9