From users-return-6843-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Thu Jan 06 14:46:05 2011 Return-Path: Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: (qmail 30192 invoked from network); 6 Jan 2011 14:46:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Jan 2011 14:46:05 -0000 Received: (qmail 98130 invoked by uid 500); 6 Jan 2011 14:46:04 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 97951 invoked by uid 500); 6 Jan 2011 14:46:02 -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 97944 invoked by uid 99); 6 Jan 2011 14:46:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jan 2011 14:46:02 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,NORMAL_HTTP_TO_IP,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jan 2011 14:45:55 +0000 Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1Par5q-0007Vk-UH for users@subversion.apache.org; Thu, 06 Jan 2011 06:45:34 -0800 Message-ID: <30605691.post@talk.nabble.com> Date: Thu, 6 Jan 2011 06:45:34 -0800 (PST) From: JamieEchlin To: users@subversion.apache.org Subject: =?UTF-8?Q?Re:_=E7=AD=94=E5=A4=8D:_svn:_REPORT_request_f?= =?UTF-8?Q?ailed_on_'/svn/!svn/bc/20890'?= In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jamie.echlin@credit-suisse.com References: <000001cbace3$5db8fff0$192affd0$@com> <000101cbad3d$b541a6a0$1fc4f3e0$@com> X-Virus-Checked: Checked by ClamAV on apache.org >> I am using svn1.6.3. I put all source code and documents of our >> team into one repo. It works great for two years until last month. Now >> when >> I run 'svn log http://192.168.0.3:907/svn' (where 192.168.0.3 is our >> server's address), svn returns 'svn: REPORT request failed on >> '/svn/!svn/bc/20890' after returned some log information. Things generally don't *just stop* working after two years, fortunately. Something must have changed. > We are using JIRA's svn plugin which using svn log This is not entirely true. Have you upgraded jira? The jira-svn integration uses svnkit (not native svn), if you've upgraded jira then the version of svnkit would have been bumped, maybe it's incompatible now. As well as what the others have suggested I'd try putting svnkit (same version which jira uses) on the box, and run your log and other comments with jsvn.bat. This was helpful to me in debugging issues with svn+ssh connections between jira and svn. (Although this doesn't explain why svn log is not working but it works from tortoise). jamie -- View this message in context: http://old.nabble.com/svn%3A-REPORT-request-failed-on-%27-svn-%21svn-bc-20890%27-tp30596624p30605691.html Sent from the Subversion Users mailing list archive at Nabble.com.