Questions tagged [bzr]

7 questions
2
votes
1 answer

bazaar locations.conf does not exist

I have just started using bazaar 2.4.1 and have been following through the documentation: Introducing Bazaar Bazaar in five minutes ...continuing through chapter 1 and 2 creating repo's accordingly... I got to Configuring Bazaar -> Configuration…
JW.
  • 199
1
vote
1 answer

Launchpad says I don't have an SSH key, but I do

I keep trying to push to launchpad (or even connect via SSH), I keep getting an error: Launchpad user 'tay' doesn't have a registered SSH key Permission denied (publickey). Thing is, I DO have a registered SSH key on launchpad. How do I fix this?
1
vote
1 answer

Why won't my files push to my SFTP server?

I'm having trouble pushing my branch to an SFTP server. I'm following the instructions here. When I push the branch, everything seems to complete successfully. I get the message "Created new branch.", and if I do "bzr push" again, it says "No new…
Matthew
  • 15,036
1
vote
2 answers

How to Import Part of an SVN Repository into Bazaar

The Situation I am running bazaar 2.4.1 A 'project hosting' company hosts my svn repository for Project A at: https://svn.example.com/myrepo/trunk/ProjectA/ I do not have svn-admin access to the repo at svn.example.com. Within the projectA repo,…
JW.
  • 199
1
vote
1 answer

bzr portable runtime

I am looking for a portable (as in no-install needed, can-run-from pendrive) installation for Bzr with a graphical UI, a decentralized version control system. I would like to recommend it to my students, who have no admin privileges on lab…
tucuxi
  • 4,543
0
votes
2 answers

How to check if bzr "Tree is up to date" ? (to only build when necessary)

I'm setting up a script to download, build and install a big project (that uses bazaar) and want to trigger the build process only if the "bzr update" does NOT return "Tree is up to date at revision n" ; How can I do that ? Are there specific return…
yPhil
  • 2,651
0
votes
2 answers

Bazaar merge identical files

I have two Bazaar (bzr) repositories that have very similar content. I'm trying to identify the differences and incrementally synchronize. My current strategy is to bzr add files to both repos and then use bzr merge to identify and resolve…