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 8F6A24FE9 for ; Fri, 1 Jul 2011 14:04:48 +0000 (UTC) Received: (qmail 72437 invoked by uid 500); 1 Jul 2011 14:04:47 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 72323 invoked by uid 500); 1 Jul 2011 14:04:47 -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 Delivered-To: moderator for users@subversion.apache.org Received: (qmail 18449 invoked by uid 99); 1 Jul 2011 13:35:02 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) MIME-Version: 1.0 Date: Fri, 1 Jul 2011 06:34:35 -0700 (PDT) User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKRUAELSC X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30,gzip(gfe) X-Google-IP: 213.228.152.158 Message-ID: Subject: svn merge - get the last revision of a file(s) From: =?ISO-8859-1?Q?Rui_Gon=E7alves?= To: users@subversion.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi there! I'm trying to merge a branch into other one, without reintegrating the all branch. Once there many files with several revisions, I would like if is possible to get the last revision of all changed files/ directories in order to avoid "intermediate" merges. I'm currently using the subclipse plugin but I'm comfortable enough to use the svn cli. Thanks in advance for the help, Best regards!