Received: from spf3.us4.outblaze.com (spf3.us4.outblaze.com [205.158.62.25]) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id i9PHv7rN021062 for ; Mon, 25 Oct 2004 17:57:07 GMT Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by spf3.us4.outblaze.com (Postfix) with ESMTP id 167F8538CD for ; Mon, 25 Oct 2004 17:57:03 +0000 (GMT) Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CM9DF-0004M9-SX for migo@homemail.com; Mon, 25 Oct 2004 14:04:57 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CM9Cu-0004LI-JU for gnu-arch-users@gnu.org; Mon, 25 Oct 2004 14:04:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CM9Cr-0004KH-V9 for gnu-arch-users@gnu.org; Mon, 25 Oct 2004 14:04:35 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CM9Cr-0004Jw-QE for gnu-arch-users@gnu.org; Mon, 25 Oct 2004 14:04:33 -0400 Received: from [213.97.212.86] (helo=grummit.biaix.org) by monty-python.gnu.org with smtp (Exim 4.34) id 1CM95A-0002f5-0V for gnu-arch-users@gnu.org; Mon, 25 Oct 2004 13:56:36 -0400 Received: (qmail 43588 invoked by uid 1000); 25 Oct 2004 17:54:16 -0000 Date: Mon, 25 Oct 2004 19:54:16 +0200 From: Joan Picanyol To: gnu-arch-users@gnu.org Message-ID: <20041025175416.GC42563@grummit.biaix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: [Gnu-arch-users] issues merging changes from an external branch X-BeenThere: gnu-arch-users@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: a discussion list for all things arch-ish List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: gnu-arch-users-bounces+migo=homemail.com@gnu.org Errors-To: gnu-arch-users-bounces+migo=homemail.com@gnu.org Status: RO Content-Length: 2781 Lines: 88 Hi, Short version: I'm having issues trying to merge the changes done on another branch to the original one. I'm following the directions on the tutorial, in particular the section "Promoting an Elementary Branch to a Development Branch". When commiting, I get: "commit: tree has no patch log entries for version" song, after tla add-log-version I still get the same. Long version: After a period on the road, the current situation is as follows (the original work was done on biaix.org, following work has been done in pingu): joan-dev@biaix.org--arch /home/pk{arch} joan@pingu--projecte /usr/pica/.{archives}/joan@pingu-projecte-MIRROR/ 188,p5,0$ tla categories bbdd-iaeste projecte 189,p5,0$ tla categories -A joan@pingu--projecte simulacions 190,p5,0$ 202,p5,0$ tla abrowse joan-dev@biaix.org--arch/projecte joan-dev@biaix.org--arch projecte projecte--simulacions-previes projecte--simulacions-previes--0.1 base-0 .. versionfix-1 203,p5,0$ tla abrowse joan@pingu--projecte joan@pingu--projecte simulacions simulacions--main simulacions--main--0.2 base-0 .. patch-7 I'd like to merge the work done on joan@pingu--projecte/simulacions onto joan-dev@biaix.org--arch/projecte, there should be no conflicts whatsoever. Due to issues while starting to use arch (I was using pre-1.2.1 with NFS archive and working directories), I ended up with -version-0 and -versionfix-1 revisions, I don't know wether this is relevant or not (what are they anyway?) Now, after doing tla get -A joan@pingu--projecte simulacions--main--0.2 wd && cd wd I try to follow the directions in "Promoting an Elementary..." 211,p5,0$ tla set-tree-version -A joan-dev@biaix.org--arch projecte--simulacions-previes--0.1 212,p5,0$ i=`tla make-log `; tla log-for-merge >> $i 213,p5,0$ tla commit commit: tree has no patch log for version tree: /tmp/now/wd version: joan-dev@biaix.org--arch/projecte--simulacions-previes--0.1 214,p5,1$ After some mailing list searching, I try to add-log-version: 225,p5,1$ tla add-log-version projecte--simulacions-previes--0.1 226,p5,0$ tla commit commit: tree has no patch log entries for version tree: /tmp/now/wd version: joan-dev@biaix.org--arch/projecte--simulacions-previes--0.1 The only difference is that this message is missing a newline at the end. I've tried several combinations for set-tree-version and add What am I doing wrong? What should I do to get my changes back in? How can I accomplish the equivalent of "moving a category between archives"? tks -- pica _______________________________________________ Gnu-arch-users mailing list Gnu-arch-users@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/