Parent Directory
|
Revision Log
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 |