Mike Perham a écrit :
No, right now Perforce would only update the Perforce view directory.
Are update and checkout only used to checkout/update to a temp working directory?
yes, update and checkout must be work in the same way, to a "temp" directory. We need it because
tools like continuum checkout sources in a directory and in regular interval, it updates this
directory with files in scm repository and parse the update result to find if some files are changed
( added/removed/modified)
I would assume so given that you should NEVER overwrite anything in the user's
main source location (because unexpected change is bad). If so, I can change
the update command to work just how I changed the checkout command yesterday.
mike
-----Original Message-----
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 30, 2005 3:02 AM
To: scm-dev@maven.apache.org
Subject: Re: Exercising more commands?
I need to verify with mike that update command updates the working directory
and not perforce view directory like it's done in checkout command.
Brett Porter a écrit :
Once the provider is ok, it can be dropped into a 1.0.2 install, though?
Emmanuel Venisse wrote:
so, Perforce won't be support in continuum 1.0.2
Mike Perham a écrit :
I don't have time to do this right now. It'll have to wait until we
deploy continuum here internally.
-----Original Message-----
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Tuesday,
November 29, 2005 12:04 PM
To: scm-dev@maven.apache.org
Subject: Re: Exercising more commands?
not yet, look at sources.
Can you test perforce provider with continuum?
Emmanuel
Mike Perham a écrit :
Any samples or docs on how to use the plugin?
-----Original Message-----
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 29, 2005 11:35 AM
To: scm-dev@maven.apache.org
Subject: Re: Exercising more commands?
maven-scm-plugin in maven-scm tree
Emmanuel
Mike Perham a écrit :
How do I exercise the commands which are not used by the release
plugin?
I'm thinking mostly of the diff and changelog commands - are there any
m2 plugins that use these commands?
mike