bzr-svn

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 this limitation? ...

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? ...

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 http only or svn only host=uuuuuu.com path=/svn/project #tried without stating path u...