HI,
sorry for the, maybe stupid, question, but I didn't find something in the internet.
How can I make a copy of an existing bundle? To duplicate commands or snippets, that's simple, but for an entire bundle?
If I simply create a new folder.tmbundle and copy&paste things in it, then I also have duplicated uuid's.
Thanks in advance
-Hans
I don't think there's an easy way to do it.
...
Ok, I just finished writing a ruby script to do what you want.
Lets see if the list takes attachments. If not, I'll put it up somewhere.
 Just open this script in TextMate (it needs the TM_* vars) and modify the OLD_BUNDLE and NEW_BUNDLE constants (lines 7 and 8). Then hit ⌘R to run it.
On Dec 21, 2006, at 7:28 AM, Hans-Joerg Bibiko wrote:
sorry for the, maybe stupid, question, but I didn't find something in the internet.
How can I make a copy of an existing bundle? To duplicate commands or snippets, that's simple, but for an entire bundle?
If I simply create a new folder.tmbundle and copy&paste things in it, then I also have duplicated uuid's.
It just occurred to me that it's entirely possible for a Support dir to have an info.plist somewhere inside it. I'll have to fix the script...
 On Dec 24, 2006, at 4:54 PM, Kevin Ballard wrote:
Ok, I just finished writing a ruby script to do what you want.
Daer Kevin,
many thanks for your script!! It works perfectly.
Best,
Hans