Closed
Bug 879051
Opened 12 years ago
Closed 12 years ago
pushlog error on new user repository
Categories
(Developer Services :: General, task)
Developer Services
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 877975
People
(Reporter: hwine, Unassigned)
Details
Error on push from pushlog code in new user repo; hg push suceeded.
I created a new user repository:
$ ssh hg.mozilla.org clone buildbotcustom
Making repo buildbotcustom for hwine@mozilla.com.
This repo will appear as hg.mozilla.org/users/hwine_mozilla.com/buildbotcustom.
If you need a top level repo, please quit now and file a bug for IT to create one for you.
0) Exit.
1) yes.
2) no.
Proceed? 1
You can clone an existing public repo or a users private repo.
You can also create an empty repository.
0) Exit.
1) Clone a public repository.
2) Clone a private repository.
3) Create an empty repository.
Source repository: 3
About to create an empty repository at /users/hwine_mozilla.com/buildbotcustom
0) Exit.
1) yes.
2) no.
Proceed? 1
Fixing permissions, don't interrupt.
0 [Hal@Hals-MacBook-Air ~]
$
Then pushed to it:
$ hg push -f user
pushing to ssh://hg.mozilla.org/users/hwine_mozilla.com/buildbotcustom
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 956 changesets with 1000 changes to 53 files
remote: error: changegroup.z_loghistory hook raised an exception: attempt to write a readonly database
0 [Hal@Hals-MacBook-Air buildbotcustom]
Push succeeded:
$ hg push -f user
pushing to ssh://hg.mozilla.org/users/hwine_mozilla.com/buildbotcustom
searching for changes
no changes found
0 [Hal@Hals-MacBook-Air buildbotcustom]
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
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
•