Home » Eclipse Projects » Buckminster dev » SVN access for new commiters
SVN access for new commiters [message #25209] |
Fri, 05 September 2008 08:36  |
Eclipse User |
|
|
|
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 17:21   |
Eclipse User |
|
|
|
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 06:07   |
Eclipse User |
|
|
|
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 08:25  |
Eclipse User |
|
|
|
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
|
|
|
Goto Forum:
Current Time: Fri May 09 23:25:41 EDT 2025
Powered by FUDForum. Page generated in 0.03892 seconds
|