This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Apple tags reorganization


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 :)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]