I can't make this go away and I've tried everything. I don't really care how horrible and hacky the answer is, I just want it to go away. Can anyone help? Thanks.
EDIT:
I'm trying to basic commands, i.e.
cd MyDirectory/ svn update
If you've ever gotten the following error, you might need to reset the file permissions and ownership on all of your project files, including the hidden subversion files (located in the . svn folders).
In the Windows Explorer go to D:\Repositories where your repository is located then right-click on Repositories folder then Properties then Edit Permissions tab and allow all full control to everyone.
You might not have write permission on the directory
sudo chown -R $(id -u):$(id -g) MyDirectory chmod -R u+w MyDirectory
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With