Tagged Questions
The bzr-svn tag has no wiki summary.
4
votes
1answer
378 views
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 ...
4
votes
1answer
645 views
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?
2
votes
1answer
149 views
How to export a baazar 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 ...
1
vote
1answer
80 views
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 ...
1
vote
3answers
311 views
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 ...
1
vote
2answers
155 views
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 ...
1
vote
3answers
521 views
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 ...
0
votes
3answers
75 views
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 ...