Reputation: 67
Hi i have been running a make file to get the source code from the repository but there has been an error in the process it says:
"cvs [checkout aborted]: cannot rename file xxxx.MSBuild.Interop.dll to xxxx.MSBuild.Interop.dll: Permission denied"
i have searched for this problem but i haven't been able to find some good answer or solution of this problem...
if you have cvs knowledge i ll be grateful if u can help me here. Thanks
Upvotes: 0
Views: 924
Reputation: 343
I have the same problem with VirtualBox mount points. Filesystem vboxsf doesn't allow to checkout with CVS, my error was:
cvs [checkout aborted]: cannot rename file .new.FILE1. to FILE1.php: No such file or directory
Try to play users groups, permissions and even symbolic link on local VM, no way to get it works. Same thing with permissions on Windows (host) side.
I have to checkout on local directory and then copy to vboxsf mount point, from host or local VM.
Upvotes: 1