Source code control integration
I'm sure this is something that has come up before, but I thought I'd ask it anyway.
The company I work for has its own wacky source code control system that I would like to tightly integrate with Intelli-j. What I'm looking for is an example of how this was done so I can cobble together the system quickly. For example, the Perforce and CVS integration are examples of the level of integration I'd like to have.
Question is, can I get ahold of the source code for such beasts so I can quickly figure out what to do?
Any guidlines, source examples, or am I just on my own?
请先登录再写评论。
my PerforcePlugin's source code is available at https://p4idea.dev.java.net/
feel free to have a look at it. Also you can look at Jacques Morel's
Clearcase plugin's source code too.
-Dash.
"Hal Hildebrand" <hal.hildebrand@hellblazer.com> wrote in message
news:26268845.1077210261215.JavaMail.itn@is.intellij.net...
it anyway.
>
would like to tightly integrate with Intelli-j. What I'm looking for is an
example of how this was done so I can cobble together the system quickly.
For example, the Perforce and CVS integration are examples of the level of
integration I'd like to have.
>
quickly figure out what to do?
>
Many thanks! This helps an enormous amount. . .