Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 362537 - Git migration request: EMF Teneo project
Summary: Git migration request: EMF Teneo project
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Git (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-01 01:22 EDT by Martin Taal CLA
Modified: 2011-11-02 11:30 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Taal CLA 2011-11-01 01:22:07 EDT
Hi,
I request a git repository for the teneo project, currently hosted in cvs:
dev.eclipse.org
/cvsroot/modeling
org.eclipse.emf/org.eclipse.emf.teneo

Because of history I would like cvs to be migrated to git. Is this something you can do?

gr. Martin
Comment 1 Eclipse Webmaster CLA 2011-11-01 13:17:00 EDT
I've imported the contents of /cvsroot/modeling/org.eclipse.emf/org.eclipse.emf.teneo into /gitroot/teneo/org.eclipse.emf.teneo.git .  Can you take a look and confirm it's as you expect?

What do you want to do with the releng CVS code?

-M.
Comment 2 Martin Taal CLA 2011-11-01 14:43:29 EDT
Thanks looks good. But one thing is that the repository does not show up here:
http://git.eclipse.org/c/teneo/org.eclipse.emf.teneo.git/

Also hudson does not seem to be able to clone, could this be related?

Hudson git output:
Fetching changes from the remote Git repository
Fetching upstream changes from git://git.eclipse.org/gitroot/teneo/org.eclipse.emf.teneo.git
ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway
ERROR:  (Underlying report) : Error performing command: git fetch -t git://git.eclipse.org/gitroot/teneo/org.eclipse.emf.teneo.git +refs/heads/*:refs/remotes/origin/*
Command "git fetch -t git://git.eclipse.org/gitroot/teneo/org.eclipse.emf.teneo.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: fatal: The remote end hung up unexpectedly

ERROR: Could not fetch from any repository
FATAL: Could not fetch from any repository
hudson.plugins.git.GitException: Could not fetch from any repository
	at hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:885)
	at hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:843)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1960)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:283)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
Comment 3 Eclipse Webmaster CLA 2011-11-01 15:23:52 EDT
That's what I get for doing this as root.  Sorry the files were missing a+r perms.  Fixed.

-M.
Comment 4 Martin Taal CLA 2011-11-01 16:40:52 EDT
Okay thanks, the build now also runs from git. One last request, can you enable this commit mailing list for the git repository:
teneo-commit@eclipse.org

and then the cvs can be archived. 

Thanks!

gr. Martin
Comment 5 Eclipse Webmaster CLA 2011-11-02 09:09:22 EDT
Ok I've linked the commit notifications list in.

Is there anything in the teneo.releng CVS tree that needs to be imported or can it just be archived with the rest of the Teneo CVS data?

-M.
Comment 6 Martin Taal CLA 2011-11-02 09:34:50 EDT
Thanks!

releng can be archived, nothing really to get from there.
Comment 7 Eclipse Webmaster CLA 2011-11-02 11:30:11 EDT
Ok, I've removed the data from CVS and you can find an archived copy here: http://archive.eclipse.org/modeling/emf/teneo/teneo_cvs.tgz .

-M.