leahpar a écrit :
>> Ok, it seems to be good. Can you send us your patches?
> no it's not good because i've change also
>
> public class PerforceScmProvider
> public static String getRepoPath( ScmLogger log,
> PerforceScmProviderRepository repo, File basedir )
>
> if (false)//FIXME pom.exists() )
>
> but it's not a fine solution
sure
> I don't really understand the meaning of this :
> it seems to be a reading in the pom the new repo in perforce and then update
> the depot localisation.
> (it can be different with branches ) but why "Ignoring the SCM location"?
You can ask on Maven-SCM dev list, I hope Mike will answer.
>
> brain over...
>
> another issue is raised because each project in continuum required a client
> spec
> and the number can be too high.
Is it limited in Perforce?
>
> # A Perforce Client Specification.
> Client: prp_user-XXX-MavenSCM-D:\continuum\working-directory\51
> Update: 2007/04/20 16:49:34
> Access: 2007/04/20 16:49:34
> Owner: prp_user
> Description:
> Created by maven-scm-provider-perforce
> Root: D:\continuum\working-directory\51
> Options: noallwrite noclobber nocompress unlocked nomodtime normdir
> LineEnd: local
> View:
> //depot/hello3/...
> //prp_user-XXX-MavenSCM-D:\continuum\working-directory\51/...
>
> something should be done to have (I'm not able to succeed at this time)
>
> # A Perforce Client Specification.
> Client: prp_user-XXX-MavenSCM-D:\continuum\working-directory
> Update: 2007/04/20 16:49:34
> Access: 2007/04/20 16:49:34
> Owner: prp_user
> Description:
> Created by maven-scm-provider-perforce
> Root: D:\continuum\working-directory
> Options: noallwrite noclobber nocompress unlocked nomodtime normdir
> LineEnd: local
> View:
> //depot/hello1/...
> //prp_user-XXX-MavenSCM-D:\continuum\working-directory\46/...
> //depot/hello2/...
> //prp_user-XXX-MavenSCM-D:\continuum\working-directory\47/...
> //depot/hello3/...
> //prp_user-XXX-MavenSCM-D:\continuum\working-directory\51/...
>
|