RE: CVS Local checkout

2007-06-04 Thread Lee, Tim
Ah! I see, I'd assumed that the 'local' meant that it was using file based CVS access rather than pserver / ext etc. Thanks for the help! - Tim -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: 01 June 2007 19:22 To: [EMAIL PROTECTED] Subject: Re: CVS Local

RE: CVS Local checkout

2007-06-01 Thread Lee, Tim
The normal checkout is fine, I use it all the time, just trying to get Continuum up and running today. Thanks, Tim -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: 01 June 2007 15:26 To: continuum-users@maven.apache.org Subject: Re: CVS Local checkout

Re: CVS Local checkout

2007-06-01 Thread Emmanuel Venisse
: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: 01 June 2007 15:26 To: continuum-users@maven.apache.org Subject: Re: CVS Local checkout It isn't normal, and I'm sure you'll get the same result if you run a checkout manually. Something should be wrong in your cvs. Emmanuel Lee, Tim a écrit : Hi

Re: CVS Local checkout

2007-06-01 Thread Anoop kumar V
When I look at the working-directory/1 folder I see the CVS repository files (build.xml,v for example) rather than the checked-out version I would normally expect build.xml. Is this normal behaviour? That is weird - not supposed to happen at all. The ,v files are the physical cvs repository

Re: CVS Local checkout

2007-06-01 Thread Emmanuel Venisse
oh, I didn't see you use the local provider and not the cvs provider. The local provider copy files and it is independant of cvs or other scm providers. Your scm url is totally wrong for cvs: http://maven.apache.org/scm/cvs.html Emmanuel Lee, Tim a écrit : Hi, I'm using an Scm Url of :

CVS Local checkout

2007-06-01 Thread Lee, Tim
Hi, I'm using an Scm Url of : scm:local:cvs-path:module - when I run the build I get the following output: 609392 [SocketListener0-1] INFO org.apache.maven.continuum.Continuum - Enqueuing 'test' (Build definition id=1). 610460 [Thread-2] INFO org.apache.maven.continuum.scm.ContinuumScm -

Re: CVS Local checkout

2007-06-01 Thread David Roussel
what version(s)? On Fri, 1 Jun 2007 13:41:52 +0100, Lee, Tim [EMAIL PROTECTED] said: Hi, ... Tim

RE: CVS Local checkout

2007-06-01 Thread Lee, Tim
1.0.3 Thanks, Tim -Original Message- From: David Roussel [mailto:[EMAIL PROTECTED] Sent: 01 June 2007 14:55 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: CVS Local checkout what version(s)? On Fri, 1 Jun 2007 13:41:52 +0100, Lee, Tim [EMAIL PROTECTED] said: Hi, ... Tim

Re: CVS Local checkout

2007-06-01 Thread Emmanuel Venisse
It isn't normal, and I'm sure you'll get the same result if you run a checkout manually. Something should be wrong in your cvs. Emmanuel Lee, Tim a écrit : Hi, I'm using an Scm Url of : scm:local:cvs-path:module - when I run the build I get the following output: 609392 [SocketListener0-1]