Tagged Questions
The bazaar-plugins tag has no wiki summary.
4
votes
1answer
382 views
How to save subversion password with bzr-svn
I am using bzr-svn to chekout svn repositories using bazaar. But bzr-svn asks for passwords everytime, I searched the web to find out about authentication.conf
I put the following section ...
2
votes
2answers
65 views
How do I use a VCS for my websites?
We have a small company and we have developed our own CMS in PHP/MySQL.
The code is stored in local files and in the database.
We'd like to be able to update the code of the CMS on our client's ...
1
vote
1answer
34 views
Push and update plugin
1.I was trying to use the push-and-update plugin and failed. after solving the reported error (i change the plugin folder name to push_and_update) all errors disappeared , but its seems that nothing ...
0
votes
1answer
33 views
Default diff in bazaar gui
I'm using bzr latest version (2.4.1.1) with QBZR.
My default diff is defined as exteranl software (beyond compare).
When i press "diff" in commit window , the external software will run.
but when i ...
0
votes
1answer
210 views
Bazaar: Modify file content before commit via hook?
I'm switching from SVN to Bzr for my private projects. There is one feature missing for me, which SVN provides: The replacement of a $Id:$ placeholder with the latest version identification. So far, ...
0
votes
1answer
1k views
Bazaar plugin: List of modified files on pre-commit hook
I want to write a Bazaar plugin that performs some actions one the modified files before they are committed. Things like checking for syntax errors, and warning the commiter if there are still TODO's ...