Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Problems with headless SVN authentication
Problems with headless SVN authentication [message #381089] Wed, 19 November 2008 20:40 Go to next message
Scott Hendrickson is currently offline Scott HendricksonFriend
Messages: 69
Registered: July 2009
Member
I was wondering if anyone could verify that it's not possible to access an
SVN repository requiring authentication using
buckminster.product-1.1.0.r09505.zip (it could after all be some
configuration mishap :) )

Details of the problem and what I've tried are here:
http://www.eclipse.org/newsportal/article.php?id=607&gro up=eclipse.tools.buckminster#607

Thank you,
-- Scott
Re: Problems with headless SVN authentication [message #381090 is a reply to message #381089] Thu, 20 November 2008 09:28 Go to previous messageGo to next message
Guillaume Chatelet is currently offline Guillaume ChateletFriend
Messages: 146
Registered: July 2009
Senior Member
Hi Scott,

I reckon the issue. However I know this isn't a fix, you can have a look to this thread on the buckminster-dev list :
http://www.eclipse.org/newsportal/article.php?id=334&gro up=eclipse.tools.buckminster-dev#334

Regards,
Guillaume

Scott Hendrickson wrote:
> I was wondering if anyone could verify that it's not possible to access
> an SVN repository requiring authentication using
> buckminster.product-1.1.0.r09505.zip (it could after all be some
> configuration mishap :) )
>
> Details of the problem and what I've tried are here:
> http://www.eclipse.org/newsportal/article.php?id=607&gro up=eclipse.tools.buckminster#607
>
>
> Thank you,
> -- Scott
>
Re: Problems with headless SVN authentication [message #381091 is a reply to message #381090] Thu, 20 November 2008 16:35 Go to previous messageGo to next message
Scott Hendrickson is currently offline Scott HendricksonFriend
Messages: 69
Registered: July 2009
Member
Hi Guillaume,

Indeed, it sounds like we're running in to the same problem. This helps me
verify that it's not a configuration error on my part. I'll follow the
thread on the dev list that you pointed out, and post there, so that we
can consolidate the discussion.

Thanks for pointing that out! :)

-- Scott



Guillaume CHATELET wrote:

> Hi Scott,

> I reckon the issue. However I know this isn't a fix, you can have a look to
this thread on the buckminster-dev list :
>
http://www.eclipse.org/newsportal/article.php?id=334&gro up=eclipse.tools.buckminster-dev#334

> Regards,
> Guillaume

> Scott Hendrickson wrote:
>> I was wondering if anyone could verify that it's not possible to access
>> an SVN repository requiring authentication using
>> buckminster.product-1.1.0.r09505.zip (it could after all be some
>> configuration mishap :) )
>>
>> Details of the problem and what I've tried are here:
>>
http://www.eclipse.org/newsportal/article.php?id=607&gro up=eclipse.tools.buckminster#607
>>
>>
>> Thank you,
>> -- Scott
>>
It is possible [message #381092 is a reply to message #381089] Fri, 21 November 2008 13:53 Go to previous messageGo to next message
Douglas Palmer is currently offline Douglas PalmerFriend
Messages: 64
Registered: July 2009
Member
Scott Hendrickson wrote:
> I was wondering if anyone could verify that it's not possible to access
> an SVN repository requiring authentication using
> buckminster.product-1.1.0.r09505.zip (it could after all be some
> configuration mishap :) )
>
> Details of the problem and what I've tried are here:
> http://www.eclipse.org/newsportal/article.php?id=607&gro up=eclipse.tools.buckminster#607
>
>
> Thank you,
> -- Scott
>

Hi Scott

I can access an svn repository that requires authentication with
buckminster.product-1.1.0.r09505.zip. I use the subversive svn feature.
The trick I use is to pass the username and password via jvmargs from
a command line. This only needs to be done once as subversive stores
the authenication details.

The command I run is:
java -Dsvn.user=uname:passwd -jar
plugins/org.eclipse.equinox.launcher_3.4...jar -application
org.eclipse.buckminster.cmdline.headless resolve ...

Where svn.user is used in the rmap for the authentication credentials;
uname is the username for my repository and passwd is the password.

Regards
Doug
Re: It is possible [message #381094 is a reply to message #381092] Fri, 21 November 2008 17:49 Go to previous messageGo to next message
Scott Hendrickson is currently offline Scott HendricksonFriend
Messages: 69
Registered: July 2009
Member
Douglas Palmer wrote:

> Scott Hendrickson wrote:
>> I was wondering if anyone could verify that it's not possible to access
>> an SVN repository requiring authentication using
>> buckminster.product-1.1.0.r09505.zip (it could after all be some
>> configuration mishap :) )
>>
>> Details of the problem and what I've tried are here:
>>
http://www.eclipse.org/newsportal/article.php?id=607&gro up=eclipse.tools.buckminster#607
>>
>>
>> Thank you,
>> -- Scott
>>

> Hi Scott

> I can access an svn repository that requires authentication with
> buckminster.product-1.1.0.r09505.zip. I use the subversive svn feature.
> The trick I use is to pass the username and password via jvmargs from
> a command line. This only needs to be done once as subversive stores
> the authenication details.

> The command I run is:
> java -Dsvn.user=uname:passwd -jar
> plugins/org.eclipse.equinox.launcher_3.4...jar -application
> org.eclipse.buckminster.cmdline.headless resolve ...

> Where svn.user is used in the rmap for the authentication credentials;
> uname is the username for my repository and passwd is the password.

> Regards
> Doug


Hi Doug,

Thanks for the suggestion. I actually realized last night on another
project that I was still using <args> rather than <jvmargs>, even though I
switched from <exec> to <java>. So, it could be my own configuration
problem. I'll try it out again and post results.

One question though. Does the same rmap work in the headless and the
eclipse environment? Or, are you only using the rmap for resolving
headlessly?

Thank you,
-- Scott
Re: It is possible [message #381100 is a reply to message #381094] Sun, 23 November 2008 11:59 Go to previous messageGo to next message
Douglas Palmer is currently offline Douglas PalmerFriend
Messages: 64
Registered: July 2009
Member
Scott Hendrickson wrote:
> Hi Doug,
>
> Thanks for the suggestion. I actually realized last night on another
> project that I was still using <args> rather than <jvmargs>, even though
> I switched from <exec> to <java>. So, it could be my own configuration
> problem. I'll try it out again and post results.
>
> One question though. Does the same rmap work in the headless and the
> eclipse environment? Or, are you only using the rmap for resolving
> headlessly?
>
> Thank you,
> -- Scott
>

Hi Scott

I rarely resolve in the GUI, however I do use the same rmap when I do.
If I am resolving in the GUI then I add a property to the cquery to set
the svn.user.

Regards
Doug
Re: It is possible [message #381101 is a reply to message #381100] Mon, 24 November 2008 06:02 Go to previous message
Scott Hendrickson is currently offline Scott HendricksonFriend
Messages: 69
Registered: July 2009
Member
Hi Doug,
I figured out what was going on [1]. Thanks for the pointers -- they
helped!
-- Scott

[1]
http://www.eclipse.org/newsportal/article.php?id=392&gro up=eclipse.tools.buckminster-dev#392

Douglas Palmer wrote:

> Scott Hendrickson wrote:
>> Hi Doug,
>>
>> Thanks for the suggestion. I actually realized last night on another
>> project that I was still using <args> rather than <jvmargs>, even though
>> I switched from <exec> to <java>. So, it could be my own configuration
>> problem. I'll try it out again and post results.
>>
>> One question though. Does the same rmap work in the headless and the
>> eclipse environment? Or, are you only using the rmap for resolving
>> headlessly?
>>
>> Thank you,
>> -- Scott
>>

> Hi Scott

> I rarely resolve in the GUI, however I do use the same rmap when I do.
> If I am resolving in the GUI then I add a property to the cquery to set
> the svn.user.

> Regards
> Doug
Previous Topic:null pointer exception
Next Topic:Simple HowTo request (Buckminster Headless RCP Product Build)
Goto Forum:
  


Current Time: Fri Apr 19 14:31:43 GMT 2024

Powered by FUDForum. Page generated in 0.02747 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top