So I've got a two-part problem that I can't figure out. I know I'm not supposed to ask two questions together, but I can't tell if they are related or not.
# ls -l lzp.xml
-rwxrwxr-x. 1 user group 49341 Sep 19 2018 lzp.xml
# svn stat | grep lzp
# svn stat -v | grep lzp
D 6896 6209 username lzp.xml
Why is this file, with the "to be deleted" flag active, not showing up in a standard svn stat command?
# svn revert lzp.xml
# svn stat -v | grep lzp
D 6896 6209 username lzp.xml
Why is revert not clearing the D flag, and how can I clear it?
svn cleanupbefore further resolving the issue – Tagwint Jun 09 '20 at 15:43svn cleanupgenerated no output and did nothing obvious that I can see. – hymie Jun 09 '20 at 16:15
– Tagwint Jun 09 '20 at 16:33svn st -vu(status respecting the server status) 2. make another working copy of this folder in some other folder and compare that to this one. 3. execsvn log -v lzp.xmlin both working copies and compare the output