This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Apple tags reorganization
- From: Daniel Berlin <dberlin at dberlin dot org>
- To: Mike Stump <mrs at apple dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 30 Oct 2005 13:23:43 -0500
- Subject: Re: Apple tags reorganization
- References: <B27ABC9D-D53D-48B7-ACC7-371AC4917663@apple.com>
On Sun, 2005-10-30 at 10:07 -0800, Mike Stump wrote:
> I've moved all the apple tags around. They are all under tags/apple.
> with their old name save, s/^apple-//; s/-apple// as that part is
> redundant. For reference, the commands used are below.
>
For future reference, you ideally want to do this as one commit.
There is actually a utility exactly made for url-based massive
reorganization, in the subversion source code.
Configure a subversion, and type "make mucc"
The utility will be put in contrib/client-side/mucc
Then you can simply combine this into all "mucc -m "Moving tags" mv
<url> <url> mv <url> <url> ...."
That will do it all in one commit, instead of 180 :)