Community
Participate
Working Groups
By mistake I have committed a folder to the GEF repository (namely /cvsroot/tools/org.eclipse.gef/GEF4/plugins/org.eclipse.gef4.geometry.doc/reference/api), which I need to remove from the server (in order to add it to the cvsignore list, because it gets generated during each build). While being granted shell access to dev.eclipse.org via the portal, I am not allowed to issue any command and I am logged out immediately after trying to issue one (yes, my prompt is $r). Could somebody please assist me in deleting the respective directory, or help me out with shell access to the GEF repository structure?
As I will probably also have to move some folders (renaming of feature folders), it would be quite helpful go obtain the necessary rights indeed.
Ok, I've removed /cvsroot/tools/org.eclipse.gef/GEF4/plugins/org.eclipse.gef4.geometry.doc/reference/api . The rename operations should be possible via CVS as I recall. -M.
(In reply to comment #2) > Ok, I've removed > /cvsroot/tools/org.eclipse.gef/GEF4/plugins/org.eclipse.gef4.geometry.doc/reference/api > . Thanks! > > The rename operations should be possible via CVS as I recall. > > -M. I do not think so (renaming the remote folders does not seem to be possible as far as I recall). But if you could help me out with renaming the two feature folders within /cvsroot/tools/org.eclipse.gef/GEF4/features as follows: org.eclipse.gef4.geometry-feature => org.eclipse.gef4.geometry.feature org.eclipse.gef4.geometry.tests-features => org.eclipse.gef4.geometry.tests.feature that would help me out for the moment.
(In reply to comment #3) > > org.eclipse.gef4.geometry-feature => org.eclipse.gef4.geometry.feature > org.eclipse.gef4.geometry.tests-features => > org.eclipse.gef4.geometry.tests.feature Done. -M.
Denis, I don't want to get annoying, but I have finally found a way to make Tycho and the Eclipse naming conventions play well with each other, and that makes it necessary (I am sorry) to rename the features back in the form: org.eclipse.gef4.geometry.feature => org.eclipse.gef4.geometry-feature org.eclipse.gef4.geometry.tests.feature => org.eclipse.gef4.geometry.tests-feature org.eclipse.gef4.geometry.doc.feature => org.eclipse.gef4.geometry.doc-feature org.eclipse.gef4.geometry.sdk.feature => org.eclipse.gef4.geometry.sdk-feature Could you help me out a last time?
(In reply to comment #5) > org.eclipse.gef4.geometry.feature => org.eclipse.gef4.geometry-feature > org.eclipse.gef4.geometry.tests.feature => > org.eclipse.gef4.geometry.tests-feature > org.eclipse.gef4.geometry.doc.feature => org.eclipse.gef4.geometry.doc-feature > org.eclipse.gef4.geometry.sdk.feature => org.eclipse.gef4.geometry.sdk-feature > > Could you help me out a last time? Done. -M.