Re: Why is svn displaying ! and ? on a file

2019-09-23 Thread Bo Berglund
On Mon, 23 Sep 2019 14:58:58 -0400, Mark Phippard wrote: >> D:\Engineering\Projects\Subversion\HW\TcpCommTest>svn status >> ! TCPCommTest.exe >> ? TcpCommTest.exe >> >> This was an unexpected response I have not seen before... >> >> The TcpComm.exe was about 19 Mb in size before the s

Re: Why is svn displaying ! and ? on a file

2019-09-23 Thread Mark Phippard
On Mon, Sep 23, 2019 at 2:25 PM Bo Berglund wrote: > I just checked out a project from SVN (1.9.7) and it took a lot > of time to get the executable. > This means that the exe file contains debugging symbols so I used > the command strip -s to clean the exe file. Sdomehow I had forgotten > this w

Why is svn displaying ! and ? on a file

2019-09-23 Thread Bo Berglund
I just checked out a project from SVN (1.9.7) and it took a lot of time to get the executable. This means that the exe file contains debugging symbols so I used the command strip -s to clean the exe file. Sdomehow I had forgotten this when it was committed 2 years ago. The strip worked fine and