Closed
Bug 791864
Opened 13 years ago
Closed 13 years ago
Permission denied when pushing to /hg/mozilla/projects/ux
Categories
(Developer Services :: General, task)
Developer Services
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jaws, Assigned: bkero)
References
Details
Following https://bugzilla.mozilla.org/show_bug.cgi?id=790189, the permissions on the new repository don't look to be set correctly.
jwein@JWEIN-WIN7 /d/ux3
$ hg push --verbose
pushing to ssh://jwein%40mozilla.com@hg.mozilla.org/projects/ux
running "ssh jwein@mozilla.com@hg.mozilla.org "hg -R projects/ux serve --stdio""
searching for changes
1 changesets found
remote: abort: could not lock repository /repo/hg/mozilla/projects/ux: Permission denied
abort: unexpected response: empty string
Updated•13 years ago
|
Assignee: server-ops-devservices → bkero
Comment 2•13 years ago
|
||
Should be good to go now. Re-open if it's not.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•13 years ago
|
||
I tried pushing and got this error, although when pulling I pulled back the failed push changeset.
> jwein@JWEIN-WIN7 /d/ux3
> $ hg push
> pushing to ssh://jwein%40mozilla.com@hg.mozilla.org/projects/ux
> searching for changes
> remote: adding changesets
> remote: adding manifests
> remote: adding file changes
> remote: added 1 changesets with 4 changes to 4 files
> remote: error: changegroup.z_loghistory hook raised an exception: [Errno 1] Operation not permitted: '/repo/hg/mozilla/projects/ux/.hg/pushlog2.db'
>
> jwein@JWEIN-WIN7 /d/ux3
> $ hg qimport -r tip
>
> jwein@JWEIN-WIN7 /d/ux3
> $ hg qpop
> popping 107058.diff
> patch queue now empty
>
> jwein@JWEIN-WIN7 /d/ux3
> $ hg pull -u
> pulling from http://hg.mozilla.org/projects/ux
> searching for changes
> adding changesets
> adding manifests
> adding file changes
> added 1 changesets with 4 changes to 4 files
> 4 files updated, 0 files merged, 0 files removed, 0 files unresolved
Going to https://hg.mozilla.org/projects/ux/ shows the changeset has been pushed, but https://hg.mozilla.org/projects/ux/pushloghtml is now blank and http://tbpl.mozilla.org/?tree=UX is also blank.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 4•13 years ago
|
||
ping?
Assignee | ||
Comment 5•13 years ago
|
||
resolved, confirmed on irc
Assignee: shyam → bkero
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Component: Server Operations: Developer Services → General
Product: mozilla.org → Developer Services
You need to log in
before you can comment on or make changes to this bug.
Description
•