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
1 answer

Patching bazaar explorer

In launching bazar explorer in macosx, a common error arises when i try to view the repository, it say "too many files", a solution has been posted by using a patch over at bazars website (https://bugs.launchpad.net/bzr-explorer/+bug/926439) .... My…
moriation
  • 13
  • 4
0
votes
1 answer

Converting bzr's triple revision numbers

bzr annotate gives revision numbers of the form a.b.c where a is the revision that was branched off; for our workflow it's more interesting to know in which revision this changed was merged back into the current repo. Can I get bzr to tell me this…
Max
  • 1,620
  • 15
  • 22
0
votes
1 answer

Running CVS in console upsets BZR by changing output encoding

I am using both cvs and bzr for versioning and prefer running both in a powershell console. But when I run cvs, it changes the console encoding, which makes bzr throw error messages. I tried setting $OutputEncoding to UTF-8 in my PSProfile and then…
Kenned
  • 568
  • 4
  • 11
0
votes
1 answer

Can I bzr-upload only a subset of my working tree to my web server?

I just discovered the bzr-upload plugin and thought it was the answer to all of my web deployment problems until I discovered one huge, glaring flaw: If your document root is in a subfolder of your working tree (e.g., /www), bzr-upload is pretty…
Adam Siler
  • 1,986
  • 5
  • 22
  • 26
0
votes
1 answer

Bazaar offline + branches

I have a Bazaar repository on Host A with multiple branches. This is my main repository. Until now, I have been doing checkouts on my other machines and committing directly to the main repository. However, now I am consolidating all my work to my…
Sohail
  • 3,020
  • 1
  • 25
  • 23
0
votes
0 answers

Can't run eclipse project imported from Bazaar

I'm trying to run a project imported from Bazaar repository. I wasn't able to make it work, there is some message "The selection cannot be launched, and there is no recent launches". Any workaround on this?
kishidp
  • 1,918
  • 6
  • 23
  • 29
0
votes
1 answer

Bzr no working tree actual sources storage

A question I could not answer from the bazaar documentation. If I have a shared repository with branches having no working trees. So the branches folders only have a .bzr/ folder, not a single source code file or whatsoever I might be version…
CoolStraw
  • 5,282
  • 8
  • 42
  • 64
0
votes
1 answer

Forcing Beyond Compare to use tabs when used as an external diff tool in Bazaar Explorer

I'm trying to use Beyond Compare as my diff tool in Bazaar Explorer. In Settings > Configuration > User Configuration > Diff I added Name: Beyond Compare Command: C:\Program Files (x86)\Beyond Compare 3\BComp.exe Note: No quotes. This works fine, as…
rwb
  • 4,309
  • 8
  • 36
  • 59
0
votes
1 answer

Bazaar Explorer hangs when parent branch is unreachable

I created a shared repository on my laptop. In that repository, I created a branch named trunk. Then I created an unbound branch of trunk on my desktop so I could do work on either machine and sync my changes manually. This works pretty well except…
Adam Siler
  • 1,986
  • 5
  • 22
  • 26
0
votes
1 answer

passing parameters to batch from java works but without result

I'm trying to add version control to my web server (on windows, I know...) and I need to use a batch script to do automatic adds and commits. Here is what I have now : public static void bzr_add(String path, String commit) throws IOException { …
0
votes
1 answer

Force bazaar client protocol to use servers protocol 2?

I got ubuntu 12.04 with bazaar 2.5.1 and want to access a repository on a bazaar 1.5 server. The server understands only bazaars protocol version 2 ,but the client tries to connect with version 3. How can i force the client to use version 2 of the…
Don Question
  • 11,227
  • 5
  • 36
  • 54
0
votes
2 answers

automate bzr diff and bzr pull

To automate bazaar version control system with any changes in version control system (server) branch it will automate pull to locale node to get the difference between branch created on version control system (server) and local node by bzr…
Rupesh
  • 1
0
votes
2 answers

Chef solo with Bazaar version control system

I created recipes in chef solo with following command bzr init bzr branch sftp://username@ip/~/branch-name up to bzr init it will work but second command it requires password for username is there any method or option that i can use to send…
Rupesh
  • 1
0
votes
2 answers

How can bzr know about launchpad?

I'm a git user, and I'd like to clone a repository for a project hosted on Launchpad, which uses bzr instead. On the guide they suggest me to run bzr branch lp:zim (where "zim" is the project). I'm wondering how is bzr aware of what "lp" means. Is…
Dacav
  • 13,590
  • 11
  • 60
  • 87
0
votes
1 answer

Pulling/Pushing/Merging changes up a branch with Bazaar

I'm currently experimenting with Bazaar, trying to find a configuration that works well for the project I am currently working on with a team of developers. Our model is currently centralised but I am open to persuasion about changing this if I can…
Matt Esch
  • 22,661
  • 8
  • 53
  • 51
1 2 3
37
38