X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=9iwM+5vw3ojoxezndBGkgqUZrvcqmImFkdTgYItn974=; b=TN6GsEkzPWRrbqKbyFxMO+GKe6bCyi6YRqOzqR2tAUj1fYpAIuTkdb1Z774IzAqXNE C5YPwpB86Ag9/tcTQ0AxNJH2ASm22tvoQkbWem83eJYQ6YAGZ1xTgDTD53Vh/saFOgeo wQIMgHJ36obesjKufWohfOBFdJjoLUeNh1cRAgWG6Ps8OIsCaTwj9bKyuk3CsUEk474l nRBw2L11zTu9LG2JodwwUsKjJSNbgURLOy4ETswG+nKATVcCCX85ecYBHeKqEnKuCjPr 1W6odCswImBqPxpZS80UnkdjIUKzIkUArlW05VJZtiOaTo/3N2jMgfFbe+bbLTI82Qp/ CipA== X-Received: by 10.194.58.5 with SMTP id m5mr11757244wjq.31.1449741975507; Thu, 10 Dec 2015 02:06:15 -0800 (PST) Date: Thu, 10 Dec 2015 11:06:13 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] gsch2pcb after refdes-renum? (If implemented syncronization detail) Message-Id: <20151210110613.e1d6917e5f485916a95e2fad@gmail.com> In-Reply-To: <201512100128.tBA1SjW8000759@envy.delorie.com> References: <20151208205451 DOT bb2478f8722e1a885822689d AT gmail DOT com> <201512082019 DOT tB8KJOlP030874 AT envy DOT delorie DOT com> <20151208222204 DOT 6566ebed300ca2683dd71bc8 AT gmail DOT com> <201512082139 DOT tB8LdLuL005789 AT envy DOT delorie DOT com> <20151208230637 DOT b8eb6c22230d5a3b977c3ca1 AT gmail DOT com> <201512082229 DOT tB8MTJBj010408 AT envy DOT delorie DOT com> <555EDA31-984C-4978-AE21-F74907CDC993 AT noqsi DOT com> <20151209220625 DOT ba29467498daecf1bf7b2244 AT gmail DOT com> <201512092109 DOT tB9L9p8o022465 AT envy DOT delorie DOT com> <20151210011215 DOT 14229 DOT qmail AT stuge DOT se> <201512100128 DOT tBA1SjW8000759 AT envy DOT delorie DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk DJ Delorie wrote: > > Is there still a problem if the cyclic U1->U2->U3->U1 rename is > > guaranteed to be atomic? > > You still have two problems: First, if you accidentally run the script > twice, you end up with the wrong refdeses. Second, you need to > remember the refdes the part had *the last time you sync'd*. If the > layout[*] still had U14 because you last sync'd yesterday and you've > renamed it five times today, you're out of luck. > ... Someone suggested forward annotation work just fine then it should be like this. 1. Figure out old-->new refdes, maybe possible from old update file? Or gschem store/send information? 2. Execute rename exactly once without stuck in the middle. Nicklas Karlsson