Hi Toby, Thanks for your help. I used --debug option to excute the command, and this is the message from line 5917 to line 5930: 5917: <NameCacheEntry offset="45400"> 5918: <Entry id="10">01,01,01,01,01,01,01,01,01</Entry> 5919: <NrOfEntries>1</NrOfEntries> 5920: </NameCacheEntry> 5921: <NameCacheEntry offset="45443"> 5922: <Entry id="10">01,03,04,05,08,15,21,26,27</Entry> 5923: <NrOfEntries>1</NrOfEntries> 5924: </NameCacheEntry> 5925:<NameCacheEntry offset="45486"> 5926: <Entry id="1">06—07~1.doc</Entry> 5927: <Entry id="2">06—07学年度汕头市七年级第一学期思想品德科期末试卷.doc</Entry> 5928: <Entry id="3">06—07学年度汕头市七年级~1.doc</Entry> 5929: <NrOfEntries>3</NrOfEntries> 5930:</NameCacheEntry> Line 5923 is same as 5919, so I don't know why the task failured, how do you think about it? Realy thanks.
wallace0615 wrote: But the message is: TASK: INIT TASK: LOADVSSNAMES not well-formed (invalid token) at line 5923, column 22, byte 206698 at /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/XML/Parser.pm line 187 And I google this problem, not found the way to resolve it. Anyone can help me? Thanks a lot. Hi Wallace, Based on the task shown (LOADVSSNAMES) it looks like the failure occurred during XML parsing at the following line: http://www.pumacode.org/projects/vss2svn/browser/trunk/script/vss2svn.pl#L127 Did you try using the --debug switch to have the output from the VSS command displayed? Since it made it to line 5923 I am guessing there is just a particular character that is not working well with the import. I'm not sure if we have had anyone use this script on Chinese names before so that is not something that has been well-tested, but since we do have encoding support I don't know why it wouldn't work. Toby
_______________________________________________ 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