Closed
Bug 366781
Opened 19 years ago
Closed 19 years ago
cvs-mirror.nl.mozilla.com allows anonymous write access
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: Gavin, Assigned: oremj)
Details
Hannibal discovered this accidentally when trying to check in the patch for bug 364611.
Run the following command:
cvs -d :pserver:anonymous@cvs-mirror.nl.mozilla.com:/cvsroot ci -fm "test" mozilla/configure.in
Expected results:
cvs [server aborted]: "commit" requires write access to the repository
Actual results:
Checking in configure.in;
/cvsroot/mozilla/configure.in,v <-- configure.in
new revision: 1.1760; previous revision: 1.1759
done
This doesn't appear to be an issue on cvs-mirror.sj.mozilla.com.
Comment 1•19 years ago
|
||
I don't think it actually works. I just tried checking out browser.js, which was modified by me according to the checkin message, but cvs log showed all cvs-mirror knew about was revision 1.750, which is the one before my "checkin". Or maybe it's been resynced, I suppose that could explain why the change is no longer there... I'm confused. But I have to run for class right now.
| Reporter | ||
Comment 2•19 years ago
|
||
Yeah, it syncs pretty frequently, so your checkin from yesterday has already disappeared. My recent checkin of configure.in is still there at the moment, though.
| Assignee | ||
Comment 3•19 years ago
|
||
It probably checks in then gets overwritten by the new rsync, however, this is a pretty big problem since commits would be live on the mirror for up to 20 min or so.
| Assignee | ||
Updated•19 years ago
|
Assignee: server-ops → oremj
| Assignee | ||
Comment 4•19 years ago
|
||
This should be fixed now. Let me know if anyone can still commit.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•