Community
Participate
Working Groups
The GEF3D team has agreed on switching from SVN to GIT. Could you please migrate our SVN at https://dev.eclipse.org/svnroot/technology/org.eclipse.gef3d to a new GIT repository org.eclipse.gef3d.git Description: GEF3D git repository We have discussed a new structure (see https://bugs.eclipse.org/350557), and we'd like to slightly restructure the project, using five main folders in the GIT repository: - plugins - tests - examples and - features - releng As we are also in the process of setting up a nightly build, we would probably create new feature and releng projects (or copy from the read-only svn repositories, but we do not need the history of these projects), so we do not need the existing code to be migrated for these parts. Would it be possible to import the other projects listed below: + plugins + org.eclipse.draw3d + org.eclipse.draw3d.geometry + org.eclipse.draw3d.graphics3d + org.eclipse.draw3d.jogl + org.eclipse.draw3d.lwjgl + org.eclipse.draw3d.ui + org.eclipse.gef3d + org.eclipse.gef3d.doc + org.eclipse.gef3d.ext + org.eclipse.gef3d.ext.emf + org.eclipse.gef3d.gmf + tests + org.eclipse.draw3d.test + examples + org.eclipse.gef3d.examples.ecore + org.eclipse.gef3d.examples.graph + org.eclipse.gef3d.examples.uml2 Thanks a lot, Jens
I have prepared a migrated git repository, similar to Stefan Winkler's work with CDO as described in https://bugs.eclipse.org/bugs/show_bug.cgi?id=360970 . So, there would be no need to migrate anything. However I have not uploaded the repository to any server yet (I have no full shell access), maybe it would be easier to simply send the git (zip file, 2.4 MB) to a webmaster via mail? Cheers, Jens
Just upload it to dev/build via sftp. Then let me know where it is and I'll move it into place and unpack it. -M.
I have uploaded the zipped git archive to my homefolder at dev.eclipse.org: jvonpilgrim/org.eclipse.gef3d.git.zip I hope the configuration is ok. I've followed howtos and used svn2git to import the SVN history. Could you have a look at the configuration to double-check, please? As I have seen these question arise in other cases: - Can you also set our SVN repository to read-only? - https would be nice as well Thank you in advance, Cheers, Jens
Ok I've unpacked your repo at /gitroot/gef3d/org.eclipse.gef3d.git . Your svn repo has been marked read only, and scheduled for removal in a few months. I'll turn the HTTPs on monday morning. -M.
Matt, thank you very much! Cheers, Jens