You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Pascal Schumacher <pa...@gmx.net> on 2015/11/02 22:29:26 UTC

[Lang] Repository Write Access

Hi everybody,

my memory serves me correctly ever Apache commiter should have write 
access to commons repo?

Just read in https://github.com/apache/commons-lang/pull/112 Sergio 
Fernández can not merge his pull request because he has no access.

Out of curiosity I merged the pull request locally and tried to push, 
but it failed with "fatal: remote error: access denied or repository not 
exported: /commons-lang.git".

I guess the access for everybody policy was not migrated from svn to git?

-Pascal

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Lang] Repository Write Access

Posted by Sergio Fernández <wi...@apache.org>.
On Tue, Nov 3, 2015 at 8:54 AM, Jörg Schaible <jo...@swisspost.com>
wrote:
>
> GitHub is only a mirror and therefore read-only.
>
> http://wiki.apache.org/commons/UsingGIT


I know, I got the error trying to push to the actual repo:

$ git push
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 592 bytes | 0 bytes/s, done.
Total 5 (delta 3), reused 0 (delta 0)
remote: You are not authorized to edit this repository.
remote:
To https://wikier@git-wip-us.apache.org/repos/asf/commons-lang.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to '
https://wikier@git-wip-us.apache.org/repos/asf/commons-lang.git'


-- 
Sergio Fernández
Partner Technology Manager
Redlink GmbH
m: +43 6602747925
e: sergio.fernandez@redlink.co
w: http://redlink.co

Re: [Lang] Repository Write Access

Posted by Jörg Schaible <jo...@swisspost.com>.
Pascal Schumacher wrote:

> Hi everybody,
> 
> my memory serves me correctly ever Apache commiter should have write
> access to commons repo?
> 
> Just read in https://github.com/apache/commons-lang/pull/112 Sergio
> Fernández can not merge his pull request because he has no access.
> 
> Out of curiosity I merged the pull request locally and tried to push,
> but it failed with "fatal: remote error: access denied or repository not
> exported: /commons-lang.git".
> 
> I guess the access for everybody policy was not migrated from svn to git?

GitHub is only a mirror and therefore read-only.

http://wiki.apache.org/commons/UsingGIT



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Lang] Repository Write Access

Posted by Sergio Fernández <wi...@apache.org>.
On Tue, Nov 3, 2015 at 8:23 AM, Benedikt Ritter <br...@apache.org> wrote:
>
> I've already created a ticket für INFRA a while ago [1], but so far nothing
> has happend.
>

I guess we'd need to ping infra via the chat or somewhere else...

-- 
Sergio Fernández
Partner Technology Manager
Redlink GmbH
m: +43 6602747925
e: sergio.fernandez@redlink.co
w: http://redlink.co

Re: [Lang] Repository Write Access

Posted by Gary Gregory <ga...@gmail.com>.
On Mon, Nov 2, 2015 at 11:23 PM, Benedikt Ritter <br...@apache.org> wrote:

> 2015-11-03 2:06 GMT+01:00 Gary Gregory <ga...@gmail.com>:
>
> > On Mon, Nov 2, 2015 at 1:29 PM, Pascal Schumacher <
> > pascalschumacher@gmx.net>
> > wrote:
> >
> > > Hi everybody,
> > >
> > > my memory serves me correctly ever Apache commiter should have write
> > > access to commons repo?
> > >
> >
> > To svn, yes, I'm not sure we got all git repos set up though.
> >
>
> I've already created a ticket für INFRA a while ago [1], but so far nothing
> has happend.
>

One cannot vote on these tickets, so I added a "ping" comment.

Gary


>
> Benedikt
>
> [1]
> https://issues.apache.org/jira/servicedesk/customer/portal/1/INFRA-10636
>
>
> >
> > Gary
> >
> > >
> > > Just read in https://github.com/apache/commons-lang/pull/112 Sergio
> > > Fernández can not merge his pull request because he has no access.
> > >
> > > Out of curiosity I merged the pull request locally and tried to push,
> but
> > > it failed with "fatal: remote error: access denied or repository not
> > > exported: /commons-lang.git".
> > >
> > > I guess the access for everybody policy was not migrated from svn to
> git?
> > >
> > > -Pascal
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > > For additional commands, e-mail: dev-help@commons.apache.org
> > >
> > >
> >
> >
> > --
> > E-Mail: garydgregory@gmail.com | ggregory@apache.org
> > Java Persistence with Hibernate, Second Edition
> > <http://www.manning.com/bauer3/>
> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> > Spring Batch in Action <http://www.manning.com/templier/>
> > Blog: http://garygregory.wordpress.com
> > Home: http://garygregory.com/
> > Tweet! http://twitter.com/GaryGregory
> >
>
>
>
> --
> http://people.apache.org/~britter/
> http://www.systemoutprintln.de/
> http://twitter.com/BenediktRitter
> http://github.com/britter
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [Lang] Repository Write Access

Posted by Pascal Schumacher <pa...@gmx.net>.
Am 03.11.2015 um 08:23 schrieb Benedikt Ritter:
> I've already created a ticket für INFRA a while ago [1], but so far nothing
> has happend.
>
> Benedikt
>
> [1] https://issues.apache.org/jira/servicedesk/customer/portal/1/INFRA-10636

Still no updates of the infra ticket :(

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Lang] Repository Write Access

Posted by Benedikt Ritter <br...@apache.org>.
2015-11-03 2:06 GMT+01:00 Gary Gregory <ga...@gmail.com>:

> On Mon, Nov 2, 2015 at 1:29 PM, Pascal Schumacher <
> pascalschumacher@gmx.net>
> wrote:
>
> > Hi everybody,
> >
> > my memory serves me correctly ever Apache commiter should have write
> > access to commons repo?
> >
>
> To svn, yes, I'm not sure we got all git repos set up though.
>

I've already created a ticket für INFRA a while ago [1], but so far nothing
has happend.

Benedikt

[1] https://issues.apache.org/jira/servicedesk/customer/portal/1/INFRA-10636


>
> Gary
>
> >
> > Just read in https://github.com/apache/commons-lang/pull/112 Sergio
> > Fernández can not merge his pull request because he has no access.
> >
> > Out of curiosity I merged the pull request locally and tried to push, but
> > it failed with "fatal: remote error: access denied or repository not
> > exported: /commons-lang.git".
> >
> > I guess the access for everybody policy was not migrated from svn to git?
> >
> > -Pascal
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
> >
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Re: [Lang] Repository Write Access

Posted by Gary Gregory <ga...@gmail.com>.
On Mon, Nov 2, 2015 at 1:29 PM, Pascal Schumacher <pa...@gmx.net>
wrote:

> Hi everybody,
>
> my memory serves me correctly ever Apache commiter should have write
> access to commons repo?
>

To svn, yes, I'm not sure we got all git repos set up though.

Gary

>
> Just read in https://github.com/apache/commons-lang/pull/112 Sergio
> Fernández can not merge his pull request because he has no access.
>
> Out of curiosity I merged the pull request locally and tried to push, but
> it failed with "fatal: remote error: access denied or repository not
> exported: /commons-lang.git".
>
> I guess the access for everybody policy was not migrated from svn to git?
>
> -Pascal
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory