You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by Lewis John Mcgibbney <le...@gmail.com> on 2012/01/03 15:57:17 UTC

Problem committing to SVN trunk

Hi Guys,

Two things

1) Whilst attempting to commit ANY23-22 I'm experiencing the following problem

lewis@lewis-01:~/ASF/any23$ svn commit --username lewismc --password
blahblahblah --message "commit to address ANY23-22 and initial add and
first update of CHANGES.txt"
Adding         CHANGES.txt
svn: Commit failed (details follow):
svn: Server sent unexpected return value (403 Forbidden) in response
to CHECKOUT request for
'/repos/asf/!svn/ver/1224604/incubator/any23/trunk'

2) Is it possible to create tags in Jira for the Any23 releases... I
think the next one is 0.7.0??? This makes tracking and managing issues
much easier. I think I may have Karma for this, but I'm unfamiliar
with the UI.

Thank you

-- 
Lewis

Re: Problem committing to SVN trunk

Posted by "Mattmann, Chris A (388J)" <ch...@jpl.nasa.gov>.
Hey Lewis,

No problem at all:

On Jan 3, 2012, at 6:57 AM, Lewis John Mcgibbney wrote:

> Hi Guys,
> 
> Two things
> 
> 1) Whilst attempting to commit ANY23-22 I'm experiencing the following problem
> 
> lewis@lewis-01:~/ASF/any23$ svn commit --username lewismc --password
> blahblahblah --message "commit to address ANY23-22 and initial add and
> first update of CHANGES.txt"
> Adding         CHANGES.txt
> svn: Commit failed (details follow):
> svn: Server sent unexpected return value (403 Forbidden) in response
> to CHECKOUT request for
> '/repos/asf/!svn/ver/1224604/incubator/any23/trunk'

[chipotle:~/tmp/authorization] mattmann% svn commit -m "Grant SVN karma to all project PPMC members (committers + mentors) for Any23."
Sending        asf-authorization-template
Transmitting file data .
Committed revision 801579.
[chipotle:~/tmp/authorization] mattmann% 

That should fix that.

> 
> 2) Is it possible to create tags in Jira for the Any23 releases... I
> think the next one is 0.7.0??? This makes tracking and managing issues
> much easier. I think I may have Karma for this, but I'm unfamiliar
> with the UI.

Fixed, all PPMC members and committers who had JIRA accounts
now have access to administer ANY23's JIRA.

HTH!

Cheers,
Chris

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:   http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Re: Problem committing to SVN trunk

Posted by Lewis John Mcgibbney <le...@gmail.com>.
Hi Szymon,

Well I have absolutely no explanation, but that seems to have fixed
it. I completed the trivial commit and it now looks like we can get on
with cracking some problems.

Thanks for your input.

Lewis

On Thu, Jan 5, 2012 at 12:08 PM, Szymon Danielczyk
<da...@gmail.com> wrote:
> Hi again
>
> I've commited the CHANGES.txt with no problems
>
> Here is my session
>
> Szymons-MacBook-Pro:any23 szydan$ svn touch CHANGES.txt
> Unknown command: 'touch'
> Type 'svn help' for usage.
> Szymons-MacBook-Pro:any23 szydan$ touch CHANGES.txt
> Szymons-MacBook-Pro:any23 szydan$ ls
> CHANGES.txt             README.txt              any23-service           pom.xml
> LICENSE-header.txt      RELEASE-NOTES.txt       lib                     src
> LICENSE.txt             any23-core              plugins
> Szymons-MacBook-Pro:any23 szydan$ svn add CHANGES.txt
> A         CHANGES.txt
> Szymons-MacBook-Pro:any23 szydan$ svn status
> A       CHANGES.txt
> Szymons-MacBook-Pro:any23 szydan$ svn commit -m"added CHANGES.txt to
> try commit to the svn for Levis request"
> Authentication realm: <https://svn.apache.org:443> ASF Committers
> Username: szydan
> Password for 'szydan':
> Adding         CHANGES.txt
> Transmitting file data .
> Committed revision 1227564.
> Szymons-MacBook-Pro:any23 szydan$
>
>
> Hope this helps
> Cheers
> Szymon
>
> On 5 January 2012 12:00, Szymon Danielczyk <da...@gmail.com> wrote:
>> Hi Lewis
>> I can do it give me 5 min
>>
>> Cheers
>> Szymon
>>
>> On 5 January 2012 11:31, Lewis John Mcgibbney <le...@gmail.com> wrote:
>>> Hi,
>>>
>>> Would it be possible for someone to try and commit a CHANGES.txt file
>>>
>>> svn touch CHANGES.txt
>>> svn add CHANGES.txt
>>>
>>> from any23 home directory. This way we can find out if there is
>>> something wrong or it is something I am doing wrong. I am still unable
>>> to commit and would like to fix the failing trunk CI build.
>>>
>>> Thanks
>>>
>>> On Wed, Jan 4, 2012 at 6:44 PM, Lewis John Mcgibbney
>>> <le...@gmail.com> wrote:
>>>> Hi Guys,
>>>>
>>>> Just checked out a fresh copy from here [1]... same problem.
>>>>
>>>> svn: Commit failed (details follow):
>>>> svn: Server sent unexpected return value (403 Forbidden) in response
>>>> to CHECKOUT request for
>>>> '/repos/asf/!svn/ver/1224604/incubator/any23/trunk'
>>>>
>>>>
>>>> [1] https://svn.apache.org/repos/asf/incubator/any23/trunk/
>>>>
>>>> On Tue, Jan 3, 2012 at 4:03 PM, Andy Seaborne <an...@apache.org> wrote:
>>>>>
>>>>>> 1) Whilst attempting to commit ANY23-22 I'm experiencing the following
>>>>>> problem
>>>>>>
>>>>>> lewis@lewis-01:~/ASF/any23$ svn commit --username lewismc --password
>>>>>> blahblahblah --message "commit to address ANY23-22 and initial add and
>>>>>> first update of CHANGES.txt"
>>>>>> Adding         CHANGES.txt
>>>>>> svn: Commit failed (details follow):
>>>>>> svn: Server sent unexpected return value (403 Forbidden) in response
>>>>>> to CHECKOUT request for
>>>>>> '/repos/asf/!svn/ver/1224604/incubator/any23/trunk'
>>>>>
>>>>>
>>>>> Can be because you checked out from http, not https.
>>>>>
>>>>>        Andy
>>>>
>>>>
>>>>
>>>> --
>>>> Lewis
>>>
>>>
>>>
>>> --
>>> Lewis



-- 
Lewis

Re: Problem committing to SVN trunk

Posted by Szymon Danielczyk <da...@gmail.com>.
Hi again

I've commited the CHANGES.txt with no problems

Here is my session

Szymons-MacBook-Pro:any23 szydan$ svn touch CHANGES.txt
Unknown command: 'touch'
Type 'svn help' for usage.
Szymons-MacBook-Pro:any23 szydan$ touch CHANGES.txt
Szymons-MacBook-Pro:any23 szydan$ ls
CHANGES.txt		README.txt		any23-service		pom.xml
LICENSE-header.txt	RELEASE-NOTES.txt	lib			src
LICENSE.txt		any23-core		plugins
Szymons-MacBook-Pro:any23 szydan$ svn add CHANGES.txt
A         CHANGES.txt
Szymons-MacBook-Pro:any23 szydan$ svn status
A       CHANGES.txt
Szymons-MacBook-Pro:any23 szydan$ svn commit -m"added CHANGES.txt to
try commit to the svn for Levis request"
Authentication realm: <https://svn.apache.org:443> ASF Committers
Username: szydan
Password for 'szydan':
Adding         CHANGES.txt
Transmitting file data .
Committed revision 1227564.
Szymons-MacBook-Pro:any23 szydan$


Hope this helps
Cheers
Szymon

On 5 January 2012 12:00, Szymon Danielczyk <da...@gmail.com> wrote:
> Hi Lewis
> I can do it give me 5 min
>
> Cheers
> Szymon
>
> On 5 January 2012 11:31, Lewis John Mcgibbney <le...@gmail.com> wrote:
>> Hi,
>>
>> Would it be possible for someone to try and commit a CHANGES.txt file
>>
>> svn touch CHANGES.txt
>> svn add CHANGES.txt
>>
>> from any23 home directory. This way we can find out if there is
>> something wrong or it is something I am doing wrong. I am still unable
>> to commit and would like to fix the failing trunk CI build.
>>
>> Thanks
>>
>> On Wed, Jan 4, 2012 at 6:44 PM, Lewis John Mcgibbney
>> <le...@gmail.com> wrote:
>>> Hi Guys,
>>>
>>> Just checked out a fresh copy from here [1]... same problem.
>>>
>>> svn: Commit failed (details follow):
>>> svn: Server sent unexpected return value (403 Forbidden) in response
>>> to CHECKOUT request for
>>> '/repos/asf/!svn/ver/1224604/incubator/any23/trunk'
>>>
>>>
>>> [1] https://svn.apache.org/repos/asf/incubator/any23/trunk/
>>>
>>> On Tue, Jan 3, 2012 at 4:03 PM, Andy Seaborne <an...@apache.org> wrote:
>>>>
>>>>> 1) Whilst attempting to commit ANY23-22 I'm experiencing the following
>>>>> problem
>>>>>
>>>>> lewis@lewis-01:~/ASF/any23$ svn commit --username lewismc --password
>>>>> blahblahblah --message "commit to address ANY23-22 and initial add and
>>>>> first update of CHANGES.txt"
>>>>> Adding         CHANGES.txt
>>>>> svn: Commit failed (details follow):
>>>>> svn: Server sent unexpected return value (403 Forbidden) in response
>>>>> to CHECKOUT request for
>>>>> '/repos/asf/!svn/ver/1224604/incubator/any23/trunk'
>>>>
>>>>
>>>> Can be because you checked out from http, not https.
>>>>
>>>>        Andy
>>>
>>>
>>>
>>> --
>>> Lewis
>>
>>
>>
>> --
>> Lewis

Re: Problem committing to SVN trunk

Posted by Szymon Danielczyk <da...@gmail.com>.
Hi Lewis
I can do it give me 5 min

Cheers
Szymon

On 5 January 2012 11:31, Lewis John Mcgibbney <le...@gmail.com> wrote:
> Hi,
>
> Would it be possible for someone to try and commit a CHANGES.txt file
>
> svn touch CHANGES.txt
> svn add CHANGES.txt
>
> from any23 home directory. This way we can find out if there is
> something wrong or it is something I am doing wrong. I am still unable
> to commit and would like to fix the failing trunk CI build.
>
> Thanks
>
> On Wed, Jan 4, 2012 at 6:44 PM, Lewis John Mcgibbney
> <le...@gmail.com> wrote:
>> Hi Guys,
>>
>> Just checked out a fresh copy from here [1]... same problem.
>>
>> svn: Commit failed (details follow):
>> svn: Server sent unexpected return value (403 Forbidden) in response
>> to CHECKOUT request for
>> '/repos/asf/!svn/ver/1224604/incubator/any23/trunk'
>>
>>
>> [1] https://svn.apache.org/repos/asf/incubator/any23/trunk/
>>
>> On Tue, Jan 3, 2012 at 4:03 PM, Andy Seaborne <an...@apache.org> wrote:
>>>
>>>> 1) Whilst attempting to commit ANY23-22 I'm experiencing the following
>>>> problem
>>>>
>>>> lewis@lewis-01:~/ASF/any23$ svn commit --username lewismc --password
>>>> blahblahblah --message "commit to address ANY23-22 and initial add and
>>>> first update of CHANGES.txt"
>>>> Adding         CHANGES.txt
>>>> svn: Commit failed (details follow):
>>>> svn: Server sent unexpected return value (403 Forbidden) in response
>>>> to CHECKOUT request for
>>>> '/repos/asf/!svn/ver/1224604/incubator/any23/trunk'
>>>
>>>
>>> Can be because you checked out from http, not https.
>>>
>>>        Andy
>>
>>
>>
>> --
>> Lewis
>
>
>
> --
> Lewis

Re: Problem committing to SVN trunk

Posted by Lewis John Mcgibbney <le...@gmail.com>.
Sorted now Chris.

Thanks

Lewis

On Thu, Jan 5, 2012 at 1:28 PM, Mattmann, Chris A (388J)
<ch...@jpl.nasa.gov> wrote:
> Hey Lewis,
>
> infra@ should have this fixed as of yesterday -- I borked something
> in the SVN auth file. Can you try again?
>
> Cheers,
> Chris
>
> On Jan 5, 2012, at 6:31 AM, Lewis John Mcgibbney wrote:
>
>> Hi,
>>
>> Would it be possible for someone to try and commit a CHANGES.txt file
>>
>> svn touch CHANGES.txt
>> svn add CHANGES.txt
>>
>> from any23 home directory. This way we can find out if there is
>> something wrong or it is something I am doing wrong. I am still unable
>> to commit and would like to fix the failing trunk CI build.
>>
>> Thanks
>>
>> On Wed, Jan 4, 2012 at 6:44 PM, Lewis John Mcgibbney
>> <le...@gmail.com> wrote:
>>> Hi Guys,
>>>
>>> Just checked out a fresh copy from here [1]... same problem.
>>>
>>> svn: Commit failed (details follow):
>>> svn: Server sent unexpected return value (403 Forbidden) in response
>>> to CHECKOUT request for
>>> '/repos/asf/!svn/ver/1224604/incubator/any23/trunk'
>>>
>>>
>>> [1] https://svn.apache.org/repos/asf/incubator/any23/trunk/
>>>
>>> On Tue, Jan 3, 2012 at 4:03 PM, Andy Seaborne <an...@apache.org> wrote:
>>>>
>>>>> 1) Whilst attempting to commit ANY23-22 I'm experiencing the following
>>>>> problem
>>>>>
>>>>> lewis@lewis-01:~/ASF/any23$ svn commit --username lewismc --password
>>>>> blahblahblah --message "commit to address ANY23-22 and initial add and
>>>>> first update of CHANGES.txt"
>>>>> Adding         CHANGES.txt
>>>>> svn: Commit failed (details follow):
>>>>> svn: Server sent unexpected return value (403 Forbidden) in response
>>>>> to CHECKOUT request for
>>>>> '/repos/asf/!svn/ver/1224604/incubator/any23/trunk'
>>>>
>>>>
>>>> Can be because you checked out from http, not https.
>>>>
>>>>        Andy
>>>
>>>
>>>
>>> --
>>> Lewis
>>
>>
>>
>> --
>> Lewis
>
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Senior Computer Scientist
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 171-266B, Mailstop: 171-246
> Email: chris.a.mattmann@nasa.gov
> WWW:   http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Adjunct Assistant Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>



-- 
Lewis

Re: Problem committing to SVN trunk

Posted by "Mattmann, Chris A (388J)" <ch...@jpl.nasa.gov>.
Hey Lewis,

infra@ should have this fixed as of yesterday -- I borked something
in the SVN auth file. Can you try again?

Cheers,
Chris

On Jan 5, 2012, at 6:31 AM, Lewis John Mcgibbney wrote:

> Hi,
> 
> Would it be possible for someone to try and commit a CHANGES.txt file
> 
> svn touch CHANGES.txt
> svn add CHANGES.txt
> 
> from any23 home directory. This way we can find out if there is
> something wrong or it is something I am doing wrong. I am still unable
> to commit and would like to fix the failing trunk CI build.
> 
> Thanks
> 
> On Wed, Jan 4, 2012 at 6:44 PM, Lewis John Mcgibbney
> <le...@gmail.com> wrote:
>> Hi Guys,
>> 
>> Just checked out a fresh copy from here [1]... same problem.
>> 
>> svn: Commit failed (details follow):
>> svn: Server sent unexpected return value (403 Forbidden) in response
>> to CHECKOUT request for
>> '/repos/asf/!svn/ver/1224604/incubator/any23/trunk'
>> 
>> 
>> [1] https://svn.apache.org/repos/asf/incubator/any23/trunk/
>> 
>> On Tue, Jan 3, 2012 at 4:03 PM, Andy Seaborne <an...@apache.org> wrote:
>>> 
>>>> 1) Whilst attempting to commit ANY23-22 I'm experiencing the following
>>>> problem
>>>> 
>>>> lewis@lewis-01:~/ASF/any23$ svn commit --username lewismc --password
>>>> blahblahblah --message "commit to address ANY23-22 and initial add and
>>>> first update of CHANGES.txt"
>>>> Adding         CHANGES.txt
>>>> svn: Commit failed (details follow):
>>>> svn: Server sent unexpected return value (403 Forbidden) in response
>>>> to CHECKOUT request for
>>>> '/repos/asf/!svn/ver/1224604/incubator/any23/trunk'
>>> 
>>> 
>>> Can be because you checked out from http, not https.
>>> 
>>>        Andy
>> 
>> 
>> 
>> --
>> Lewis
> 
> 
> 
> -- 
> Lewis


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattmann@nasa.gov
WWW:   http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Re: Problem committing to SVN trunk

Posted by Lewis John Mcgibbney <le...@gmail.com>.
Hi,

Would it be possible for someone to try and commit a CHANGES.txt file

svn touch CHANGES.txt
svn add CHANGES.txt

from any23 home directory. This way we can find out if there is
something wrong or it is something I am doing wrong. I am still unable
to commit and would like to fix the failing trunk CI build.

Thanks

On Wed, Jan 4, 2012 at 6:44 PM, Lewis John Mcgibbney
<le...@gmail.com> wrote:
> Hi Guys,
>
> Just checked out a fresh copy from here [1]... same problem.
>
> svn: Commit failed (details follow):
> svn: Server sent unexpected return value (403 Forbidden) in response
> to CHECKOUT request for
> '/repos/asf/!svn/ver/1224604/incubator/any23/trunk'
>
>
> [1] https://svn.apache.org/repos/asf/incubator/any23/trunk/
>
> On Tue, Jan 3, 2012 at 4:03 PM, Andy Seaborne <an...@apache.org> wrote:
>>
>>> 1) Whilst attempting to commit ANY23-22 I'm experiencing the following
>>> problem
>>>
>>> lewis@lewis-01:~/ASF/any23$ svn commit --username lewismc --password
>>> blahblahblah --message "commit to address ANY23-22 and initial add and
>>> first update of CHANGES.txt"
>>> Adding         CHANGES.txt
>>> svn: Commit failed (details follow):
>>> svn: Server sent unexpected return value (403 Forbidden) in response
>>> to CHECKOUT request for
>>> '/repos/asf/!svn/ver/1224604/incubator/any23/trunk'
>>
>>
>> Can be because you checked out from http, not https.
>>
>>        Andy
>
>
>
> --
> Lewis



-- 
Lewis

Re: Problem committing to SVN trunk

Posted by Lewis John Mcgibbney <le...@gmail.com>.
Hi Guys,

Just checked out a fresh copy from here [1]... same problem.

svn: Commit failed (details follow):
svn: Server sent unexpected return value (403 Forbidden) in response
to CHECKOUT request for
'/repos/asf/!svn/ver/1224604/incubator/any23/trunk'


[1] https://svn.apache.org/repos/asf/incubator/any23/trunk/

On Tue, Jan 3, 2012 at 4:03 PM, Andy Seaborne <an...@apache.org> wrote:
>
>> 1) Whilst attempting to commit ANY23-22 I'm experiencing the following
>> problem
>>
>> lewis@lewis-01:~/ASF/any23$ svn commit --username lewismc --password
>> blahblahblah --message "commit to address ANY23-22 and initial add and
>> first update of CHANGES.txt"
>> Adding         CHANGES.txt
>> svn: Commit failed (details follow):
>> svn: Server sent unexpected return value (403 Forbidden) in response
>> to CHECKOUT request for
>> '/repos/asf/!svn/ver/1224604/incubator/any23/trunk'
>
>
> Can be because you checked out from http, not https.
>
>        Andy



-- 
Lewis