Re: Maven/SVN issues while releasing Felix HTTP

2013-09-18 Thread Bram de Kruijff
On Tue, Sep 17, 2013 at 4:40 PM, Jan Willem Janssen janwillem.jans...@luminis.eu wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/16/13 1:09 PM, Felix Meschberger wrote: Yes, Bram is correct: You need to add the scm element as proposed to the reactor POM. Thanks Bram Felix for

Re: Maven/SVN issues while releasing Felix HTTP

2013-09-18 Thread Jan Willem Janssen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/18/13 8:41 AM, Bram de Kruijff wrote: svn: E175002: Unexpected HTTP status 500 'Internal Server Error' on '/repos/asf/!svn/rvr/1524067/felix/trunk/http' svn: E160006: Additional errors: svn: E160006: No such revision 1524068 I've tried

Re: Maven/SVN issues while releasing Felix HTTP

2013-09-17 Thread Jan Willem Janssen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/16/13 1:09 PM, Felix Meschberger wrote: Yes, Bram is correct: You need to add the scm element as proposed to the reactor POM. Thanks Bram Felix for your remarks! Http Service is currently a special biest in the Apache Felix context: All

Re: Maven/SVN issues while releasing Felix HTTP

2013-09-16 Thread Bram de Kruijff
Hi Jan-Willem, disclaimer: I have never done a Felix release so there may be something I am missing :) Having said so.. svn --non-interactive copy \ --file /path/to/maven-scm-1604415565.commit \ --revision 1522994 \ .../felix/releases/felix-parent-2.1/org.apache.felix.http \

Re: Maven/SVN issues while releasing Felix HTTP

2013-09-16 Thread Bram de Kruijff
On Mon, Sep 16, 2013 at 11:43 AM, Bram de Kruijff bdekrui...@gmail.com wrote: Hi Jan-Willem, disclaimer: I have never done a Felix release so there may be something I am missing :) Having said so.. svn --non-interactive copy \ --file /path/to/maven-scm-1604415565.commit \

Re: Maven/SVN issues while releasing Felix HTTP

2013-09-16 Thread Felix Meschberger
Hi Yes, Bram is correct: You need to add the scm element as proposed to the reactor POM. Http Service is currently a special biest in the Apache Felix context: All bundles are released in one go along with the reactor. Hence setting the scm on the reactor should (theoretically) be enough to

Maven/SVN issues while releasing Felix HTTP

2013-09-13 Thread Jan Willem Janssen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm trying to release Felix HTTP v2.2.1 (using [1]), but running `mvn release:prepare` (from the `http` directory) fails while trying to create a release tag of the current sources (full log below): [ERROR] The svn tag command failed.