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

Re: BUG: TSVNCache crashes

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-02-23 19:37:56 CET

Per Salmi wrote:

> We have found a problem regarding TSVNCache that is probably related to icon
> overlays.

Not icon overlays but the cache's file system watcher.

> If TSVN is installed at the same time as Windows Live Messenger 8.0 folder
> sharing functionality is used the TSVNCache process crashes instantly when
> any file operastion is initiated in Messenger folder sharing. For instance
> drag an image file to a folder that is setup to be shared with a contact...
> Crash... and a "send error report to Microsoft" is initiated.

Thanks to your MSN Beta invitation and some lying in my MSN settings
about where I live I could activate and test the folder sharing. And
yes, the cache crashed immediately.

So, since the crash was reproducable, I could easily find the reason for
it: MSN8 creates folders with paths longer than MAX_PATH (that's why
they require an NTFS filesystem and not FAT32), which the cache didn't
like very much.
(btw: explorer doesn't like those either. Try browsing the hidden
folders in \local settings\application
data\microsoft\messenger\yourmsnid\SharingMetadata\useryoushareafolderwith\DfsrPrivate\Staging\ContentSet{UID,
you can't browse there...)

Fixed in revision 5826.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Feb 23 19:38:32 2006

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.