Tom
|
Re:Script for using bundles in subversion - 2006/08/09 11:13
eriks, thanks for posting this. I have been looking at ZigVersion recently and found you script. This is an area where Subversion really falls down for mac developers.
I write and maintain about 30 applescripts. I put them in Subversion for my own sanity. Currently I commit 2 versions of each file - a non bundle and a text version (for easier DIFFs) - if I could get bundles to work things might be different.
Anyway. your script appears to work well but I'm getting an error an error with the "svn rm" and "svn add" lines at the very end of the script. They do not handle files or dirs in the bundle that have spaces in them. Is there a way to quote/escape those paths?
Anyway, thanks for the script. ZigVersion looks to be coming along nicely too.
|