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

Also, in the meantime, you can fetch the sources using Hudson or some external step prior to the build, and point your build at the checked out sources with

localSourceCheckoutDir=/path/to/sources/root/folder/

in your build.properties


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


Back to the top