Bazaar is a free distributed version control system (DVCS).
-1
votes
1answer
41 views
closed source version control software [closed]
Why would some people purchase closed source version control software (such as Code co-op and plastic SCM) while there are many open source software like git, Mercurial and Bazaar? Does closed source ...
-1
votes
1answer
42 views
Version Control Software for Python Development [closed]
I am looking for a version control software that works best for python development. I found that Mercurial, Bazaar, and Codeville are written in Python, so I think it would be easy for python users to ...
1
vote
1answer
15 views
Bzr gui commit tool - is one there?
Is there a gui commit tool for bzr, similar to git gui? The most important feature for me would be ability to break edits into separate commits.
1
vote
1answer
22 views
BZR checkout from remote to local
I have a directory named "SAMPLE" for version control located in the remote server, How can I checkout "SAMPLE" to a specific directory in my local computer?
0
votes
1answer
16 views
Bzr subrepository for library
I'm working on a couple of PHP projects. One is an application, the other is a library that supports that application. Previously I've used a mercurial setup where the library was a subrepository ...
0
votes
1answer
27 views
How to remove a version in the main branch by bazaar?
I have a main branch located on the server (launchpad.net). I want to remove the last version which is bad, but not sure how to achieve that. Thanks!
1
vote
1answer
26 views
Using bzr with SFTP on Windows/Cygwin
Note: I'm not sure if this belongs on ServerFault or StackOverflow
I'm currently working on a project which has an SFTP-only bzr repository. All works fine using my Linux machine, but when using ...
0
votes
1answer
19 views
How to remove a “commit branch” in bazaar?
I have a trunk branch "A", and a testing branch "B".
"B" is branched from "A".
Now I want to merge "B" into "A", and did a "bzr merge -pull ${HOME}/B" under "A".
Then I realize that if now I do a ...
0
votes
0answers
23 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
14 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
27 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
28 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
25 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
22 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
54 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 ...
1
vote
0answers
75 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
26 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
26 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
77 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
17 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
48 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
48 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
24 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
16 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
27 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
15 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
49 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
97 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
53 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
58 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
34 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 ...
5
votes
1answer
152 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
18 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
21 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
30 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
30 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
41 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
29 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
95 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
103 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
45 views
Bazaar launchpad-login issue
I have registered on launchpad website but every time I attempt to execute
bzr launchpad-login [email protected]
It gives me this error
bzr: ERROR: The user name [email protected] is not ...
1
vote
1answer
90 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
58 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
34 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?