Closed Bug 513986 Opened 15 years ago Closed 15 years ago

Need SVN write access to mozilla.org web tree

Categories

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

x86
Linux
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bsterne, Assigned: oremj)

Details

I need svn write access to the web tree to check in security advisories, etc.  I had CVS access at one point (see bug 442152), but I don't appear to have svn access.
You should already have SVN access... Over to IT to figure out why you don't.
Assignee: marcia → server-ops
Assignee: server-ops → jeremy.orem+bugs
Granted rw access to trunk.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Not sure why, but I still don't appear to have access:

brandon@dexter:~/site$ svn co svn+ssh://bsterne@mozilla.com@svn.mozilla.org/projects/mozilla.org/trunk 
Could not chdir to home directory : No such file or directory
You are not welcome here, go away!
svn: Connection closed unexpectedly
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Try adding a section to .ssh/config as detailed in https://wiki.mozilla.org/SVN#Linux and then checking out with svn co svn+ssh://svn.mozilla.org/projects/mozilla.org/trunk.  I think you are running in to a problem with 2 '@'s in your co string.
Status: REOPENED → RESOLVED
Closed: 15 years ago15 years ago
Resolution: --- → FIXED
brandon@dexter:~/site$ cat ~/.ssh/config
Host svn.mozilla.org
User bsterne@mozilla.com
brandon@dexter:~/site$ svn co svn+ssh://svn.mozilla.org/projects/mozila.org/trunk .
Enter passphrase for key '/home/brandon/.ssh/id_dsa': 
Could not chdir to home directory : No such file or directory
You are not welcome here, go away!
svn: Connection closed unexpectedly
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Think I found the problem. Try again. Sorry.
Status: REOPENED → RESOLVED
Closed: 15 years ago15 years ago
Resolution: --- → FIXED
(In reply to comment #6)
> brandon@dexter:~/site$ svn co
> svn+ssh://svn.mozilla.org/projects/mozila.org/trunk .

mozilla.org, not mozila.org
Works now.  Thanks.  Typo wasn't the problem, but fixed that too.
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.