Closed
Bug 357149
Opened 19 years ago
Closed 17 years ago
Create mozilla.com localizer SVN account for Pavel Franc
Categories
(mozilla.org :: Repository Account Requests, task)
mozilla.org
Repository Account Requests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pascalc, Assigned: aravind)
References
Details
Create SVN account for :
Name: Pavel Franc
Locale: cs
email: p.franc@gmail.com
SSH key: attachment #157709 [details]
This user will need subversion privs set for :
"projects/mozilla.com/trunk/{locale}".
| Assignee | ||
Updated•19 years ago
|
Assignee: server-ops → aravind
| Assignee | ||
Comment 1•19 years ago
|
||
For anonymous browsing and checkout, use http://svn.mozilla.org
The svn url for locale related checkins/checkouts will be
svn+ssh://svn.mozilla.org/projects/mozilla.com/trunk/{locale}/
Your e-mail address will be your svn login as well. You can pass this
user name directly on the svn url in the command line, but some svn
clients get confused with commands like this. In the example below
substitute 'email@host.tld' with your e-mail address.
svn co svn+ssh://email@host.tld@svn.mozilla.org/blah
They interpret 'host.tld' to be the svn repository host name and
svn.mozilla.org to be the revision. In unix environments, to get
around this (client confusion), put this in your ~/.ssh/config
Host svn.mozilla.org
User email@host.tld
Then, you can simply use "svn co svn+ssh://svn.mozilla.org/blah"
Please refer to copious google search results to get this working on
non-unix platforms.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 2•19 years ago
|
||
Could you change the email/username to franc@czilla.cz to be consistent with the CVS user name and the SSH key entry?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 3•19 years ago
|
||
Done, your svn username is now franc@czilla.cz
Status: REOPENED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → FIXED
Comment 4•19 years ago
|
||
> Done, your svn username is now franc@czilla.cz
Thanks a lot.
Status: RESOLVED → VERIFIED
Comment 5•19 years ago
|
||
This stoped working for me. The ssh connection and auth are fine:
> Using username "franc@czilla.cz".
> Authenticating with public key "pavel-dsa-key-20030903" from agent
> Thank you for using the mozilla subversion server
However I have no privs for "projects/mozilla.com/trunk/cs".
> Error: Commit failed (details follow):
> Error: Can't create directory
> '/repo/svn/svn/mozilla/db/transactions/3428-1.txn': Permission denied
Moreover, I would like to have access to "addons/trunk/site/app/locale/cs" since I'm also the Czech localizer of AMO. There is the same error message when I try to commit there.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Comment 6•19 years ago
|
||
(In reply to comment #5)
> However I have no privs for "projects/mozilla.com/trunk/cs".
>
> > Error: Commit failed (details follow):
> > Error: Can't create directory
> > '/repo/svn/svn/mozilla/db/transactions/3428-1.txn': Permission denied
Create directory? You shouldn't need to create any directory. What are you doing exactly?
Comment 7•19 years ago
|
||
Trying to commit changes in cs/firefox/community/index.html
| Assignee | ||
Comment 8•19 years ago
|
||
should work now. Please re-open if necessary. Had to add you to the right group. I am surprised this has been working all this time.
Status: REOPENED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Component: Server Operations → Account Request: SVN
QA Contact: justin → svn-acct-req
Comment 9•17 years ago
|
||
Commiting either into AMO/cs or MOZEU/cs resulted in:
Error: Commit failed (details follow):
Error: MKACTIVITY of '/!svn/act/3aea83bd-3f88-ab46-9d75-1f75261267a6': 500 Internal Server Error (http://svn.mozilla.org)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 10•17 years ago
|
||
You can't commit using http:// -- only https:// and svn+ssh:// will work.
Comment 11•17 years ago
|
||
Ahh. That was the trick. Thanks a lot.
Status: REOPENED → RESOLVED
Closed: 19 years ago → 17 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
•