Credential Issue?
New to Bazaar/Bazaar Explorer... I am attempting to "checkout" code from a URL that has brz branch I would like to manage. Everything works fine, working tree is populated correctly and I can checkout the source to edit, launches the editor and records changes, however I cannot Commit the changes to remote server. Error is:
bzr: ERROR: Cannot lock LockDir(http://
I assume it has something to do with ownership/privilege on the server but don't see anything in the docs to help.
Any help is greatly appreciated.
John
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- 2010-03-25
- Last reply:
- 2010-04-10
Launchpad Janitor (janitor) said : | #1 |
This question was expired because it remained in the 'Open' state without activity for the last 15 days.
Alexander Belchenko (bialix) said : | #2 |
You cannot commit directly to the branch which is accessed via http:// URL, because http is read-only transport. You need to checkout from sftp/ftp, bzr+ssh or bzr server.
Can you help with this problem?
Provide an answer of your own, or ask ervinsonoma for more information if necessary.