Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Buckminster dev » SVN access for new commiters
SVN access for new commiters [message #25209] Fri, 05 September 2008 12:36 Go to next message
Guillaume Chatelet is currently offline Guillaume ChateletFriend
Messages: 146
Registered: July 2009
Senior Member
Hi everyone,

At last ...I manage to get my ssh+svn running ...
The guide ( http://wiki.eclipse.org/Committer_access_(Buckminster) ) is very complicated and not very up to date. For instance, for the client side, I managed to get it all running by adding my private key to Eclipse and using the SVNKit Subclipse implementation (Pure Java) - no tortoise or putty peageant needed.

Isn't it worth rewriting the document in order for the new committers to be "up & running" quicker ?
I can do for the windows part but as I'm not sure it's also effective for the other platforms I don't want to break everything.

What would you recommend ?

Regards,
Guillaume
Re: SVN access for new commiters [message #25253 is a reply to message #25209] Fri, 05 September 2008 13:01 Go to previous messageGo to next message
Guillaume Chatelet is currently offline Guillaume ChateletFriend
Messages: 146
Registered: July 2009
Senior Member
:'(

I thought everything was ok because I succeeded in connecting to svn+ssh://dev.eclipse.org/svnroot/tools/org.eclipse.buckmins ter . I can connect, fetch, compare but commiting leads to

> commit -m "Adding .qualifier to plugins" T:/travail/src/BuckminsterWorkspace/plugins/org.eclipse.buck minster.executor.test/META-INF/MANIFEST.MF T:/travail/src/BuckminsterWorkspace/plugins/org.eclipse.buck minster.executor/META-INF/MANIFEST.MF T:/travail/src/BuckminsterWorkspace/plugins/org.eclipse.buck minster.fetcher/META-INF/MANIFEST.MF
> svn: Commit failed (details follow):
> svn: Commit failed (details follow):
> svn: Authorization failed

Can anyone help me ?

Best regards,
Guillaume

Guillaume CHATELET wrote:
> Hi everyone,
>
> At last ...I manage to get my ssh+svn running ...
> The guide ( http://wiki.eclipse.org/Committer_access_(Buckminster) ) is
> very complicated and not very up to date. For instance, for the client
> side, I managed to get it all running by adding my private key to
> Eclipse and using the SVNKit Subclipse implementation (Pure Java) - no
> tortoise or putty peageant needed.
>
> Isn't it worth rewriting the document in order for the new committers to
> be "up & running" quicker ?
> I can do for the windows part but as I'm not sure it's also effective
> for the other platforms I don't want to break everything.
>
> What would you recommend ?
>
> Regards,
> Guillaume
Re: SVN access for new commiters [message #25291 is a reply to message #25253] Fri, 05 September 2008 21:21 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Guillaume,
Try using password based authentication instead. That way you don't need the the generated
ssh keys, putty, etc.

Someone ought to revise the instructions on the wiki so that the password approach is the
recommended one. I just haven't had time to do it yet. Sorry.

Regards,
Thomas Hallgren


Guillaume CHATELET wrote:
> :'(
>
> I thought everything was ok because I succeeded in connecting to
> svn+ssh://dev.eclipse.org/svnroot/tools/org.eclipse.buckmins ter . I can
> connect, fetch, compare but commiting leads to
>
>> commit -m "Adding .qualifier to plugins"
>> T:/travail/src/BuckminsterWorkspace/plugins/org.eclipse.buck minster.executor.test/META-INF/MANIFEST.MF
>> T:/travail/src/BuckminsterWorkspace/plugins/org.eclipse.buck minster.executor/META-INF/MANIFEST.MF
>> T:/travail/src/BuckminsterWorkspace/plugins/org.eclipse.buck minster.fetcher/META-INF/MANIFEST.MF
>>
>> svn: Commit failed (details follow):
>> svn: Commit failed (details follow):
>> svn: Authorization failed
>
> Can anyone help me ?
>
> Best regards,
> Guillaume
>
> Guillaume CHATELET wrote:
>> Hi everyone,
>>
>> At last ...I manage to get my ssh+svn running ...
>> The guide ( http://wiki.eclipse.org/Committer_access_(Buckminster) )
>> is very complicated and not very up to date. For instance, for the
>> client side, I managed to get it all running by adding my private key
>> to Eclipse and using the SVNKit Subclipse implementation (Pure Java) -
>> no tortoise or putty peageant needed.
>>
>> Isn't it worth rewriting the document in order for the new committers
>> to be "up & running" quicker ?
>> I can do for the windows part but as I'm not sure it's also effective
>> for the other platforms I don't want to break everything.
>>
>> What would you recommend ?
>>
>> Regards,
>> Guillaume
Re: SVN access for new commiters [message #25332 is a reply to message #25291] Wed, 10 September 2008 10:07 Go to previous messageGo to next message
Henrik Lindberg is currently offline Henrik LindbergFriend
Messages: 2509
Registered: July 2009
Senior Member
I described that for the "Mac part", but did not take the time to check
what was needed on Windows at the same time.

And yes, the wiki page needs to be cleaned up - it is a mess.
- henrik

Thomas Hallgren wrote:
> Hi Guillaume,
> Try using password based authentication instead. That way you don't need
> the the generated ssh keys, putty, etc.
>
> Someone ought to revise the instructions on the wiki so that the
> password approach is the recommended one. I just haven't had time to do
> it yet. Sorry.
>
> Regards,
> Thomas Hallgren
>
>
> Guillaume CHATELET wrote:
>> :'(
>>
>> I thought everything was ok because I succeeded in connecting to
>> svn+ssh://dev.eclipse.org/svnroot/tools/org.eclipse.buckmins ter . I
>> can connect, fetch, compare but commiting leads to
>>
>>> commit -m "Adding .qualifier to plugins"
>>> T:/travail/src/BuckminsterWorkspace/plugins/org.eclipse.buck minster.executor.test/META-INF/MANIFEST.MF
>>> T:/travail/src/BuckminsterWorkspace/plugins/org.eclipse.buck minster.executor/META-INF/MANIFEST.MF
>>> T:/travail/src/BuckminsterWorkspace/plugins/org.eclipse.buck minster.fetcher/META-INF/MANIFEST.MF
>>>
>>> svn: Commit failed (details follow):
>>> svn: Commit failed (details follow):
>>> svn: Authorization failed
>>
>> Can anyone help me ?
>>
>> Best regards,
>> Guillaume
>>
>> Guillaume CHATELET wrote:
>>> Hi everyone,
>>>
>>> At last ...I manage to get my ssh+svn running ...
>>> The guide ( http://wiki.eclipse.org/Committer_access_(Buckminster) )
>>> is very complicated and not very up to date. For instance, for the
>>> client side, I managed to get it all running by adding my private key
>>> to Eclipse and using the SVNKit Subclipse implementation (Pure Java)
>>> - no tortoise or putty peageant needed.
>>>
>>> Isn't it worth rewriting the document in order for the new committers
>>> to be "up & running" quicker ?
>>> I can do for the windows part but as I'm not sure it's also effective
>>> for the other platforms I don't want to break everything.
>>>
>>> What would you recommend ?
>>>
>>> Regards,
>>> Guillaume
Re: SVN access for new commiters [message #25414 is a reply to message #25332] Wed, 10 September 2008 12:25 Go to previous message
Henrik Lindberg is currently offline Henrik LindbergFriend
Messages: 2509
Registered: July 2009
Senior Member
I updated the page (to the best of my knowledge), please let me know if
the instructions does not work and I will change them.

Henrik Lindberg wrote:
> I described that for the "Mac part", but did not take the time to check
> what was needed on Windows at the same time.
>
> And yes, the wiki page needs to be cleaned up - it is a mess.
> - henrik
>
> Thomas Hallgren wrote:
>> Hi Guillaume,
>> Try using password based authentication instead. That way you don't
>> need the the generated ssh keys, putty, etc.
>>
>> Someone ought to revise the instructions on the wiki so that the
>> password approach is the recommended one. I just haven't had time to
>> do it yet. Sorry.
>>
>> Regards,
>> Thomas Hallgren
>>
>>
>> Guillaume CHATELET wrote:
>>> :'(
>>>
>>> I thought everything was ok because I succeeded in connecting to
>>> svn+ssh://dev.eclipse.org/svnroot/tools/org.eclipse.buckmins ter . I
>>> can connect, fetch, compare but commiting leads to
>>>
>>>> commit -m "Adding .qualifier to plugins"
>>>> T:/travail/src/BuckminsterWorkspace/plugins/org.eclipse.buck minster.executor.test/META-INF/MANIFEST.MF
>>>> T:/travail/src/BuckminsterWorkspace/plugins/org.eclipse.buck minster.executor/META-INF/MANIFEST.MF
>>>> T:/travail/src/BuckminsterWorkspace/plugins/org.eclipse.buck minster.fetcher/META-INF/MANIFEST.MF
>>>>
>>>> svn: Commit failed (details follow):
>>>> svn: Commit failed (details follow):
>>>> svn: Authorization failed
>>>
>>> Can anyone help me ?
>>>
>>> Best regards,
>>> Guillaume
>>>
>>> Guillaume CHATELET wrote:
>>>> Hi everyone,
>>>>
>>>> At last ...I manage to get my ssh+svn running ...
>>>> The guide ( http://wiki.eclipse.org/Committer_access_(Buckminster) )
>>>> is very complicated and not very up to date. For instance, for the
>>>> client side, I managed to get it all running by adding my private
>>>> key to Eclipse and using the SVNKit Subclipse implementation (Pure
>>>> Java) - no tortoise or putty peageant needed.
>>>>
>>>> Isn't it worth rewriting the document in order for the new
>>>> committers to be "up & running" quicker ?
>>>> I can do for the windows part but as I'm not sure it's also
>>>> effective for the other platforms I don't want to break everything.
>>>>
>>>> What would you recommend ?
>>>>
>>>> Regards,
>>>> Guillaume
Previous Topic:Build system now checked into SVN
Next Topic:[buckminster-dev] PDE headless build of RCP headless product ... "The System Bundle's start lev
Goto Forum:
  


Current Time: Tue Mar 19 03:07:24 GMT 2024

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

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

Back to the top