Closed
Bug 451443
Opened 17 years ago
Closed 17 years ago
Error trying to commit files in SVN
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: sheppy, Unassigned)
Details
Getting this error trying to commit some skin updates for MDC:
svn: Commit failed (details follow):
svn: MKACTIVITY of '/!svn/act/6499344e-cd71-44d9-b2e6-7a65b26fe224': 500 Internal Server Error (http://svn.mozilla.org)
svn: Your commit message was left in a temporary file:
svn: '/Volumes/HardWorker/projects/mdc-skin/mozilla/svn-commit.tmp'
Comment 1•17 years ago
|
||
You can't commit to http://svn.mozilla.org -- only https://svn.mozilla.org or svn+ssh://svn.mozilla.org.
Updated•17 years ago
|
OS: Mac OS X → All
Hardware: PC → All
Reporter | ||
Comment 2•17 years ago
|
||
Well, that'd do it. I was given the http://... url for pulling the files, and didn't think to fix it to https before doing the pull. How can I correct this?
Comment 3•17 years ago
|
||
svn switch --relocate http://svn.mozilla.org/projects/deki/trunk/mozilla/ https://svn.mozilla.org/projects/deki/trunk/mozilla/
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 4•17 years ago
|
||
Hmm. Now when I check in I get a different error:
Sending resources.it.txt
svn: Commit failed (details follow):
svn: CHECKOUT of '/!svn/ver/16341/projects/deki/trunk/mozilla/resources/resources.it.txt': 403 Forbidden (https://svn.mozilla.org)
svn: Your commit message was left in a temporary file:
svn: '/Volumes/HardWorker/projects/mdc-skin/mozilla/resources/svn-commit.tmp'
Updated•10 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
•