Questions tagged [bazaar]

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

Bazaar is a free distributed version control system that helps you track project history over time and to collaborate easily with others. Whether you're a single developer, a co-located team or a community of developers scattered across the world, Bazaar scales and adapts to meet your needs. Part of the GNU Project, Bazaar is free software sponsored by Canonical.

Please report bugs to the bug tracker instead of posting them here on StackOverflow.

559 questions
0
votes
4 answers

Which open source forges for bzr/bazaar?

I'm looking for an open source forge that we can host in our lab for some private projetcs. Our favorite DVCS is bzr so this forge must support bzr repositories. While Launchpad is open source, this forge does not seem to be admin-friendly for…
ascobol
  • 7,554
  • 7
  • 49
  • 70
0
votes
1 answer

Bazaar unrecognised value for BZR_SSH

I have tried out bzr-2.5.1-1-setup as well as bzr-2.6b1-1-setup. Also I set the variable: BZR_SSH to C:\Program Files (x86)\putty\PLINK.EXE (here is the putty software located). I always get the message: Unrecognised value for BZR_SSH environment…
len
  • 749
  • 1
  • 8
  • 23
0
votes
3 answers

Development of a library in distributed version control system (bazaar)

I am relatively new to bazaar (primarily used cvs, then subversion, and at my current job we're using SourceUnsafe). My current development environment is structured like this: \dev (shared repository) \trunk \project1 …
FryGuy
  • 8,614
  • 3
  • 33
  • 47
0
votes
1 answer

git fast-import in specific branch

I have some Bazaar repositories and branches which I would like to import to git. Fast-export and fast-import works well: bzr fast-export ../c | git fast-import Unfortunately this does not support branches at all. I even try to change the current…
Charles
  • 11,367
  • 10
  • 77
  • 114
0
votes
1 answer

bzr equivalent of svn mergeinfo

In my current svn repository I use the command: svn mergeinfo --show-revs eligible ^/trunk ^/branches/testing to get revisions to merge in a format processable by a program. Does someone know if there is an equivalent command in bazaar?
Steros
  • 141
  • 1
  • 6
0
votes
1 answer

moving from bzr to git: how to put a branch on top of another one

I have searched a solution for weeks, but I wasn't lucky. I have a bazaar repo with 5 years of history (up to 2011). When I started working on this project (2011), I was using svn, so the "manager" just gave me a tarball with the sources of the…
andrea
  • 151
  • 1
  • 8
0
votes
1 answer

Can't push bazaar repository into git using dpush

I am not able to push a bazaar repository into Git. I have used this command : bzr dpush git+ssh://git@github.com/harsh-a1/dhis_2.22.git,branch=master Am getting the following error: bzr: ERROR: The file id "None" is not present in the tree …
harsh atal
  • 411
  • 6
  • 16
0
votes
1 answer

In Bazaar (bzr), How to show log of only commits which were done in a specific branch nick?

In Mercurial (hg), a user can enter the following command -- hg log --branch branchName This shows only the commits which were done against a specific named branch. What bzr command can give me the same functionality? I could not find an option for…
Kevin Carrasco
  • 1,042
  • 7
  • 9
0
votes
1 answer

Proper commands for Bazaar?

I am having some difficulty figuring out which Bazaar commands to use... Suppose I have a local branch named "test" in a folder of the same name: When I initially get the branch, I type: cd test bzr pull lp:project_name To commit local changes,…
Nathan Osman
  • 71,149
  • 71
  • 256
  • 361
0
votes
2 answers

convert from cvs to bzr

cvsps-import doesn't support pserver bzr-fastimport doesn't support remote locations tailor is too hard bzrcvsserve isn't a conversion tool SourceForge is remote, uses pserve and many python bookmark projects (what I'm looking for) are in…
Delirium tremens
  • 4,623
  • 9
  • 46
  • 59
0
votes
2 answers

renaming repository folder

When I rename my repository folder in Nautilus, Bazaar can't open it any longer. In All Commands, there is a renames command, but it's not what I want. Bazaar claims to have the best renaming, so in the other VCSs, is everything unrenameable? What's…
Delirium tremens
  • 4,623
  • 9
  • 46
  • 59
0
votes
1 answer

Append git repo to original repo

I have the following situation: I have an old git repo, that I at one point abandoned because I started using Bazaar instead, mainly because I wanted to use LaunchPad. At the time, it was not possible to convert the original git repo to bzr format,…
mok0
  • 1,101
  • 1
  • 9
  • 8
0
votes
1 answer

Creating a Bazaar branch from an offline SVN working copy?

I'm doing some offline development on my SVN working copy. Since I won't have access to the SVN repository for a while, I wanted to use Bazaar as a helper version control to keep the intermediate commit history before I commit everything back to the…
Igor Brejc
  • 18,714
  • 13
  • 76
  • 95
0
votes
1 answer

Get file size in bazaar

How can I get the size of a versioned file/files? This seems to be a very common operation but I can't find how (Am I missing something?). Well, I can get it indirectly by catting it and count the bytes but this is very slow. Any help would be…
NawaMan
  • 25,129
  • 10
  • 51
  • 77
0
votes
3 answers

Better Version Control (Distributed) - Minimum impact on sources - always possible to update

I am f...fed up with Subversion. Need a version control that: Can be used without affecting the sources with embedded files (like the Subversion .svn-directories), or having to check in and then check out (If you want to version control live…
Olav
  • 1,758
  • 4
  • 27
  • 49