Discussion:
Export SVN Version to Excel
Rotem Akavya
2014-04-08 13:23:04 UTC
Permalink
Hi,

Is there an option to update Excel\VBA automatically on a commit action.

I would like to automatically update an Excel cell with the SVN version of the commit operation.

I hope there is a way to do so...

Thanks!
Rotem

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3076063

To unsubscribe from this discussion, e-mail: [users-unsubscribe-6zjzXkf2FExf8fUKLXF2/HdfcadvtA/***@public.gmane.org].
Stefan Küng
2014-04-08 19:29:35 UTC
Permalink
Post by Rotem Akavya
Hi,
Is there an option to update Excel\VBA automatically on a commit action.
I would like to automatically update an Excel cell with the SVN version of the commit operation.
I hope there is a way to do so...
You can use the SubWCRev com object to get information about working copies.

Here's the full doc of that com object:
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-subwcrev-com-interface.html

and here's an example on how to use it in Word:
http://insights.oetiker.ch/windows/SvnProperties4MSOffice.html

Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest interface to (Sub)version control
/_/ \_\ http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3076105

To unsubscribe from this discussion, e-mail: [users-unsubscribe-6zjzXkf2FExf8fUKLXF2/HdfcadvtA/***@public.gmane.org].
Loading...