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 A178D7966 for ; Mon, 24 Oct 2011 20:51:21 +0000 (UTC) Received: (qmail 40114 invoked by uid 500); 24 Oct 2011 20:51:20 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 40093 invoked by uid 500); 24 Oct 2011 20:51:20 -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 40086 invoked by uid 99); 24 Oct 2011 20:51:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2011 20:51:20 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcvsu-users-2@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2011 20:51:11 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RIRTt-0007dF-Kg for users@subversion.apache.org; Mon, 24 Oct 2011 22:50:49 +0200 Received: from c-69-181-194-13.hsd1.ca.comcast.net ([69.181.194.13]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Oct 2011 22:50:49 +0200 Received: from jacob by c-69-181-194-13.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Oct 2011 22:50:49 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@subversion.apache.org From: Jacob Weber Subject: Diff output: get full path of files Date: Mon, 24 Oct 2011 20:50:33 +0000 (UTC) Lines: 9 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 69.181.194.13 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1) X-Virus-Checked: Checked by ClamAV on apache.org I want to pass the output of "svn diff OLD-URL NEW-URL" to a code-review tool, but I need to include the full path of each file in the ---/+++ headers. The paths in the output always seem to be relative to the directories you pass in. Is there a way to make it include the full paths? Thanks, Jacob