View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000715 | Subversion for OS/2 & eCS | Bug | public | 2020-08-22 01:50 | 2020-08-22 18:16 |
Reporter | LewisR | Assigned To | psmedley | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Summary | 0000715: Subversion 1.14 skips line endings in console output | ||||
Description | svn.exe (and likely the other executables) seems to wrap text in the command window instead of properly breaking. | ||||
Steps To Reproduce | Perform an operation requiring authentication. | ||||
Additional Information | {0}[j:\subversion] svn up j:\devel\svn14-snap-test\ Updating 'J:/devel/svn14-snap-test': Authentication realm: <svn://hawking:3691> c7a4dfb0-a67f-11ea-8391-9fa00ff01a97 Password for 'root': | ||||
Tags | No tags attached. | ||||
|
Investigating now... using Andi's example from os2world of: Log message unchanged or not specified (a)bort, (c)ontinue, (e)dit: The actual code in subversion\svn\util.c is: SVN_ERR(svn_cmdline_prompt_user2 (&reply, _("\nLog message unchanged or not specified\n" "(a)bort, (c)ontinue, (e)dit:\n"), NULL, pool)); so I need to work out what SVN_ERR is doing with that string... |