Reputation: 3
kinda having a big problem here: I've mounted a networkdrive to Z:\ there are some SVN repositories stored on that drive. (Created with TortoiseSVN -> RightMouseButton -> TortoiseSVN -> Create Repository here).
Everthing worked fine until now. I wanted to commit a change and got the following error message:
Commit failed (details follow): Can't close file 'Z:\SVN\Software\Plugins\Imaging\Test\db\transactions\0-f.txn\changes': Zugriff verweigert (It's german for: access denied)
I do have full access to that folder! Even if I log in as local or domain administrator I keep getting this error message.
Here is what I tried:
Any suggestions why on earth I keep getting that message?
Upvotes: 0
Views: 470
Reputation: 366
It's not recommended to store repositories on a network share and access them using the file:// protocol: http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-repository.html#tsvn-repository-local-share
If you need to access the repositories over the network it's worth setting up the server for access via the svn://, svn+ssh:// or http:// protocols - there's details on how linked from the page I mention above, or the svn book: http://svnbook.red-bean.com/
Upvotes: 1