[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: James FitzGibbon <jfitzgibbon_at_primustel.ca>
Date: 2005-10-25 15:23:51 CEST

This is less of an implementation issue than a concept issue.

The Subversion book warns against modifying a transaction in a hook:

http://svnbook.red-bean.com/en/1.1/ch05s02.html#svn-ch-5-sect-2.1

So it doesn't really matter if you're modifying document properties in Word
or re-formatting source code or just trying to change a property - it can't
be done in a commit hook.

The standing advice is to check for the things you would change in the hook
and reject the commit if they aren't set properly.

Regards

-----Original Message-----
From: Szymon Kulinski [mailto:skulin@interia.pl]
Sent: Monday, October 24, 2005 7:00 PM
To: users@subversion.tigris.org
Subject: MSWord file in svn - change properties on commit

Hello Everybody !

I'm trying to find out is there any way to update MS Word documents '
properties (date, revision, log, author) on commit in SVN ?
Documents can be stored as RTF or DOC...

I've started thinking about using win32com (python module) to get access
to MS Word files. But - according to ym knowledge - it can be made only
on Windows, so on the client side...
Correct me if I'm wrong please.

Thanks for help in advance,
Szymon.

----------------------------------------------------------------------
INTERIA.PL | Kliknij po wiecej >>> http://link.interia.pl/f18c1

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.12.4/146 - Release Date: 10/21/2005
 
-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.12.4/146 - Release Date: 10/21/2005
 
-- 
----------------------------------------------------------------------------
This electronic message contains information from Primus Telecommunications
Canada Inc. ("PRIMUS") , which may be legally privileged and confidential.
The information is intended to be for the use of the individual(s) or entity
named above. If you are not the intended recipient, be aware that any
disclosure, copying, distribution or use of the contents of this information
is prohibited. If you have received this electronic message in error, please
notify us by telephone or e-mail (to the number or address above)
immediately. Any views, opinions or advice expressed in this electronic
message are not necessarily the views, opinions or advice of PRIMUS.
It is the responsibility of the recipient to ensure that
any attachments are virus free and PRIMUS bears no responsibility
for any loss or damage arising in any way from the use
thereof.The term "PRIMUS" includes its affiliates.
----------------------------------------------------------------------------
Pour la version en français de ce message, veuillez voir
 http://www.primustel.ca/fr/legal/cs.htm
----------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 25 15:30:30 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.