Issues on AIX when sorting revision summaries (pass 5)
Greg Mundy <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I currently have cvs2svn running on an AIX box and am getting hung up on an issue during pass 5. From my understanding, pass 5 is where CVS revision summaries are sorted. I'm not 100% sure, but I believe that the tool is using the native AIX sort operation to handle this.
I pretty much get several warnings about missing newlines being added to the end of the input file, then a general error regarding the size of the input and output files being different. Below is a sample of the warnings and errors that I'm experiencing:
sort: warning: missing NEWLINE added at end of input file cvs2svn-tmp/revs-summary.txt
sort: warning: missing NEWLINE added at end of input file cvs2svn-tmp/revs-summary.txt
sort: warning: missing NEWLINE added at end of input file cvs2svn-tmp/revs-summary.txt
sort: warning: missing NEWLINE added at end of input file cvs2svn-tmp/revs-summary.txt
ERROR: Sort input and output file sizes differ:
'cvs2svn-tmp/revs-summary.txt' (53777 bytes)
'cvs2svn-tmp/revs-summary-s.txt' (52516 bytes)
Please let me know if anyone else has experienced this issue.
Thanks in advance!
Greg
------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2390389
To unsubscribe from this discussion, e-mail: [[email protected]].