Emacs users are unable to commit via bazaar to launchpad -


All emacs users on our development server are unable to make a market commitment to our development branch on the launchpad.

They receive this message:

  bzr: error: can not lock / .. /.bzr/checkout/dirstate: [Error 13] Permission denied: u '/../. I have double-checked all the permissions and everyone has their keys properly installed. I am using Vime and there is no problem. . 

Any other ideas?

Thank you, Jane

This error does not appear because something to do Not even with Launchpad's server side.

An error means that the beerger has failed to get the file system lock for the "checkout" part of the paste. The "checkout" in buzzer represents the check-out source files and associated metadata. What is it that makes it possible to run "bzr st", "bzr add" and similar commands?

Since you tell the problem as emacs-specific, it may be something wrong in the emacs mode you are using for the driving beer, whether it is VC, or DVC?

Generally, the VC does not do what you expect, because it is designed for centralized version control systems like RCS, SCCS, CVS and subversion. Be sure to check the DVC instead.

The way you phrase it, you suggest that all developers are working on the same branch on a shared development server to deliver distributed version control, this is a very unusual way, You should see that there are appropriate permissions in the .bzr / checkout directory for you to note that the setting bit on the rwxrwtr-x directory.

The best place to solve such problems is the #market channel on irc.freenode.net. Often many rounds are needed to diagnose and solve such problems, and IRC is a more suitable medium than stack overflow.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -