Re: Automation - is file versioned
From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sun, 11 Oct 2009 09:17:20 +0200
On 11.10.2009 02:59, alexia wrote:
Starting a new process every time you show a context menu? That's not a
You should consider using the svn libraries directly and use the
You *could* use SubWCRev (either the command line or the COM object) to
filesystem = new ActiveXObject("Scripting.FileSystemObject");
if (subwcrevObject.IsSvnItem)
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-subwcrev-com-interface.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=757&dsMessageId=2406308 To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].Received on 2009-10-11 09:17:28 CEST |
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.