Questions tagged [bzr-svn]

The Subversion plugin for Bazaar.

13 questions
4
votes
1 answer

How to save subversion password with bzr-svn

I am using bzr-svn to chekout svn repositories using bazaar. But bzr-svn asks for passwords everytime, I searched the web to find out about authentication.conf I put the following section authentication.conf [something] scheme=svn+http #tried…
hayalci
  • 4,089
  • 2
  • 27
  • 30
4
votes
1 answer

bzr-svn out of memory error

When I try to do a bzr branch from my svn repository I get an out of memory error. The svn repository is very large. Is there a way to give bzr more memory?
cquillen
  • 1,287
  • 2
  • 9
  • 14
3
votes
1 answer

How to export a bazaar branch into a new subversion repository and then pull/push from it

I've been working on a project, using Bazaar as a version control system. Now I have to work with people offshore, and they only want to use SVN. What I have: My bazaar branch with its files and revisions. A brand new subversion repository. What I…
ZeWaren
  • 3,978
  • 2
  • 20
  • 21
2
votes
3 answers

how to switch from svn to bzr for working locally

i have imported(checkout) some read-only repository on the Internet $ svn co http://some.repo/at/somesite read-only now i want to work on this read-only (also i have better experience with bzr than svn) ,so i want to change this repository from…
jspeshu
  • 1,211
  • 3
  • 12
  • 20
1
vote
1 answer

How to insert bzr revision number to each revision controlled file as a comment during commit and/or push

We use bzr as the version control system at work and we've come to realize that in a certain project, it would be quite handy if each of the revision controlled files had the revision number as a comment on the first line of each file. In a…
msvalkon
  • 11,887
  • 2
  • 42
  • 38
1
vote
3 answers

Do you have a clever hack to work around svn:externals not being supported in bzr-svn

I'm using bzr to access a Subversion repository. Which is great, but the repository uses quite a few svn:externals properties to bring in code from related projects. Bzr-svn doesn't support svn:externals yet. Is there a good way to work around…
Darcy Casselman
  • 2,574
  • 3
  • 24
  • 26
1
vote
2 answers

How can I merge new previously-uncommitted changes from a former subversion working directory into a newly imported bazaar repository?

I had upgraded to Ubuntu server 10.04 - however it removed SVK which I had been using for distributed-vc needs, as much of my old projects were still wrapped up in self-hosted subversion repositories on various servers. This was working adequately…
Fai
  • 11
  • 1
1
vote
1 answer

why I cannot run bzr explorer

I have python as seen in which python and also ➜ ~ brew install qt Warning: qt-4.8.6 already installed ➜ ~ brew install pyqt Warning: pyqt-4.10.4 already installed but then I try to run on my OSX: ➜ ~ bzr explorer and gets this…
Elad Benda2
  • 13,852
  • 29
  • 82
  • 157
0
votes
3 answers

how to fetch only recent updates from a svn repository using bzr that already imported the repo

I once did a repository fetch from google using bzr from a svn repo like this bzr svn-import http://feedparser.googlecode.com/svn/ feedparser cd feedparser bzr branch trunk mybranch cd mybranch bzr checkout now the repository svn repo (…
jspeshu
  • 1,211
  • 3
  • 12
  • 20
0
votes
1 answer

push commits to my branch in launchpad

I have launchpad repo which I'm pushing commits, and my friend wants to push a patch file into it but when he tried he got this error. $ bzr push :parent bzr: ERROR: Cannot lock…
Sudheera
  • 1,727
  • 1
  • 12
  • 28
0
votes
1 answer

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" still shows all 10 versions in the repository.
Hailiang Zhang
  • 17,604
  • 23
  • 71
  • 117
0
votes
1 answer

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!
Hailiang Zhang
  • 17,604
  • 23
  • 71
  • 117
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