Re: svnsync 1.8.0 fails if there is a non-printable characters in the commit message

2013-06-25 Thread olli hauer
On 2013-06-26 01:05, Daniel Shahaf wrote: > olli hauer wrote on Tue, Jun 25, 2013 at 17:06:35 +0200: >> On 2013-06-25 16:02, Daniel Shahaf wrote: >>> Daniel Shahaf wrote on Tue, Jun 25, 2013 at 16:55:24 +0300: Daniel Shahaf wrote on Tue, Jun 25, 2013 at 13:50:58 +: > On Mon, Jun 24, 20

Re: svnsync 1.8.0 fails if there is a non-printable characters in the commit message

2013-06-25 Thread Daniel Shahaf
olli hauer wrote on Tue, Jun 25, 2013 at 17:06:35 +0200: > On 2013-06-25 16:02, Daniel Shahaf wrote: > > Daniel Shahaf wrote on Tue, Jun 25, 2013 at 16:55:24 +0300: > >> Daniel Shahaf wrote on Tue, Jun 25, 2013 at 13:50:58 +: > >>> On Mon, Jun 24, 2013 at 09:47:17PM +0200, Ben Smith-Mannschott

Re: svnsync 1.8.0 fails if there is a non-printable characters in the commit message

2013-06-25 Thread olli hauer
On 2013-06-25 16:02, Daniel Shahaf wrote: > Daniel Shahaf wrote on Tue, Jun 25, 2013 at 16:55:24 +0300: >> Daniel Shahaf wrote on Tue, Jun 25, 2013 at 13:50:58 +: >>> On Mon, Jun 24, 2013 at 09:47:17PM +0200, Ben Smith-Mannschott wrote: 0x18 is ^X, the ASCII control code for CANCEL. Seems

Re: svnsync 1.8.0 fails if there is a non-printable characters in the commit message

2013-06-25 Thread Daniel Shahaf
pied properties for revision 0. > > % svnsync copy-revprops file://$PWD/r2 file://$PWD/r > > Copied properties for revision 0. > > % tail -5 r2/db/revprops/0/0 | xxd > > 0000000: 4b20 310a 780a 5620 310a 180a 454e 440a K 1.x.V 1...END. > > > > Did you pass

Re: svnsync 1.8.0 fails if there is a non-printable characters in the commit message

2013-06-25 Thread Daniel Shahaf
for revision 0. > % svnsync copy-revprops file://$PWD/r2 file://$PWD/r > Copied properties for revision 0. > % tail -5 r2/db/revprops/0/0 | xxd > 000: 4b20 310a 780a 5620 310a 180a 454e 440a K 1.x.V 1...END. > > Did you pass --source-prop-encoding ? > > Daniel >

Re: svnsync 1.8.0 fails if there is a non-printable characters in the commit message

2013-06-25 Thread Daniel Shahaf
sion 0. % tail -5 r2/db/revprops/0/0 | xxd 000: 4b20 310a 780a 5620 310a 180a 454e 440a K 1.x.V 1...END. Did you pass --source-prop-encoding ? Daniel > // Ben > > > On Mon, Jun 24, 2013 at 7:30 PM, olli hauer wrote: > > > svnsync 1.8.0 fails if there is a non-print

Re: svnsync 1.8.0 fails if there is a non-printable characters in the commit message

2013-06-24 Thread Ben Smith-Mannschott
points are exactly US-ASCII. // Ben On Mon, Jun 24, 2013 at 7:30 PM, olli hauer wrote: > svnsync 1.8.0 fails if there is a non-printable characters in the commit > message > > Error message: > svnsync: E22: Safe data 'MFC r251249, r251251, r251252, r' was > f

svnsync 1.8.0 fails if there is a non-printable characters in the commit message

2013-06-24 Thread olli hauer
svnsync 1.8.0 fails if there is a non-printable characters in the commit message Error message: svnsync: E22: Safe data 'MFC r251249, r251251, r251252, r' was followed by non-ASCII byte 24: unable to convert to/from UTF-8 No issue with svnsync 1.7.10 (neon based) Parts of the fi