I wanted to rename a file called test.py to main.py. test.py is under subversion version control. I renamed the file directly, but realized later that I should have used svn rename instead.
Now svn status shows the following:
? main.py
! test.py
Any way to fix this ?
Rename it back, then use
svn rename?