Kenneth Porter wrote:

What locale does your VSS DB use?


I don't know the XML file states this:

<?xml version="1.0" encoding="windows-1252" ?>


Can you identify a file somewhere in your VSS space that has that name, or that starts with "065_72"? Is there some odd character in the filename?

I believe the "&#x15;" refers to ASCII character 23, and is written in trunk/ssphys/utils/tinyxml.cpp. If my counting is right, that's a control-W. An odd character to find in a filename.


It is probably this file:

065072-02 CM 6.70 val cert.pdf

It does not contain a control-W just some spaces. It seems to me that this odd character was choosen arbitrarily by the name scrambling algorithm.

   <NameCacheEntry offset="922295">
       <Entry id="1">065_72~1.70&#x15;</Entry>
       <Entry id="2">065072-02 CM 6.70 val cert.pdf</Entry>
       <Entry id="3">065072-02 CM 6.70 val cert.pdf</Entry>
       <NrOfEntries>3</NrOfEntries>
   </NameCacheEntry>
_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user

Reply via email to