David-

>I use a similar technique for storing stacks in SVN. When scripts are saved
> I have hooks which also export text files to SVN and write out metadata 
> for
> indexing purposes.


What I have settled on is saving a stack as a text file series of xtalk 
commands for recreating it:

create button
set the name of it to "btnCancel"
etc...

Then I archive the previous version as only the properties that have 
changed:

set the name of button "btnCancel" to "button"

That way I can recreate a stack quickly without having to traverse a chain 
of changed properties and not have to worry about the integrity of the 
archive.

...and voila! instant diffs.

-- 
 Mark Wieder
 [EMAIL PROTECTED] 



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to