From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,8d08fdfceaafadda,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!b2g2000yqi.googlegroups.com!not-for-mail From: mockturtle Newsgroups: comp.lang.ada Subject: Software for renaming a whole hierarchy of packages? Date: Fri, 18 Dec 2009 06:56:38 -0800 (PST) Organization: http://groups.google.com Message-ID: <8629e45a-b954-434d-8251-45f46cf1f6a2@b2g2000yqi.googlegroups.com> NNTP-Posting-Host: 158.110.28.116 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1261148199 13918 127.0.0.1 (18 Dec 2009 14:56:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 18 Dec 2009 14:56:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b2g2000yqi.googlegroups.com; posting-host=158.110.28.116; posting-account=9fwclgkAAAD6oQ5usUYhee1l39geVY99 User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/8.52 (X11; Linux i686; U; en),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8418 Date: 2009-12-18T06:56:38-08:00 List-Id: Dear.all, I have the following problem: I have a (quite large) hierarchy of packages (with package root, say, FOO) that I modified to suit my needs. Since now the two hierarchies are quite different, I would like to rename the root of the modified version, both to avoid clashes and to give a more meaningful name (say, BOO. More meaningful, isn't it?:-) to the new one. This means that I have to change every FOO. into BOO.. I could do this by hand, but it is boring and error-prone, I could do this with sed, but I could mess everything up. Are you aware of some tool (maybe ASIS based?) that could help me in this? Thank you in advance for your help.