Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orbit-dev] can't commit addition of add org.tukaani.xz 1.3.0 to org.eclipse.orbit.build.feature.set1

I am working on https://bugs.eclipse.org/bugs/show_bug.cgi?id=415104 in order
to add org.tukaani.xz 1.3.0 to orbit. It seems I am unable to commit the following change
to the feature.xml of org.eclipse.orbit.build.feature.set1

   <plugin
         id="org.tukaani.xz"
         download-size="0"
         install-size="0"
         version="1.3.0.qualifier"
         unpack="false"/>


CVS reports the following error:

"The server reported an error while performing the "cvs commit" command.

org.eclipse.orbit.build.feature.set1: cvs [server aborted]: "commit" requires write access to the repository"

though I was able to commit on this project earlier. 

Any hints how to fix this ?

--
Matthias


Back to the top