Orilink:
http://cache.baiducontent.com/c?m= 9f65cb4a8c8507ed4fece76310489d2d0e54f73c6bca814623928448e53919161b71e3cd73794e53c4c50a3152e91a4bea8677366b1420c1cd9fcc5dd Dcdc478388851723a40914164825eef8b11798737902cb7f248beadf044d1f9928c841512910e596d8086dd0d5c4f9d39e71447a2fbc70f53044de6fa 3012a51f28778b661df611f6b6627907f0b097005bc25ac7616780ae45e17952f544f8590c2534b74cc71f50566ebd1e7e&p= 882a9543d1970eb44ba9cc2d0214c6&newp=8565c64ad4934eaf5eeac5645a4188231610db2151d6d712&user=baidu&fm =sc&query=db/txn-current-lock&qid=83b4715100015ccb&p1=1
Installing and configuring Subversion on the test server today was a smooth one, and then there was a problem when submitting the code from the client via SVN, which reported an error: Can ' t open file '/data/svn/dev/ Txn-current-lock': Permission denied. Prompt does not have permission.
Later I looked up the data to know that because the repository is created with root permissions, so SVN users can not update the db/directory. The solution is to put the db/
sudo chown sunyj -R db
Cant Open File/data/svn/dev/db/txn-current-lock:permission denied solution