| Summary: | Git migration request (Tools/Target Management project) | ||
|---|---|---|---|
| Product: | Community | Reporter: | Anna Dushistova <anna.dushistova> |
| Component: | Git | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | dmcknigh, josemg, mober.at+eclipse |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Anna Dushistova
Right now the repository is called org.eclipse.tm, but I'll rename it on Sunday in the final version. Just so you have another option: If you'd like to re-organize the existing repos in CVS(or you can list the changes here and we'll do it) Webmaster can run the imports. -M. (In reply to comment #2) > Just so you have another option: > > If you'd like to re-organize the existing repos in CVS(or you can list the > changes here and we'll do it) Webmaster can run the imports. > Matt, I got it all covered, I just need you to move my git repo into its final place and make it writable on Oct 29(not now!). Ok, you may want to remind us on Monday. -M. (In reply to comment #4) > Ok, you may want to remind us on Monday. I prepared the repo. It's located in /gitroot/tm/ and called org.eclipse.tm.git. You can make it live any time now. Thanks! I"ve taken a look and I"m not sure whats need frmo Webmaster. The repo has the right perms, and it's listed on http://git.eclipse.org/c/tm/org.ecipse.tm.git. Am I missing something? -M. (In reply to comment #6) > I"ve taken a look and I"m not sure whats need frmo Webmaster. The repo has > the right perms, and it's listed on > http://git.eclipse.org/c/tm/org.ecipse.tm.git. > > Am I missing something? > > -M. I have issues pushing. My console log is below: ssid:org.eclipse.tm anna$ git push Password: Counting objects: 5, done. Delta compression using up to 2 threads. Compressing objects: 100% (2/2), done. Writing objects: 100% (3/3), 460 bytes, done. Total 3 (delta 1), reused 1 (delta 1) remote: error: refusing to update checked out branch: refs/heads/master remote: error: By default, updating the current branch in a non-bare repository remote: error: is denied, because it will make the index and work tree inconsistent remote: error: with what you pushed, and will require 'git reset --hard' to match remote: error: the work tree to HEAD. remote: error: remote: error: You can set 'receive.denyCurrentBranch' configuration variable to remote: error: 'ignore' or 'warn' in the remote repository to allow pushing into remote: error: its current branch; however, this is not recommended unless you remote: error: arranged to update its work tree to match what you pushed in some remote: error: other way. remote: error: remote: error: To squelch this message and still keep the default behaviour, set remote: error: 'receive.denyCurrentBranch' configuration variable to 'refuse'. To ssh://adushistova@git.eclipse.org/gitroot/tm/org.eclipse.tm.git ! [remote rejected] master -> master (branch is currently checked out) error: failed to push some refs to 'ssh://adushistova@git.eclipse.org/gitroot/tm/org.eclipse.tm.git' ssid:org.eclipse.tm anna$ Is it something I can fix myself or webmasters could help with it? I fixed it with git config --bool core.bare true. I think you can freeze the cvs then. (In reply to comment #7) > (In reply to comment #6) > > I"ve taken a look and I"m not sure whats need frmo Webmaster. The repo has > > the right perms, and it's listed on > > http://git.eclipse.org/c/tm/org.ecipse.tm.git. > > > > Am I missing something? > > > > -M. > > I have issues pushing. My console log is below: > ssid:org.eclipse.tm anna$ git push > Password: > Counting objects: 5, done. > Delta compression using up to 2 threads. > Compressing objects: 100% (2/2), done. > Writing objects: 100% (3/3), 460 bytes, done. > Total 3 (delta 1), reused 1 (delta 1) > remote: error: refusing to update checked out branch: refs/heads/master > remote: error: By default, updating the current branch in a non-bare > repository > remote: error: is denied, because it will make the index and work tree > inconsistent > remote: error: with what you pushed, and will require 'git reset --hard' to > match > remote: error: the work tree to HEAD. > remote: error: > remote: error: You can set 'receive.denyCurrentBranch' configuration > variable to > remote: error: 'ignore' or 'warn' in the remote repository to allow pushing > into > remote: error: its current branch; however, this is not recommended unless > you > remote: error: arranged to update its work tree to match what you pushed in > some > remote: error: other way. > remote: error: > remote: error: To squelch this message and still keep the default behaviour, > set > remote: error: 'receive.denyCurrentBranch' configuration variable to > 'refuse'. > To ssh://adushistova@git.eclipse.org/gitroot/tm/org.eclipse.tm.git > ! [remote rejected] master -> master (branch is currently checked out) > error: failed to push some refs to > 'ssh://adushistova@git.eclipse.org/gitroot/tm/org.eclipse.tm.git' > ssid:org.eclipse.tm anna$ > > Is it something I can fix myself or webmasters could help with it? Ok, I've frozen CVS. -M. |