Community
Participate
Working Groups
Please migrate the CVS at dev.eclipse.org:/cvsroot/modeling/org.eclipse.m2t/org.eclipse.acceleo to a new git repository at git.eclipse.org/gitroot/m2t/org.eclipse.acceleo.git /cvsroot/modeling/org.eclipse.m2t/org.eclipse.acceleo.releng is an old, outdated project that should be left in CVS. The repository layout should remain the same as it is in CVS. Our release is done and our CVS is frozen. Webmaster can feel free to start the import now. We're fine with a plain cvsimport taking the history with us. A description for each of your repositories. The description will be seen in the web view: http://git.eclipse.org/c/ : "Acceleo git repository". This bug has been created as a copy of a number of others... I hope you have all necessary information here :). Thanks a lot!
Ok, I've done an initial import. Can you confirm that everything is as you expect? -M.
The repository looks good, I can clone it both with ssh://git.eclipse.org/gitroot/m2t/org.eclipse.acceleo.git and http://*. The layout is also good. However, I cannot push my changes on it (with ssh://lgoubet@git.eclipse.org...). Is there a problem with permissions? The message I get when trying to push from Eclipse is simply 'An internal Exception occurred during push: ssh://lgoubet@git.eclipse.org:29418/gitroot/m2t/org.eclipse.acceleo.git: Connection timed out: connect'. If I try to push from git-bash, I am returned this : ---------- $ git push ssh: connect to host git.eclipse.org port 29418: Bad file number fatal: The remote end hung up unexpectedly ---------- This is the same configuration I use to push (successfully) on another GIT repository hosted on Eclipse (git.eclipse.org/gitroot/emfcompare/org.eclipse.emf.compare.git), so I believe my local configuration is good.
You can ignore my last comment, that was an issue created by egit when it cloned my repository. If anyone else sees this, egit automatically added "pushurl = ssh://lgoubet@git.eclipse.org:29418/gitroot/m2t/org.eclipse.acceleo.git" in my local (cloned) repository's ".git/config" file. The port should be removed from that url (or the whole "pushurl" line deleted altogether). Thanks a lot for the import :).