OK, now I'm using the auto-properties but commit fails with an error:

  E204899: Commit failed (details follow):  
svn: E204899: Input length = 1

However, the changed file is correctly updated in the repository- see below.

Kind regards,
m6m6


[svnkit]                                                              
global-charset=IBM1047 
[miscellany] 
enable-auto-props = yes
[auto-props]                                                    
*.s = svn:mime-type=text/x-asm;svn:eol-style=native

>> jsvn co $surl/adamid adamid
A    adamid/crnl.s
A    adamid/nl.s
Checked out revision 801.

>> cd adamid
>> jsvn status
M       nl.s

>> jsvn diff
Index: nl.s
===================================================================
--- nl.s        (revision 801)
+++ nl.s        (working copy)
@@ -1,3 +1,4 @@ midi2 member newly created
 has now 2 lines
 added a line in windows
+added a line in oedit to nl.s on file system

>> jsvn ci -m nl.s_native_edited
Sending        nl.s
Transmitting file data .svn: E204899: Commit failed (details follow):
svn: E204899: Input length = 1

>> jsvn diff
>> jsvn pl -v nl.s
Properties on 'nl.s':
  svn:mime-type
    text/x-asm
  svn:eol-style
    native\


nl.s on USS correctly in EBCDIC with 0x15 LF characters (called Newline on
USS)
 0000 94898489 F2409485 94828599 409585A6 .....@......@... midi2 member new
 0010 93A84083 998581A3 85841588 81A24095 ..@...........@. ly created.has n
 0020 96A640F2 40938995 85A21581 84848584 ..@.@........... ow 2 lines.added
 0030 40814093 89958540 899540A6 89958496 @.@....@..@.....  a line in windo
 0040 A6A21581 84848584 40814093 89958540 ........@.@....@ ws.added a line
 0050 89954096 858489A3 40A39640 95934BA2 ..@.....@..@..K. in oedit to nl.s
 0060 40969540 86899385 40A2A8A2 A3859415 @..@....@.......  on file system.


nl.s on windows checked out with correct CRLF line endings:
 0000 6D696469 32206D65 6D626572 206E6577 midi2 member new _....._._....>..
 0010 6C792063 72656174 65640D0A 68617320 ly created..has  %...../....../..
 0020 6E6F7720 32206C69 6E65730D 0A616464 now 2 lines..add >?....%.>..../..
 0030 65642061 206C696E 6520696E 2077696E ed a line in win .../.%.>...>...>
 0040 646F7773 0D0A6164 64656420 61206C69 dows..added a li .?..../...../.%.
 0050 6E652069 6E206F65 64697420 746F206E ne in oedit to n >...>.?......?.>
 0060 6C2E7320 6F6E2066 696C6520 73797374 l.s on file syst %...?>...%......
 0070 656D0D0A                            em..             ._..


-- 
View this message in context: 
http://old.nabble.com/global-charset%3DIBM1047-not-working-on-svnkit1.7.4-tp34236764p34301336.html
Sent from the SVNKit - Users mailing list archive at Nabble.com.


Reply via email to