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

2009-10-06 Thread Mark Struberg
ern...@otherserver:8898/~/repopath.git If there are no objections, I'll check the changes in to SVN tomorrow. LieGrue, strub --- On Mon, 10/5/09, Brett Porter wrote: > From: Brett Porter > Subject: Re: [maven-scm] RFC fetch/push URL format > To: "Maven Developers List" &g

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

2009-10-05 Thread Brett Porter
On 05/10/2009, at 7:41 PM, Mark Struberg wrote: Brett, I think and are not appropriate because they are used for different use cases and not for different technical aspects. In fact for some commands we need both the fetch and push URLs for the same maven-scm command. Right - but I'm

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

2009-10-05 Thread Mark Struberg
t Porter wrote: > From: Brett Porter > Subject: Re: [maven-scm] RFC fetch/push URL format > To: "Maven Developers List" > Date: Monday, October 5, 2009, 1:42 AM > Adding extra elements with the same > delimiter might break anything  > that tried using it with array ind

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

2009-10-04 Thread Brett Porter
strub --- On Sun, 10/4/09, Dennis Lundberg wrote: From: Dennis Lundberg Subject: Re: [maven-scm] RFC fetch/push URL format To: "Maven Developers List" Date: Sunday, October 4, 2009, 8:33 AM I agree with Brian. The parsing of SCM URLs have been a source of many bugs and a lot user co

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

2009-10-04 Thread Mark Struberg
fetch|http://otherserver/otherpath I personally dont care much, both will work :) LieGrue, strub --- On Sun, 10/4/09, Dennis Lundberg wrote: > From: Dennis Lundberg > Subject: Re: [maven-scm] RFC fetch/push URL format > To: "Maven Developers List" > Date: Sunday, October 4, 2009, 8

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

2009-10-03 Thread Dennis Lundberg
orrow. >> >> LieGrue, >> strub >> >> --- On Fri, 10/2/09, Olivier Lamy wrote: >> >>> From: Olivier Lamy >>> Subject: Re: [maven-scm] RFC fetch/push URL format >>> To: "Maven Developers List" >>> Date: Friday, Octobe

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

2009-10-03 Thread Brian Fox
y wrote: > >> From: Olivier Lamy >> Subject: Re: [maven-scm] RFC fetch/push URL format >> To: "Maven Developers List" >> Date: Friday, October 2, 2009, 10:05 PM >> If it help to improve git support : >> go for it ! >> >> The most importa

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

2009-10-03 Thread Mark Struberg
m] RFC fetch/push URL format > To: "Maven Developers List" > Date: Friday, October 2, 2009, 10:05 PM > If it help to improve git support : > go for it ! > > The most important IMHO is to be backward compatible and > support the > current git url which are

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

2009-10-02 Thread Olivier Lamy
If it help to improve git support : go for it ! The most important IMHO is to be backward compatible and support the current git url which are supported : scm:git:git://github.com/olamy/scm-git-test-one-module.git scm:git:g...@github.com:olamy/scm-git-test-one-module.git -- Olivi

[maven-scm] RFC fetch/push URL format

2009-10-01 Thread Mark Struberg
Hi! Git and a few other SCMs are able to use 2 different URLs for reading from a server and writing to a server. For Git this is called fetch-URL and push-URL, and most DCMS like hg have the same functionality. An example would be to fetch via http and to push via ssh. This is not currently su