[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: MSWord file in svn - change properties on commit

From: Leon Zandman <lzandman_at_lode.nl>
Date: 2005-10-26 12:20:19 CEST

> I want to have in MSWord (DOC , RTF) informations: its
> version, author, date, log info from SVN REPO.

The latest versions of MSWord are capable of saving a document in a
(proprietary) XML file format. I'm using it for all my MSWord documents
that I've put in SVN. Because this is a plain text file format you can
easily add things yourself. I've added the SVN keywords to the
<o:Author> and <o:Revision> document properties, but you can also easily
add custom document properties.

As an added bonus it is a lot easier to diff these XML documents than
their binary (.DOC) counterparts.

Greetz,

Leon

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 26 12:25:49 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.