On 16.02.2012 11:00, Nnovnos Mposkafas wrote:
> TSVN still offers its column handler shell extension even if they won't
> work in windows vista and later. They still work using alternative file
> managers like xplorer2 (www.zabkat.com <http://www.zabkat.com>) though
>
> there is a small bug with the column handler though as properties 3 and
> 4 are both declared as "SVN short URL":
>
> Name = SVN short URL
>
> Description = Short URL of Subversion items
>
> FMTID: {30351346-7B7D-4FCC-81B4-1E394CA267EB}, PID=3
>
> SHCOLSTATE_xxx: 0x00000011
>
> Width=30, Format=0, Priority=5
>
> Name = SVN short URL
>
> Description =
>
> FMTID: {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, PID=4
>
> SHCOLSTATE_xxx: 0x00000001
>
> Width=32, Format=0, Priority=5
>
>
> whereas the 2nd one (that lacks even a description) looks to be the
> column about the PERSON who did the checking in (?)
>
> all the rest columns work ok. This looks like a simple fix if you'd care
> to do it!
I'm guessing that you don't get that info from the windows explorer but
a custom explorer-replacement instead?
Because the PID4 with FMTID {F29F85E0-4FF9-1068-AB91-08002B27B3D9} is a
predefined column that's available in explorer. It's the column for
"author" that's also used e.g. for word docs.
That's why you don't get a description or the correct title: it seems
your explorer replacement doesn't know about that FMTID and has the
title left over from the previously asked column (PID=3).
The windows explorer does this correctly and uses the predefined info
for that default column, then lets the shell extension overwrite/set
some custom formatting.
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=2923488
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-02-16 18:44:55 CET