[svn] / trunk / doc / Presentations / README_Keynote Repository:
ViewVC logotype

View of /trunk/doc/Presentations/README_Keynote

Parent Directory Parent Directory | Revision Log Revision Log


Revision 486 - (download) (annotate)
Wed Oct 11 13:20:46 2006 UTC (13 months, 2 weeks ago) by eile
File size: 508 byte(s)
first complete draft of VizSIG presentation, related changes on images and overview presentation
Keynote 3.0.1 blows away .svn directories when saving a
presentation. As a workaround, save the svn state before editing:
 find *.key -type d -name .svn | xargs tar cvf svn_state.tar
Before checkin, restore the state:
 tar xvf svn_state.tar
And then use 'svn st' and 'svn add' to add and delete files in your
presentation:
 svn st *.key | grep '^\!' | awk '{print "svn delete \"" $2 "\"";}' > svn_changes
 svn st *.key | grep '^\?' | awk '{print "svn add \"" $2 "\"";}' >> svn_changes
 cat svn_changes

Back to Equalizer website
ViewVC Help
Powered by ViewVC 1.0.3