Re: cvs connection string

2006-06-26 Thread Edwin Punzalan
uhm, you put your password in the url like so: scm:cvs:pserver:mutonj:[EMAIL PROTECTED]:/var/lib/cvsroot:module Jeff Mutonho wrote: Ok thanks.That seem to have sorted it out , but now Contiuum is expecting a password in the scm connection string.I've installed a cvsnt and did the manual lo

Re: cvs connection string

2006-06-26 Thread Jeff Mutonho
Ok thanks.That seem to have sorted it out , but now Contiuum is expecting a password in the scm connection string.I've installed a cvsnt and did the manual login , tested checking out a project and then logout.On my linux machine I have a ~/.cvspass file , but I don't know how this works on XP?Wha

Re: cvs connection string

2006-06-26 Thread jerome lacoste
On 6/26/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote: Whats wrong with this scm connection string : scm:cvs:pserver:[EMAIL PROTECTED]:/var/lib/cvsroot scm:cvs:pserver:[EMAIL PROTECTED]:/var/lib/cvsroot lacking module ? http://maven.apache.org/scm/cvs.html In any case , what the di

Re: cvs connection string

2006-06-26 Thread Edwin Punzalan
it seems to be missing a module to checkout, this worked but failed: scm:cvs:pserver:[EMAIL PROTECTED]:/var/lib/cvsroot:module Jeff Mutonho wrote: Whats wrong with this scm connection string : scm:cvs:pserver:[EMAIL PROTECTED]:/var/lib/cvsroot scm:cvs:pserver:[EMAIL PROTECTED]:/var/li

cvs connection string

2006-06-26 Thread Jeff Mutonho
Whats wrong with this scm connection string : scm:cvs:pserver:[EMAIL PROTECTED]:/var/lib/cvsroot scm:cvs:pserver:[EMAIL PROTECTED]:/var/lib/cvsroot In any case , what the difference between and ? -- Jeff GoogleTalk : ejbengine Skype: ejbengine Registered Linux user number 3

Re: CVS connection string

2004-05-25 Thread Dion Gillard
Have you got an example?? On Tue, 25 May 2004 09:42:03 -0400, Lee Rodgers <[EMAIL PROTECTED]> wrote: > > I am not sure if anyone else is having this problem I am trying to > use the maven-latka plugin and using the Jmeter Convert functionality > and it doesn't bring over any of the parameter val

Re: CVS connection string

2004-05-25 Thread Dion Gillard
ntserver is a valid protocol for cvsnt. On Tue, 25 May 2004 15:45:40 +0800, Niclas Hedhman <[EMAIL PROTECTED]> wrote: > > On Tuesday 25 May 2004 15:40, Ian Neruda wrote: > > Hi! > > I try to connect to cvs respository using > > scm|cvs|ntserver|username|[EMAIL PROTECTED]|d:\cvs_repository\dir1|mo

RE: CVS connection string

2004-05-25 Thread dsearle
Return Receipt Your RE: CVS connection string document

RE: CVS connection string

2004-05-25 Thread Heritier Arnaud
It's another solution ;-) Arnaud > -Message d'origine- > De : Ian Neruda [mailto:[EMAIL PROTECTED] > Envoyé : mardi 25 mai 2004 15:34 > À : Maven Users List > Objet : RE: CVS connection string > > > --- Heritier Arnaud <[EMAIL PROTECTED]> wrote:

Re: CVS connection string

2004-05-25 Thread Lee Rodgers
I am not sure if anyone else is having this problem I am trying to use the maven-latka plugin and using the Jmeter Convert functionality and it doesn't bring over any of the parameter values. So the newly created latka suite does not run. I would then need to add all the parameters to the latka

RE: CVS connection string

2004-05-25 Thread Ian Neruda
--- Heritier Arnaud <[EMAIL PROTECTED]> wrote: > you must be logged. > > before to launch maven : > > cvs -D :pserver:[EMAIL PROTECTED]:d:\cvs_repository\dir > login > Arnaud, thank you very much. I had to set cvsroot first and execute login after that. set cvsroot=:pserver:[EMAIL PROTECTED]:d

RE: CVS connection string

2004-05-25 Thread Heritier Arnaud
you must be logged. before to launch maven : cvs -D :pserver:[EMAIL PROTECTED]:d:\cvs_repository\dir login Arnaud > -Message d'origine- > De : Ian Neruda [mailto:[EMAIL PROTECTED] > Envoyé : mardi 25 mai 2004 13:18 > À : Maven Users List > Objet : RE: C

RE: CVS connection string

2004-05-25 Thread Ian Neruda
> You mustn't give your password > > scm|cvs|ntserver|[EMAIL PROTECTED]|d:\cvs_repository\dir1|module > > you must be logged and your password must be stored > in your .cvspass file > > http://maven.apache.org/reference/plugins/changelog/ > > > Arnaud Thank you for your help. I generated .cvs

RE: CVS connection string

2004-05-25 Thread Heritier Arnaud
a [mailto:[EMAIL PROTECTED] > Envoyé : mardi 25 mai 2004 09:40 > À : [EMAIL PROTECTED] > Objet : CVS connection string > > > Hi! > I try to connect to cvs respository using > scm|cvs|ntserver|username|[EMAIL PROTECTED]|d:\cvs_repository\dir1 > |mo

Re: CVS connection string

2004-05-25 Thread Ian Neruda
> > scm|cvs|ntserver|[EMAIL PROTECTED]|e:\cvs|Deployment > > Note the use of the vertical bar as delimiter as > the > > repository has a colon (:) in it. > > - > > > > Before that I tried with pserver, but I get the > same mistake. > > The complaint comes from the fact that there a

Re: CVS connection string

2004-05-25 Thread Niclas Hedhman
On Tuesday 25 May 2004 15:58, Ian Neruda wrote: > scm|cvs|ntserver|[EMAIL PROTECTED]|e:\cvs|Deployment > Note the use of the vertical bar as delimiter as the > repository has a colon (:) in it. > - > > Before that I tried with pserver, but I get the same mistake. The complaint com

Re: CVS connection string

2004-05-25 Thread Ian Neruda
--- Niclas Hedhman <[EMAIL PROTECTED]> wrote: > On Tuesday 25 May 2004 15:40, Ian Neruda wrote: > > Hi! > > I try to connect to cvs respository using > > > scm|cvs|ntserver|username|[EMAIL PROTECTED]|d:\cvs_repository\dir1|moduleName > > seven characters. > > I have never heard

CVS connection string

2004-05-25 Thread Ian Neruda
Hi! I try to connect to cvs respository using scm|cvs|ntserver|username|[EMAIL PROTECTED]|d:\cvs_repository\dir1|moduleName but I get the following error: java.lang.IllegalArgumentException: repository connection string contains more than six tokens Am I using wrong connection string? I'm using

Re: CVS connection string

2004-05-25 Thread Niclas Hedhman
On Tuesday 25 May 2004 15:40, Ian Neruda wrote: > Hi! > I try to connect to cvs respository using > scm|cvs|ntserver|username|[EMAIL PROTECTED]|d:\cvs_repository\dir1|moduleName seven characters. I have never heard of ntserver as an CVS protocol. Sure you don't mean pserver? N

Re: CVS connection string

2004-05-25 Thread Niclas Hedhman
Disregard I can't read ! :o( Niclas On Tuesday 25 May 2004 15:45, Niclas Hedhman wrote: > On Tuesday 25 May 2004 15:40, Ian Neruda wrote: > > Hi! > > I try to connect to cvs respository using > > scm|cvs|ntserver|username|[EMAIL PROTECTED]|d:\cvs_repository\dir1|moduleName > > ^^^