meberts wrote on Wednesday, December 13, 2006 11:56 AM:

> Hi,
> 
> I'm using WebSVN for the Web-Access to the Subversion
> Repository and when
> creating a site the link is displayed as:
> http://<server>/websvn/listing.php?<...parameters/repository/p
> roject...> 
> 
> But when I'm starting a release, the Web-Access Url is
> displayed as the path
> to the actual repository in the project site:
> http://<server>/svn/<project>
> The path is (of course) correct, but it would be nicer if the "real"
> Web-Access path would be displayed.
> 
> I know that the release adds the scm paths "hardcoded" to the pom.xml
> during the prepare/perform stages. So, is there a bug/feature in the
> release plugin, that prevents the site from displaying the Web-Access
> Url? 

This works normally, but I guess in this case that the URL is processed by a 
normal java.net.URL instance and the code does not take care of URL parameters. 
So the base part of the URL does not make any sence to the SCM provider and it 
replaces the complete URL with something valid.

- Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to