Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7D2D6107DD for ; Wed, 5 Jun 2013 06:47:55 +0000 (UTC) Received: (qmail 70366 invoked by uid 500); 5 Jun 2013 06:47:54 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 70081 invoked by uid 500); 5 Jun 2013 06:47:53 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 69490 invoked by uid 99); 5 Jun 2013 06:47:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jun 2013 06:47:51 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [61.66.243.7] (HELO exchtp08.via.com.tw) (61.66.243.7) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jun 2013 06:47:44 +0000 Received: from exchsg04.s3graphics.com ([10.3.254.212]) by exchtp08.via.com.tw with Microsoft SMTPSVC(6.0.3790.4675); Wed, 5 Jun 2013 14:47:19 +0800 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Subject: =?gb2312?B?tPC4tDogSG93IHRvIHVzZSBTVk4gdG8gc2V0dXAgQ0lNUw==?= Date: Wed, 5 Jun 2013 14:47:17 +0800 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to use SVN to setup CIMS Thread-Index: Ac5g4VZgq9eNVTIBT1OnhZGYl9OtGgApSQwA References: From: To: Cc: X-OriginalArrivalTime: 05 Jun 2013 06:47:19.0518 (UTC) FILETIME=[8649BFE0:01CE61B8] X-Virus-Checked: Checked by ClamAV on apache.org Dears I found that the tool of svnlook can cat the edit file with "-t" option = in pre-commit script. I do this in the server side, can I do the same = this in client side? Best regards LiberalJin -----=D3=CA=BC=FE=D4=AD=BC=FE----- =B7=A2=BC=FE=C8=CB: Ryan Schmidt = [mailto:subversion-2012c@ryandesign.com]=20 =B7=A2=CB=CD=CA=B1=BC=E4: 2013=C4=EA6=D4=C24=C8=D5 13:03 =CA=D5=BC=FE=C8=CB: Liberal Jin =B3=AD=CB=CD: users@subversion.apache.org =D6=F7=CC=E2: Re: How to use SVN to setup CIMS On Jun 3, 2013, at 21:46, LiberalJin@viatech.com.cn wrote: > I want to set up a cims by SVN. I don't know what "cims" is, but=A1=AD > The system need to do a series test before commit. This has been recently discussed, and the consensus was "don't do that", = because there's no way for you to obtain a consistent state of the = repository to test until the commit has been finalized. http://svn.haxx.se/users/archive-2013-05/0261.shtml Instead, use a continuous integration system that tests your build after = each commit, and reports build failures (e.g. to a group email list) so = that whoever committed a bad revision will know about it and can fix it = quickly.