Permission denied when cleaning up
From: Thiago Melo de Paula <thiagomp_at_gmail.com>
Date: Wed, 1 Dec 2010 18:45:48 +0800
Hello guys,
I'm doing a simple cleanup in a directory and I'm getting the following
$ svn cleanup
To be sure that all files and directories will be writable, I did the
$ find ./ -type d -name "*" -exec chmod 777 {} \; && find ./ -type f -exec
after that, all my files can be modified by anyone and the directories
Here is the version of the client that I'm using:
Do you know what can be the issue?
Thanks for the help.
Cheers,
Thiago
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.