What Does 'SVN: not a versioned resource' Mean After a Commit?
This Subversion error usually occurs when the following actions are performed:
- a translation is created with File_A read from the repository
- you delete File_A from the repository
- you try to commit the translation with the Only completed files option enabled.
A
sync would delete the file from the translation, however if that's not what you want, you must recover the file from the repository and add it again, then perform a
sync.