I am using svn to work on a project that is hosted on GitHub and is facing some strange problem. Whenever I rename a package and try to commit the src directory (or any directory higher than the renamed directory), I get the message: "svn: COPY operations are only supported at the branch level"
Example:
I have a package com.mydomain.projectname.some.package .
When I rename it to com.mydomain.projectname.some.another.package and try to commit, I get this message.
The project is in the main branch of the GitHub repo, I check the trunk when using svn. I tried to create an identical branch and repeat the process, but still no luck. Did I miss some basic svn rules here?
Jit b source share