SVN error E720005, permission denied on binary files -


i working svn on network windows shared drive. mapped drive letter. updated svn 1.7.7 1.8.0. worked many repos. today created new repos , continously having problems it. no other person yet accessing it.

i cannot commit binary files. exact same stuff working other projects, not new repos. adding text files works good, when commit binary file, .png fails.

adding  (bin)  sw\hw\system.bit transmitting file data .svn: e720005: commit failed (details follow): svn: e720005: can't set position pointer in file 'g:\projekt\p2sw\castle\6_softw are\svn\cte_5_hw_self_bip46\db\txn-protorevs\18-18.rev': zugriff verweigert 

so says "permission denied", have permissions, sure. not size, can commit bigger files, when text.

any suggestion welcome. thanks

i working svn on network windows shared drive.

no! bad developer! no donuts you!

permissions on windows tricky, if shared drives involved. should not use file:// protocol in instance. have problems permissions. don't use file:// on unix systems private repository. launch svnserve , use svn:// protocol.

it's simple setup svnserve on windows windows service. there quite few windows packages pack apache httpd , subversion together, , automatically setup you. there no reason use shared drive on windows , use file:// protocol.

check permissions of files , subdirectories in repository. though person using repository, there permission issue somewhere. go ahead , set service.


Comments