|
how to change ownership recursively with .<filename> files
i have this subversion checkout which has wrong owners inside some of the .svn directories.
chown -R owner:owner /path/to/project
that doesn't seem to catch the .svn directories.
how can i achieve this?
__________________
testing 1 2 3
|