When I use the svn export
command, the folder structure is readonly (both folders and files). Is there a flag to tell it to export without read only flag? Here's the command I am currently using:
svn export --force "MySvnCheckoutDir" "PathToMyLocalDir"
Any help is appreciated