Closed Bug 357131 Opened 18 years ago Closed 18 years ago

Create mozilla.com localizer SVN account for Ankit Patel

Categories

(mozilla.org :: Repository Account Requests, task)

task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: pascalc, Assigned: aravind)

References

Details

Attachments

(1 file)

Create SVN account for :

Name: Ankit Patel
Locale: gu-IN
email: ankit644@yahoo.com
SSH key: attached

This user will need subversion privs set for :
"projects/mozilla.com/trunk/{locale}".
Attached file SSH key
Assignee: server-ops → aravind
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: 18 years ago
Resolution: --- → FIXED
[ankit@ankit ~]$ svn co svn+ssh://ankit644@yahoo.com@svn.mozilla.org/blah
svn: Illegal svn repository URL 'svn+ssh://ankit644@yahoo.com@svn.mozilla.org/blah'

After adding the entry ino ~/.ssh/config i tried following...

[ankit@ankit ~]$ svn co svn+ssh://svn.mozilla.org/blah
Bad owner or permissions on /home/ankit/.ssh/config
svn: Connection closed unexpectedly

So, can you please help me to resolve this?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
"svn co svn+ssh://svn.mozilla.org/blah" is just an example. For your locale, you need to use "svn co svn+ssh://svn.mozilla.org/projects/mozilla.com/trunk/gu-IN" to get the gu-IN mozilla.com directory.

Also, the error "Bad owner or permissions on /home/ankit/.ssh/config" means you need to set the correct permissions on that file. To fix this, you can probably use "chmod 700 /home/ankit/.ssh".
At least any of these two should work...

[ankit@ankit translate]$ svn co svn+ssh://svn.mozilla.org/projects/mozilla.com/trunk/gu-IN
Permission denied (publickey).
svn: Connection closed unexpectedly
[ankit@ankit translate]$ svn co svn+ssh://ankit644@yahoo.com@svn.mozilla.org/projects/mozilla.com/trunk/gu-IN
svn: Illegal svn repository URL 'svn+ssh://ankit644@yahoo.com@svn.mozilla.org/projects/mozilla.com/trunk/gu-IN'
I see this in my logs.

# grep ankit /var/log/secure
Oct 19 01:13:37 svn sshd[5495]: Invalid user ankit from 10.2.74.4
Oct 19 01:15:32 svn sshd[5542]: Invalid user ankit from 10.2.74.4
# 

Looks like your .ssh/config file contains 

Host svn.mozilla.org
User ankit


It should be

Host svn.mozilla.org
User ankit644@yahoo.com

Please let us know if this fixes the problem.
Yeah, it's working, thanks...
Status: REOPENED → RESOLVED
Closed: 18 years ago18 years ago
Resolution: --- → FIXED
Component: Server Operations → Account Request: SVN
QA Contact: justin → svn-acct-req
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.

Attachment

General

Created:
Updated:
Size: