Bazaar is a free distributed version control system (DVCS).

learn more… | top users | synonyms (1)

0
votes
0answers
20 views

Migration from QVCS to Bazaar

The company I'm working in uses QVCS as a version control system and it is now up to me, to migrate from this very old, unflexible and error-proun vcs to a newer one. After evaluating all the ...
0
votes
1answer
13 views

bzr: Softly undo last commit

How to revert the last commit and put the local changes into the worspace? in git I would do: git reset --soft HEAD^ How ccan I do that in bazaar?
1
vote
0answers
26 views

Gui client for Git [duplicate]

First of all, this is not a duplicated question. I'm using Bazaar Explorer for bzr version control. It works fine and fits all my needs but recently I found that Git works better than bzr so I ...
0
votes
2answers
25 views

Can bzr specify the major and minor version number?

At least by default, and committed version number is a single number with 1 increment. Can I specify the version number as major.minor when committing? Or there is another mechanism I overlooked?
1
vote
1answer
23 views

How to avoid .bzr.log (bazaar log file) being created or configure it to be in ~/.bazaar/ instead of ~/?

Is there a way to tell bzr not to log everything into ~/.bzr.log or alternatively configure it to drop the log file into ~/.bazaar/` instead?
0
votes
2answers
21 views

CVS equivalent of “bzr info”

I want to know the repository URL of a CVS branch. I know "bzr info" can list it, but haven't found its CVS equivalent after searching for a while. Thanks for any hint.
1
vote
2answers
47 views

How to add remote repository URL in Bazzar?

I am a git user but now I need to work on a project that is hosted on launchpad. I noticed that git and bzr are similar but apparently have some confusing differences. In git when you clone a remote ...
0
votes
0answers
65 views

How to migrate large bzr project with many branches to git and filter history

After several years of using bazaar (and launchpad), we're planning to migrate the FEniCS project over to Git. We have a few requirements for this migration, which make it rather complex: We want to ...
0
votes
1answer
12 views

how to migrate project with whole history into another bzr repository?

I have old bazaar repository; now I want to migrate some projects with whole commit history from it into particular nodes in new repository. How can I do this?
1
vote
1answer
21 views

How to find the revision of a bazaar working copy? (like hg parent)

In case you have an un-updated working tree in bazaar reported by bzr st working tree is out of date, run 'bzr update' how do you find out the working copy's revision number? (or the latest commit ...
1
vote
1answer
22 views

BZR: Is it possible to completely delete old revisions?

Is it possible to remove some old revisions in order to compact database? I don't mean to revert anything or remove sth from the middle. I would like to just delete from database everything older than ...
1
vote
2answers
54 views

bazaar checkout error

I am in folder where I have rwx rights and I tried this bzr branch bzr+ssh://bazaar.launchpad.net/%2Bbranch/openobject-addons/7.0/ I gave 'yes' when they asked to store public key But the following ...
0
votes
1answer
16 views

How to revert to a earlier version for a bzr parent directory from the branch?

I have a bzr repository "A" based on which I created a branch call "a". I revert "a" to a earlier version by "bzr uncommit", and want it affect on its parent "A" as well. I tried "bzr push :parent ...
2
votes
1answer
40 views

How to get list of all branch names in bzr server

I have forgot the name of a branch of bzr, Is there any way to get the names of all branches on a bzr server UPDATE: Forexample path to a branch on bzr server is: ...
0
votes
0answers
41 views

Bazaar CVS (bzr) with proxy (socks using tor)

I (on ubuntu) need to use bzr behind institute's proxy which restricts bzr to connect.So, is there anyway to connect it through socks proxy obtained by tor(vidalia) as i am not able to successfully ...
0
votes
0answers
18 views

setting up a launchpad ppa: “bzr builddeb” fails

i'm trying to setup a ppa for a library that i am writing. I've spent a couple of days now and slowly move forward, but now it seems i am stuck with an error because "bzr builddeb" cannot find the ...
0
votes
1answer
25 views

Is there any predictable issue in using the same working-tree/working-copy files under both VCS: bzr and git?

I.e, I want to have .bzr and .git in the same* folder and add/commit/push/pull with git and bzr independently from each other to their respective repos. My main fear is that one (maybe bzr) becomes ...
0
votes
1answer
14 views

How to upload a patch file for nvda by bazaar

I found these errors, when I try to commit a file to nvda main through bazaar. bzr: ERROR: Cannot lock LockDir(chroot-2373194732:///nvda/main/.bzr/branch/lock): Transport operation not possible: ...
1
vote
1answer
22 views

bzrlib version doesn't match the bzr program on OSX

Anytime I run bzr commands on OSX I get the following error message: bzr: WARNING: bzrlib version doesn't match the bzr program. This may indicate an installation problem. bzrlib is version 2.5.1 ...
1
vote
0answers
14 views

How do you point the current branch at the working directory in Bazaar VCS?

I am trying to set up Bazaar for our sites but am having trouble achieving the exact setup I want. Basically, I want one folder that contains all the information for each site, such as: ...
0
votes
2answers
39 views

Bazaar manage multiple branches at once

I'm using Bazaar quite some time now, but at the moment I'm searching a solution to the following problem: Assuming you've got several developers with everyone developing in its own branch, like ...
0
votes
1answer
72 views

How to download a bazaar repository with revision history without using the “bzr” Command Line Interface?

I tried downloading the bazar repository from launchpad with revision history using: bzr branch lp:<repo-name> This repository includes the .bzr directory which contains the revision history. ...
0
votes
1answer
44 views

Why bzr branch keep on being killed?

I am trying to branch the emacs trunk: $ mkdir emacs $ bzr init-repo emacs Shared repository with trees (format: 2a) Location: shared repository: emacs $ bzr branch ...
0
votes
1answer
43 views

Upgrade bugzilla on local machine (3.4.x to 4.2.x)

I've installed bugzilla Win32InstallPackages https://wiki.mozilla.org/Bugzilla:Win32InstallPackages its pretty easy, just download Bugzilla-Setup-3.4.8.exe file, follow steps and keep pressing Next ...
1
vote
1answer
32 views

Bazaar:Adding WorkingTree specific metadata

I would like to be able to set/get some custom attributes related to a working tree in bzr. These attributes could be used when I would start a build of the source in a particular working tree. For ...
0
votes
2answers
31 views

How to see diffs of ODT files in Bazaar?

By default, bzr diff does not show differences in binary files. However, a large part of ODT (open office, libre office) files contain XML data under the surface. (ODT stores xml data as an archive ...
2
votes
1answer
32 views

push a branch with pre-req to github

Say, from my original master, I made certain change to it and committed the change at time t1 I then pushed this to github (calling it branchA). Then I made some other change and committed it at time ...
4
votes
1answer
123 views

What is the state of Bazaar version control?

I am looking to start a project with distributed source control and am evaluating the different options. Looking at Bazaar, I stumbled over several articles (e.g. this) that development has slowed ...
0
votes
1answer
16 views

How to remove certain versions in bzr repository?

Say I have 10 versions in bzr repository, and I want to remove the last 2 versions. I tried "bzr revert -r -3", but it just revert the files to the second last version, and the following "bar log" ...
0
votes
2answers
19 views

How to get the files only from a bzr repository?

I meant, I don't need all the ".bzr" folders under each directory (I may have hundreds of nested ".bzr" folders); I want to check out those actual files only. Thanks!
0
votes
1answer
24 views

Can I cause a remote bazaar branch to pull from another branch?

We have a main trunk branch and various other feature and personal branches in a bazaar repostiry. We'd like to keep personal branches in sync with the main trunk but allow each developer to remotely ...
0
votes
1answer
23 views

can bzr show which files under the current directory has been added in the repository?

I know in cornerstone, the GUI will report which files are "added/deleted/conflict" from the repository. Does bzr have commands that could do similar things? Thanks!
0
votes
1answer
29 views

Repairing permissions for BZR

Recently there was mass chown-ing root:root on the server, so now I'm trying to repairer BZR permissions. Next error appears on committing code to master branch: Run command: bzr commit -m "[new ...
0
votes
0answers
30 views

eclipse and bazaar - branch remote project

I'm trying to create a new branch in my workspace to a remote project. I can check out the project with bzr using the bzr:// syntax. I can then branch that into eclipse. What I can't seem to do is ...
0
votes
0answers
10 views

BzrEclipse push/pull to parent

I begin with Bazaar development and I use Eclipse as IDE. I can commit, push and pull, but everytime I try to push or pull to launchpad, I have to specify the complete path. In command line, I can use ...
1
vote
1answer
28 views

bzrlib version doesn't match the bzr program

I have just upgrade ubuntu from 10.04 - 12.04 When I used bzr to update repo it has problem ~/source_code/openerputils/devenvsetup$ bzr status bzr: WARNING: bzrlib version doesn't match the bzr ...
1
vote
1answer
82 views

Migrate bazaar to git with commit-properties to link bugs fixed

We were using bazaar-vcs for some years but decided to migrate to git because of some long standing annoying bugs and stopped development of bzr. While using bazaar, we extensively used the "bug ...
0
votes
1answer
88 views

Gnu Make different exit status from script and shell

Basic code: def make_check(local, master, old_revno, old_revid, future_revno, future_revid, tree_delta, future_tree): try: check_call('make check', shell=True) except ...
0
votes
1answer
38 views

Bazaar launchpad-login issue

I have registered on launchpad website but every time I attempt to execute bzr launchpad-login username@email.com It gives me this error bzr: ERROR: The user name username@email.com is not ...
1
vote
1answer
81 views

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 ...
0
votes
1answer
50 views

Bazaar (bzr) VCS: Copy/clone file with history? i.e. “bzr copy”?

Q: Does Bazaar yet support the ability to duplicate a file and preserve history on both the original and cloned files? A couple of years ago I was evaluating Bazaar for my company's VCS. There's a ...
0
votes
1answer
33 views

What does “bzr check” do?

I recently saw the Bazaar command check, but not really sure what exactly it checks or verifies. Can anyone give me some info?
2
votes
3answers
93 views

A DRCS (git, bzr, merc) that has “pending changesets” like perforce?

We have perforce at work and one thing about it really seems to work quite well with the workflow and that is pending changesets. I can make a new pending changeset, assign changes to it, assign jira ...
0
votes
1answer
22 views

Changing the name of the remote repo in Bazaar

I want to change the name of my checkout repo in Bazaar but I am not sure if it will create any problems if I just rename the folder. Is there any way to do this safely ?
2
votes
3answers
245 views

Is there git blame gui similar to bzr qannotate?

As a former bzr user and novice to git I'm trying to find good GUI tool for git blame similar to bzr qannotate. The latter has 2 major views: file content viewer with short annotate information ...
0
votes
1answer
40 views

How do I supply my password to Bazaar so it can fetch my code from my remote server?

I have a codebase on a remote Linux server (in my private home directory). I am traveling and my internet connection is spotty, so I'd like to download the code locally, work on it, and then push ...
1
vote
2answers
49 views

How to undo bzr mv --auto

After doing a bzr mv --auto a deleted file and a new file have been incorrectly picked up as a moved file, and now show up as renamed under bzr status. How can I change this so that the new file is ...
3
votes
1answer
70 views

Remove a change from an ealier bazaar commit

I am working on a feature branch in bazaar. For the purposes of building the project locally, I modified a file locally (build), although I do not want this change to be included in my commits. Most ...
1
vote
1answer
55 views

Bazaar undoing pull from wrong location

I've accidentally pulled to my local bazaar repo from a wrong location. Fortunately my files have not been overwritten, as bazaar recognized the difference: bzr: ERROR: These branches have diverged. ...
0
votes
2answers
38 views

bzr update! Is it able to update only part of the branch?

I have a branch in local, eg. ~/project I only want to update the sub-directory ~/project/subdir1 and ignore all the other directory in ~/project. How could I do that?

1 2 3 4 5 9