rom: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 14, 2005 4:26 AM
> To: scm-dev@maven.apache.org
> Subject: Re: ClearCase implementation
>
>
>
> Wim Deblauwe a écrit :
[snip]
> > 2) About the checkout command: In ClearCase, you are looking at
&
Hi,
3 questions:
1) what maven commando's can I try to test my implementation?
2) About the checkout command: In ClearCase, you are looking at
read-only files and you "check out" 1 file to edit that file. After
that you check your file in. This is not the same for SVN for instance,
where checkou
Wim Deblauwe a écrit :
Hi,
3 questions:
1) what maven commando's can I try to test my implementation?
You can try mojos in maven-scm-plugin.
2) About the checkout command: In ClearCase, you are looking at
read-only files and you "check out" 1 file to edit that file. After that
you chec
Wim Deblauwe a écrit :
What should I try to implement first?
I think update command should be the first. I don't know if clearcase have this mechanism
or if it's only a checkout, but our update command run too a changelog for obtain all
update info. You can look at cvs or svn providers for
What should I try to implement first?
I see that checkout and changelog is implemented. Should I try:
- adding a new file (add method, but which one?)
- tag ( also 2 methods) -> I suppose this is a label in clearcase
- checkin (also 2 methods, and they even have different case!)
regards,
Wim20