Loosing fate about "plays nice with others"
Jelmer Vernooij
jelmer at samba.org
Wed Aug 1 10:13:52 UTC 2012
On Wed, Aug 01, 2012 at 02:00:04AM +0200, Propadovic Nenad wrote:
> 2012/7/31 Jelmer Vernooij <jelmer at samba.org>
> > ...
> > bzr-hg isn't really maintained these days; I wouldn't recommend it.
> I think you are a lead developer of it? Are there still any plans to make
> it a success?
I was the main contributor to it for a while, but I'm not working on it
anymore. As far as I know nobody else is actively working on it at the
moment.
> > > But bzr-svn just seemed ready for the job - it's included by default,
> > seems
> > > well supported...
> > > Again, just my last try out of several:
> > >
> > > bzr svn-import
> > >
> > https://svn.akazaresearch.com/openclinica/OpenClinica/tags/OpenClinica-3.1.2-Community/projects/.
> > .\svnimport_akakaaza
> > > -Ossl.cert_reqs=none
> >
> > "bzr svn-import" takes a project URL and imports multiple branches; for
> > importing a single branch, use "bzr branch".
> >
> > Also, bzr-svn doesn't support backslashes in URLs.
> Thnx; as stated above, I applied you suggestions, but the result was the
> same.
That error message suggests there is something wrong with the SSL
connection, which happens completely inside of libsvn (the library
used by both bzr-svn and svn itself).
bzr-svn fetches more data (all history) than regular svn does (which
only retrieves the last revision). It might be that the size of those
requests are too big. That's all inside of libsvn though, not bzr-svn.
Cheers,
Jelmer
More information about the bazaar
mailing list