which permission should be for client svn folder?(Ubuntu)
the case:
I should download files from svn server to my computer and able to do all svn action as programmer that doing change in the code(update etc..).
Default folder permission enforce working with sudo, Soo i think to change folder permission to 755.
Thanks, Yosef
The default folder permissions are 0755 on Linux. If you're asking whether or not you should change folder permissions to something other than that, the answer is almost certainly "no."
Update: It sounds like you have an ownership issue based on your comments. To change ownership to your user and your user's group, use the following:
So for your case, if your username is
yosef
and you had usedsvn co
in/home/yosef/some_svn_repo_you_checked_out
, your command would be: