Re: Line Endings (PATCH)

2007-07-10 Thread Jason Winnebeck
Dirk wrote: thanks for looking this up. I have changed a lot of code in the last days, so it is very possible that I broke something. Esp. the CRLF vs. LF changes are untested from my side, since I work only on windows. I don't have the problem here. I would think based on what I heard from the

Re: Line Endings (PATCH)

2007-07-10 Thread Dirk
Helo Jason, thanks for looking this up. I have changed a lot of code in the last days, so it is very possible that I broke something. Esp. the CRLF vs. LF changes are untested from my side, since I work only on windows. I don't have the problem here. The CRLF to LF conversion is tied to the "svn

Re: WARNING: control character

2007-07-10 Thread Dirk
Did you run an ANALYZE -f -i- -v4 V:\Operations1\VSS\data? Can you please rerun with --verbose and --debug? The problem is, that your archive is broken. There is garbage in your archive files. running with --verbose and --debug should show the problematic file and you could try to move this fi

WARNING: control character

2007-07-10 Thread Rex Zhen
Sorry I do not know how to reply message in this maillist, I have to create another one. In my situation is that the convert process stopped. ___ vss2svn-users mailing list Project homepage: http://www.pumacode.org/projects/vss2svn/ Subscribe/Unsub

Re: WARNING: control character

2007-07-10 Thread Jason Winnebeck
I get those types of errors and many (thousands of lines) of others, but at least for me it hasn't hurt the conversion process much. I was left with minor problems where some of the files didn't match the tip, one of the files didn't show up at all, and one file was duplicated as two names of wh

WARNING: control character

2007-07-10 Thread Rex Zhen
I keep have this problem when I convert vss. Any one can help? Z:\RexZ\vss2svn-nightly>vss2svn.exe --vssdir V:\Operations1\VSS >logit.txt Use of uninitialized value in concatenation (.) or string at vss2svn.pl line 128 7. Use of uninitialized value in concatenation (.) or string at vss2sv

Re: Line Endings (PATCH)

2007-07-10 Thread Jason Winnebeck
Jason Winnebeck wrote: I have found the bug and I'm seeing if I can fix it. In output_content the file is converted from CRLF to LF if and only if "svn:eol-style" is defined as native, but the property is set only when the file is added. When change nodes are being output, the svn:eol-style pro

Re: Line Endings

2007-07-10 Thread Jason Winnebeck
I have found the bug and I'm seeing if I can fix it. In output_content the file is converted from CRLF to LF if and only if "svn:eol-style" is defined as native, but the property is set only when the file is added. When change nodes are being output, the svn:eol-style property is not emitted (I pr

PATCH: Build.PL misses files

2007-07-10 Thread Jason Winnebeck
The Build.PL doesn't put all of the files into the blib directory that I believe are needed. I don't have any Perl experience, but the attached patch seems more appropriate. Jason Index: Build.PL === --- Build.PL(revision 321)

Line Endings

2007-07-10 Thread Jason Winnebeck
Thank you for the awesome tool, vss2svn! It has come a long way since the last time I tried to convert VSS about a year ago. My current problem is that after conversion I tried to reorganize the project but I noticed that all files were modified in their entirety, which "breaks" annotate support.