bzrEclipse is support bzr-svn plugin?

Asked by gnome29

I have a subversion repository and i use bzr-svn plugin to checkout my svn branches in bzr branches with Olive (bzr-gtk project)

I would like to do this with bzrEclipse plugin. In preference dialog, i added bzr plugins paths.
But checkout wizard can't work with my subversion repository.

So, bzrEclipse can used bzr-svn functionalities?

(Sorry for my english, i'm a french guy!)

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Plugin for Eclipse Edit question
Assignee:
No assignee Edit question
Solved by:
Guillermo Gonzalez
Solved:
Last query:
Last reply:
Revision history for this message
Best Guillermo Gonzalez (verterok) said :
#1

Hi,
I just tried to checkout a svn repository, and worked ok (without authentication, as this limitation applies to bzr-svn as to bzr itself in bzr-eclipse).

The test repository was: http://cdpedia.googlecode.com/svn/trunk/

So the answer is:
Yes it works with svn repositories that don't require authentication.

Regards,

Revision history for this message
gnome29 (kerdudo) said :
#2

Hi Guillermo,

You're right. I tried your repository and it worked.

But in fact, mine require authentication.

So, you said that a lack of bzr-svn not bzrEclipse plugin.

Ok. Thanks for your answer and this great plugin.

Revision history for this message
Guillermo Gonzalez (verterok) said :
#3

Hi,
The one that's is lacking authentication support is bzr-eclipse for svn repositories and bzr branches as well, for more details: Bug #121936 and Bug #269335

Regards,

Revision history for this message
kilroo (weston-geek) said :
#4

Am I correct in concluding, from my attempts to accomplish it, that bzr-eclipse cannot be placed in control of a lightweight checkout from a subversion repository (which, to the best of my understanding, is essentially a subversion checkout)?

Revision history for this message
Guillermo Gonzalez (verterok) said :
#5

kilroo,

I can't confirm that as I never tried to use bzr-eclipse with bzr-svn, but looks like you already tried all the configs ;-)

As providing full bzr-svn support isn't one of the top priorities at this moment, please file a bug about this so it can be tracked and implemented later.

Thanks

Revision history for this message
Robert Kasanický (robokaso) said :
#6

I've started using bzr-svn via BzrEclipse and so far it works OK for me - a workaround for authentication is to store the credentials in .bazaar/authentication.conf (if you don't do this BzrEclipse gives you an error rather then prompt for credentials which you get on command line or QBzrEclipse)