You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN
Hello,
I'm using the TortoiseSVN V1.7 under windows 7
I'm trying to set the "Date" keyword into a PowerPoint slide (*.pptm under Office 2010)
I can set the "Date" keyword into a txt file and i wan to do it into a Powerpoint.
I tried to config file as:
### Automatic properties are defined in the section 'auto-props'.
enable-auto-props = yes
### Section for configuring automatic properties.
[auto-props]
*.pptm = svn:keywords=URL Rev Author Date
But no success.
If someone can tell me how i can perform it.
BR
Kalen Brown
unread,
Jun 12, 2018, 3:49:46 PM6/12/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN
Keyword expansion only works when SVN can see the text. PowerPoint is a binary file. If you can’t open it in a text viewer and find the keyword (or if a SVN property is set to tell SVN it is binary) then SVN can’t see it either.
Apparently this used to be possible before Microsoft added the X to the extension and changed the file type. Interestingly enough, if you use 7 zip you can see inside ms office .*x files and other files so they are compressed.