I am having difficulties checking out a working copy of a repository.
My situation:
I mount a drive from a virtual machine that I have setup with parallels. I use cornerstone to check out a working copy to that mounted drive, I then get the error
Description : Can't move '/Volumes/www/html/rep/.svn/tmp/entries' to '/Volumes/www/html/rep/.svn/entries': Operation not permitted
I've searched for help, the only resolution i've read is to modify the permissions via the following command:
chflags -R nouchg *
However, the provider I am using does not support ssh! Is it possible to change these permissions without ssh? I have access to http and https.
My situation:
I mount a drive from a virtual machine that I have setup with parallels. I use cornerstone to check out a working copy to that mounted drive, I then get the error
Description : Can't move '/Volumes/www/html/rep/.svn/tmp/entries' to '/Volumes/www/html/rep/.svn/entries': Operation not permitted
I've searched for help, the only resolution i've read is to modify the permissions via the following command:
chflags -R nouchg *
However, the provider I am using does not support ssh! Is it possible to change these permissions without ssh? I have access to http and https.