PVCS Plugin
Does anyone have any plans for a PVCS plug-in?? I got spoiled with VSS and
Intellij on my last project. I hate having to keep flipping to the PVCS
manager to check something in/out.
--
John De Lello
DelWare Software Solutions, LLC
Programming solutions for today's complex problems
http://www.DelWare.com
Please sign in to leave a comment.
+1, wish I had the time to do it myself.
"John D" <N_O__SP_A_M_JohnD@DelWare.com> wrote in message
news:akikc2$52e$1@is.intellij.net...
>
>
>
>
>
>
+1 I'm with John and Brad on this one.
"Brad" <lanebr@hotmail.com> wrote in message
news:akimr5$92n$1@is.intellij.net...
>
and
>
>
+1 from me.
-hendrik
"Jason Siveron" <jrsivers@visi.com> schrieb im Newsbeitrag
news:akipg5$cjj$1@is.intellij.net...
>
PVCS
>
>
+1 for me. I'd help, but can't be the main driver for this. And it's
not like we can rely on Merant for any good java code (shitiest java gui
app I've ever used.)
--pete
Hendrik Schreiber wrote:
>>+1 I'm with John and Brad on this one.
>>
>>"Brad" <lanebr@hotmail.com> wrote in message
>>news:akimr5$92n$1@is.intellij.net...
>>
>>>+1, wish I had the time to do it myself.
>>>
>>>"John D" <N_O__SP_A_M_JohnD@DelWare.com> wrote in message
>>>news:akikc2$52e$1@is.intellij.net...
>>>
>>>>Does anyone have any plans for a PVCS plug-in?? I got spoiled with VSS
>>>
>>and
>>
>>>>Intellij on my last project. I hate having to keep flipping to the
>>>
>>>>manager to check something in/out.
>>>>
>>>>
>>>>
>>>>--
>>>>
>>>>John De Lello
>>>>DelWare Software Solutions, LLC
>>>>Programming solutions for today's complex problems
>>>>http://www.DelWare.com
>>>>
>>>>
>>>
>>>
>>
I'm not a big fan of PVCS to begin with. VERY archaic functionality along
with a crappy GUI. Pretty much my whole development team abhors it, but
we're stuck with it so I am trying to make the best of it. The plug-in would
help since a nicer gui would take some of the pain away.
Does anyone have any specs on the plug-in design? I could take a look and
see what I can see, but I couldn't find any docs on creating a plug-in.
--
John De Lello
DelWare Software Solutions, LLC
Programming solutions for today's complex problems
http://www.DelWare.com
"Peter Morelli" <peter@achex.com> wrote in message
news:akn001$fvn$1@is.intellij.net...
>
>
>
Vote here:
http://www.intellij.net/tracker/idea/viewSCR?publicId=4131
"John D" <N_O__SP_A_M_JohnD@DelWare.com> wrote in message
news:akikc2$52e$1@is.intellij.net...
>
>
>
>
>
>
I'm in the middle of writing the PVCS plugin.
I'm adapting the Starteam one and things are going pretty well. Only thing is it is slow due to shelling out to the OS for the pcli calls.
I've also got a much more advanced PVCS <-> ANT integration then the default ANT optional stuff.
let me know if you need help testing the plugin...
I'd love to have a look at it... where can I get it?
-hendrik
To bad they haven't exposed the API they are using within the GUI. I think that would be faster than exec'ing pcli.
What about the Ant task? Do you have it somewhere so it can be downloaded? And what is the differences?
Did you ever get your PVCS plugin working? i would love to get my hands on it.