Questions tagged [bazaar-plugins]

17 questions
4
votes
1 answer

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 authentication.conf [something] scheme=svn+http #tried…
hayalci
  • 4,089
  • 2
  • 27
  • 30
2
votes
2 answers

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 servers. This process should be semi-automatic, once we…
rbnvrw
  • 347
  • 3
  • 15
1
vote
1 answer

Bazaar: How to export just changed file of some specific revision?

I'm wonder if there is anyway to just export files that have changed in specific revision. e.g : I have branch with three files : file.php file.js file.css Just file.js has changed in last commit. How to use export command to just export changed…
Omid
  • 4,575
  • 9
  • 43
  • 74
1
vote
1 answer

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 happened --> the "remote" branch still needs to be…
Gil.I
  • 895
  • 12
  • 23
1
vote
1 answer

Bzr Explorer used for Git repositories

I have been using Bazaar as version control system since many years and I am evaluating a migration to Git. The issue that keeps me off has nothing to do with git itself but with its GUI: Bzr Explorer has many features that lack in Git GUI…
1
vote
1 answer

bazaar remote stacked branches with "working tree"

I've worked w/bzr (bazaar vcs) for some time, and decided to rebranch a number of apps as stacked-on a core trunk (to help conserver history resources). For published web apps, the workflow included bzr push…
CNSKnight
  • 567
  • 7
  • 14
1
vote
1 answer

DHIS2 - Eclipse Import Issue using Bazaar

After download the project using, bzr branch lp:~dhis2-devs-core/dhis2/2.18 I am getting the following error when trying to import DHIS2 project using Bazaar into Eclipse EE Luna Version 4.4.2: [Error 206] The filename or extension is too long: u …
user3141985
  • 1,395
  • 4
  • 17
  • 36
1
vote
1 answer

bzr How to create a commit hook?

I am trying to make my first commit hook and it is not working. I got the idea from here http://doc.bazaar.canonical.com/beta/en/user-guide/hooks.html What I am trying todo is to start by making my own custom commit message. but this does not work.…
Hello-World
  • 9,277
  • 23
  • 88
  • 154
1
vote
1 answer

Bzr pull does not work

The branch I am trying to pull has a few files which are over 500 mb. I noticed if I use bzr pull I am unable to download it. I think the connection is getting a timeout. Is there a way I can keep the connection alive like set timeout = 30 secs…
Vishal Khialani
  • 2,557
  • 6
  • 38
  • 49
1
vote
1 answer

how to install a bzr plugin?

For a novice, the steps required to can install the bzr plugin push-and-update are not clear. The plugin is described here in the bzr documentation, and there is another documentation page that explains how to install plugins But there is no clear…
Abe
  • 12,956
  • 12
  • 51
  • 72
0
votes
1 answer

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, Bzr provides hooks to do some tricks within the…
Mario Mueller
  • 1,450
  • 2
  • 13
  • 16
0
votes
1 answer

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 in the file. How do I get a list of the modified…
Jrgns
  • 24,699
  • 18
  • 71
  • 77
0
votes
1 answer

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 press on the "diff" option under modified files ,…
Gil.I
  • 895
  • 12
  • 23
0
votes
1 answer

Bazaar pre-commit hook with parameter

I wrote a pre-commit hook for bazaar which checks some syntax issues in our code. Something similar to: http://bazaar.launchpad.net/~bialix/%2Bjunk/checkeol/annotate/head%3A/__init__.py Everything works, however, I would like to additionally add a…
pisoir
  • 192
  • 3
  • 13
0
votes
1 answer

Bazaar version control - Multiple repositories / sub modules possible?

Is it possible to have multiple repositories / sub modules? If so, how?
mjs
  • 21,431
  • 31
  • 118
  • 200
1
2