Before I do svn up, I would like to see what this operation will lead to. In particular, I would like to know in advance if one of my files goes into a conflict state, but also which files have changed. So is there any way to do this?
svn up
Yes, but not with svn up. You can use this command:
svn merge -–dry-run -r BASE:HEAD
Source: https://habr.com/ru/post/1757348/More articles:Конкатенация строк в Python - pythonUsing Bind in a TextBox displays related data outside the TextBox control - c #Any advantage of using "static" for private consts? - actionscriptCommand Line Arguments in C - cEnable J2EE Web Application Resource Cache - jsf-2Слайд в анимации при обновлении экрана на Android - androidFileStream: T-SQL vs Win32 - sql-serverInsert / Insert a File into a DOCX File - File Type Definition - .netHow to allow maven to run one test class with a non-default profile enabled? - unit-testingJquery authentication - javascriptAll Articles