Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dash-dev] map file for SVN with login and password

Can you attach your patch to the bug so I can review it?

If it works here too, I could enable this as an optional replacement rather than a default one, so people can continue to use the old pde-svn plugin instead of the subversive fetch factory. Then we can have other projects test it (I'm looking at you, Linux Tools and MoDisco) and see if it works as well as the old approach... if enough test builds pass, we could review switching to the new default, with pde-svn-plugin as the optional deprecated fallback.

N

On 02/17/2010 06:26 PM, Anna Dushistova wrote:
Nick,
I've commented out checks for the pde-svn plugin in athena and replaced it with subversive fetch factory.
It works for me now.
I'm not quite sure though that this is something we want to check in. What exactly should this patch do?
I also haven't tried subversive with the pde-svn map files.

Anna.

On Feb 17, 2010, at 7:20 AM, Nick Boldt wrote:

This might be the incentive needed to push us to switch out the old pde-svn-plugin and replace it with the subversive fetch factory:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=276662

Do you have time to try using that locally and fire me a patch on that bug? Basically all you have to do is remove the pde-svn-plugin stuff from in the dir where you have basebuilder, and drop in the subversive stuff instead... then make sure that the athena code won't reinstall the pde-svn stuff and won't crash if it's missing. Fairly straightforward to do, just need to find time to start on it. :)

At least if we used that there's a documented syntax for username/password use:

http://wiki.eclipse.org/Subversive_PDE_Fetch

On 02/16/2010 07:05 PM, Anna Dushistova wrote:
I went for
plugin@<plugin id>=SVN,trunk,http://username:password@host/<path>,,<plugin id>

but now I'm getting JVM crash at fetch. :(
I have Subversive PDE plugin installed.
Any thoughts?

Thanks!
Anna.

On Feb 16, 2010, at 11:16 PM, Andrew Overholt wrote:

This SVN server doesn't have anonymous access, so I need to pass login
and password.

Taking a total guess here:

plugin@<plugin id>=SVN,trunk,svn+ssh://username@host/<path>,,<plugin id>

?

Andrew
_______________________________________________
dash-dev mailing list
dash-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dash-dev

_______________________________________________
dash-dev mailing list
dash-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dash-dev

--
Nick Boldt :: http://nick.divbyzero.com
Release Engineer :: Eclipse Modeling&  Dash Athena
_______________________________________________
dash-dev mailing list
dash-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dash-dev

_______________________________________________
dash-dev mailing list
dash-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dash-dev

--
Nick Boldt :: http://nick.divbyzero.com
Release Engineer :: Eclipse Modeling & Dash Athena


Back to the top