Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 415112

Summary: can't commit addition of add org.tukaani.xz 1.3.0 to org.eclipse.orbit.build.feature.set1
Product: Community Reporter: Matthias Sohn <matthias.sohn>
Component: CVSAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: denis.roy
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Matthias Sohn CLA 2013-08-14 19:21:08 EDT
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 and I am an Orbit committer.
So I think I should have commit permissions on this project
Comment 1 Denis Roy CLA 2013-08-15 14:49:04 EDT
What's the URL you are using to commit?
Comment 2 Matthias Sohn CLA 2013-08-15 17:06:23 EDT
my fault I unintentionally tried to use pserver, I switched to extssh and now it works ;-)