how to give multiline comments for svnmucc put command

satheesh
satheesh
Hi,     I need to give multiline comment in svnmucc put command. if i use file with -F option in svnmucc put command,     its shows error "svnmucc: E125005: Cannot accept non-LF line endings in 'svn:log' property"     How can i give multiline command in svnmucc.exe     am using svn 1.7 in my windows 7        thanks in advance.

Last updated

andyl
andyl
Create your file with LF line endings (most text editors worth using have a menu function to convert your EOLs to that, very simple). Windows default is CRLF, the sane world uses LF.
satheesh
satheesh
Is any other server settings are there to change this line endings.... ?  Because in python, we directly write the variable(log) to the file.
andyl
andyl
satheesh;130645Is any other server settings are there to change this line endings.... ?[/quote]The error you're getting is coming from svnmucc, not the server. Why would changing anything at the server make a difference?    SVN internally normalizes everything to LF, AFAIK.    [QUOTE=satheesh;130645]Because in python, we directly write the variable(log) to the file.
So make your python script output LF (\n) instead of CRLF (\r\n) or CR (\r).

1-4 of 4

Reply to this discussion

You cannot edit posts or make replies: You should be logged in before you can post.