I copyd a directory from a working copy, but found .svn directory in my copyd directory. I want to delete the .svn directory, I tried rm -fr .svn, but say Operation not permitted.
So, how to delete those .svn directory? thank you
I copyd a directory from a working copy, but found .svn directory in my
Share
If it says not permitted it means that there is a problem with access rights. If you can, run as root.
Also, SVN keeps a
.svndirectory in each project directory. so, you’ll have to do something likeNote: both uses of
sudoabove are needed only when there are problems with access rightsWhy is this related to access rights? See here.
Running a strace gives a
and this is what’s reported