Closed
Bug 519277
Opened 16 years ago
Closed 16 years ago
SVN Account Request - Blake Winton <bwinton@latte.ca >
Categories
(mozilla.org :: Repository Account Requests, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bwinton, Assigned: fox2mike)
Details
Attachments
(1 file)
421 bytes,
text/plain
|
Details |
I would like to have an account created if I don't currently have one, and be granted read/write access to svn.mozilla.org/mozillamessaging.com/sites/ispdb.mozillamessaging.com
I'll fax the signed Committer’s Agreement to Erica tomorrow.
Thanks,
Blake.
Reporter | ||
Comment 1•16 years ago
|
||
Fax machines were harder to come by than I thought they would be, so I've emailed a signed copy of the PDF to Erica.
Comment 2•16 years ago
|
||
a=davida
Comment 3•16 years ago
|
||
(In reply to comment #0)
> Created an attachment (id=403314) [details]
> Blake Winton's public key.
>
> I would like to have an account created if I don't currently have one, and be
> granted read/write access to
> svn.mozilla.org/mozillamessaging.com/sites/ispdb.mozillamessaging.com
That would be
svn.mozilla.org/mozillamessaging.com/sites/ispdb.mozillamessaging.com/trunk
v=gozer
Comment 4•16 years ago
|
||
Erica: Can you please confirm receipt of the form? Thanks.
Comment 5•16 years ago
|
||
I have the form here in the Toronto office, duly signed.
Comment 6•16 years ago
|
||
(In reply to comment #5)
> I have the form here in the Toronto office, duly signed.
It still needs to get to Erica for filing... how is that being done?
Comment 7•16 years ago
|
||
I'll get it to the MV office, fear not.
Comment 8•16 years ago
|
||
So..... Unfortunately I'm not suppose to accept scanned in forms anymore. I can only accept a electronically signed email or a fax of the form. (Don't ask not my rules) I emailed Blake a link that tells him the three ways he's suppose to submit the form. And never got any word back.
Comment 9•16 years ago
|
||
We don't have a fax machine in the Toronto office, so we scan things and get people in MV to fax them. I can do that if it's really required, and I guess figure out how to fax it to ourselves, but I think it is quite ridiculous and a waste of everyone's time!
Comment 10•16 years ago
|
||
Erica, who should we talk to about the rules?
Comment 11•16 years ago
|
||
RECEIVED! Policy has been changed.
Assignee | ||
Updated•16 years ago
|
Assignee: server-ops → shyam
Assignee | ||
Comment 13•16 years ago
|
||
LDAP account created for bwinton@latte.ca and password has been emailed to Blake.
SVN access enabled (svn_mozilla) and access granted to /mozillamessaging.com/sites/ispdb.mozillamessaging.com/trunk as mentioned by gozer in comment #3
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 14•16 years ago
|
||
(In reply to comment #13)
> LDAP account created for bwinton@latte.ca and password has been emailed to
> Blake.
>
> SVN access enabled (svn_mozilla) and access granted to
> /mozillamessaging.com/sites/ispdb.mozillamessaging.com/trunk as mentioned by
> gozer in comment #3
Thanks, could you make his access a bit wider and enable it for:
/mozillamessaging.com/sites/ispdb.mozillamessaging.com/
not just trunk.
Assignee | ||
Comment 15•16 years ago
|
||
(In reply to comment #14)
> Thanks, could you make his access a bit wider and enable it for:
>
> /mozillamessaging.com/sites/ispdb.mozillamessaging.com/
Modded.
Reporter | ||
Comment 16•16 years ago
|
||
So, when I try to check out the code, I get the following error message:
Fin:thunderbird bwinton$ svn co svn+ssh://mozsvn/mozillamessaging.com/sites/ispdb.mozillamessaging.com/trunk ispdb-write
Host key fingerprint is fa:e8:5a:cc:de:02:e0:c7:6e:ff:14:92:90:b9:12:be
You are not welcome here, go away!
svn: Network connection closed unexpectedly
And if I try to connect directly, it says:
Fin:thunderbird bwinton$ ssh svn.mozilla.org
Host key fingerprint is fa:e8:5a:cc:de:02:e0:c7:6e:ff:14:92:90:b9:12:be
Permission denied (publickey,gssapi-with-mic).
Any suggestions for what I can do to resolve this?
Thanks,
Blake.
Reporter | ||
Comment 17•16 years ago
|
||
Oh, and in my ~/.ssh/config file, I've got:
Host mozsvn
HostName svn.mozilla.org
User bwinton@latte.ca
IdentityFile ~/.ssh/bwinton.key
So the "mozsvn" part is hopefully not the problem.
Comment 18•16 years ago
|
||
bwinton: possible band-aid. Use https://svn.mozilla.org/ to checkout instead ?
Reporter | ||
Comment 19•16 years ago
|
||
Yeah, I tried that, but I got:
svn: Commit failed (details follow):
svn: Server sent unexpected return value (403 Forbidden) in response to CHECKOUT request for '/!svn/ver/53424/mozillamessaging.com/sites/ispdb.mozillamessaging.com/trunk'
svn: Your commit message was left in a temporary file:
svn: '/Users/bwinton/Programming/thunderbird/ispdb-write/svn-commit.tmp'
Assignee | ||
Comment 20•16 years ago
|
||
Blake,
Can you try again now, for some reason the svn_mozilla bit wasn't set (pretty sure I set it the last time) but I've set it now and checked that it's set...so it should work fine now.
Reporter | ||
Comment 21•16 years ago
|
||
Getting closer… :) The checkout from svn+ssh was fine, but:
Fin:ispdb bwinton$ svn commit
Host key fingerprint is fa:e8:5a:cc:de:02:e0:c7:6e:ff:14:92:90:b9:12:be
Adding tests/test_add.py
Transmitting file data .svn: Commit failed (details follow):
svn: Access denied
svn: Your commit message was left in a temporary file:
svn: '/Users/bwinton/Programming/thunderbird/ispdb/svn-commit.tmp'
Fin:ispdb bwinton$ svn info
Path: .
URL: svn+ssh://mozsvn/mozillamessaging.com/sites/ispdb.mozillamessaging.com/trunk
Repository Root: svn+ssh://mozsvn
Repository UUID: 4eb1ac78-321c-0410-a911-ec516a8615a5
Revision: 54531
Node Kind: directory
Schedule: normal
Last Changed Author: gozer@mozillamessaging.com
Last Changed Rev: 53424
Last Changed Date: 2009-10-14 16:50:20 -0400 (Wed, 14 Oct 2009)
Thanks,
Blake.
Reporter | ||
Comment 22•16 years ago
|
||
(Re-opening because I still can't check in to ispdb trunk.)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 23•16 years ago
|
||
Can you try now, seems like I had an extra / at the end for the permissions, might just be the issue.
Reporter | ||
Comment 24•16 years ago
|
||
Okay, it all looks good now!
http://viewvc.svn.mozilla.org/vc?view=revision&revision=54676
Thanks,
Blake.
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Component: Account Request: SVN → Repository Account Requests
QA Contact: svn-acct-req → repo-acct-req
You need to log in
before you can comment on or make changes to this bug.
Description
•