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

Re: BUG in 1.6.0 15855 DIFF SCRIPTS for ODS files. Include the resolution!

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 31 Mar 2009 18:40:57 +0200

Oliver Braun wrote:
> Hello
> I think i have fond a small bug in the diff scripts.
> They sometimes nont work.
>
> I found out, that the temporary files of the
> in c:\docume~1\user......\filename
> are sometimes write protectet.
> I add some script lines to remove the write protection
> After this the script works fine.
>
>
> sBaseDoc=objArgs(0) 'old lines
> sNewDoc=objArgs(1) 'old lines
>
> ' remove the file write protection
> Set FS =
> CreateObject("Scripting.FileSystemObject")
> 'new lines
> FS.GetFile(sBaseDoc).Attributes = FS.GetFile(sBaseDoc).Attributes And
> Not 1 'new lines
> FS.GetFile(sNewDoc).Attributes = FS.GetFile(sNewDoc).Attributes And Not
> 1 'new lines
>
>
> Thanks for program such a fine client like TortoiseSVN

Can you send your modified files please? (zip them first).
I doubt that the lines you marked with 'old lines are removed?

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=1497522
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-03-31 18:41:54 CEST

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

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