Re: [maven-scm] RFC fetch/push URL format

2009-10-03 Thread Dennis Lundberg
I agree with Brian. The parsing of SCM URLs have been a source of many bugs and a lot user confusion in the past. We must have a clear way of separating the who URLs. The problem is finding a suitable character to use. The '|' character is sometimes used in a Windows environment as a replacement f

Re: [maven-scm] RFC fetch/push URL format

2009-10-03 Thread Brian Fox
I think it would be more legible if the fetch and push urls were separated with something not part of the url normally, ie a | instead of : would stand out visually. Otherwise, this seems like the only workable solution in the current pom model. On Sat, Oct 3, 2009 at 2:52 AM, Mark Struberg wrote

Re: [maven-scm] RFC fetch/push URL format

2009-10-03 Thread Mark Struberg
Txs Olivier! The old format will remain and the new one will added additionally as kind of container for specifying 2 URLs in the old format. Hope I can check this in until tomorrow. LieGrue, strub --- On Fri, 10/2/09, Olivier Lamy wrote: > From: Olivier Lamy > Subject: Re: [maven-scm] RFC