Skip to main content

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

I did just try it myself, and could still commit, so, don't think its anything completely wrong on server end.

To state the obvious first, make sure your connection still says "extssh" and didn't get changed to pserver, somehow.

:extssh:<committerid>@dev.eclipse.org:/cvsroot/tools

If not that, you might try "shutting down" eclipse for a while (probably all instances, to make sure there are no "SSH connections" left "open" to your machine,
and then try again.

If that doesn't help, I think only thing you can do is open a bug for webmasters to take a look.

Are you behind a proxy, by chance? I seem to recall some special instructions for those accessing via proxy server.

HTH




From:        Matthias Sohn <matthias.sohn@xxxxxxxxx>
To:        Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>,
Date:        08/14/2013 06:56 PM
Subject:        [orbit-dev] can't commit addition of add org.tukaani.xz 1.3.0 to        org.eclipse.orbit.build.feature.set1
Sent by:        orbit-dev-bounces@xxxxxxxxxxx




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
_______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orbit-dev


Back to the top