Hi Paul,

2011/10/25 Paul Bakker <[email protected]>:
> Hi all,
> As you might have seen from the 1001 commits I did in the past two hours,

LOL :)

> I'm trying to do a formal release of the first RC for amdatu-storage.
> I assume you normally use the Maven release plugin to do so. Creating a tag
> in subversion fails however because of insufficient permission. I believe

So you can commit but not tag... that is strange right? I'm guessing
the problem is in the maven config, not at the svn server end.

> the problem is that in the pom there is the following:
> <scm>
>
>  <connection>scm:svn:http://subversion.amdatu.org/svn/amdatu/trunk/amdatu-storage</connection>
> <developerConnection>scm:svn:http://subversion.amdatu.org/svn/amdatu/trunk/amdatu-storage</developerConnection>
> <url>scm:svn:http://subversion.amdatu.org/svn/amdatu/trunk/amdatu-storage</url>
> </scm>
> The developerConnection is http (not https) which can cause this problem. If
> I look at other POMs however, all of them just use http urls. I did try to
> use https, but in that case Maven gets confused because:
> "svn: Source and dest appear not to be in the same repository (src:
> 'https://subversion.amdatu.org/svn/amdatu/trunk/amdatu-storage'; dst:
> 'http://subversion.amdatu.org/svn/amdatu/tags/org.amdatu.storage-1.0.0-RC1')"
> I don't understand where the http is coming from in the destination url,
> it's not in the pom anymore.

What does your svn info URL say? I think it must match the
developerConnection so if you change that to https in the pom you may
need to svn switch --relocate your local checkout.

> My question is basically, what do you use to release now?

mvn release:prepare
mvn release:perform

But me and Ivo are on the internal GX network so that may be
different. Eg. this weekend I noticed I could not do the
release:perform upload to repository.amdatu.org from the outside.

Check and try the svn info first.

grz
Bram

_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to