On Thu, 2008-09-25 at 19:51 -0400, Martin Steinmann wrote: > `/home/sipxbuild/src/main/RPMBUILD/sipXconfig/sipxconfig-3.11.6/plugins/ > counterpath/cmcprov/.svn/all-wcprops': Permission denied
"Permission denied" errors that are reported in regard to things in the .svn directories usually means that you accidentally did some activity in your working copy while logged in as a different user (usually root). There isn't a standardized way to recover from that. I would guess that doing 'chmod -R [your user name] /home/sipxbuild/src/main' (while root) will fix the problem by resetting the ownership of the entire working copy. Dale _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
