You are here: All articles » Programming » How to solve "can't open activity db - access is denied" for SVN commits
-
How to solve "can't open activity db - access is denied" for SVN commits
written: 17 years ago category: Programming Previous Next
I somehow messed up the file privileges of a rsync'd SVN repository on a Windows server. Most probably it was rsync/cygwin which broke something here. After fiddling around with the folders and files I just zipped the complete directory of the repository, deleted the original files and then unzipped the zipfile again - works perfectly now! A ZIP file cannot store given privileges of files and folder. But be aware that RAR can, so prefer ZIP!
Leave a comment