CVS tag from plugin

I would like to write a plugin that will do a CVS tag operation. I could not find anything in the OpenAPI to support this. Am I overlooking something?

Thanks!

Todd Breiholz

0
3 comments
Avatar
Permanently deleted user

Standard CVS plugin can do "cvs tag". (BTW it doesn't contain any openapi)

--
Olesya Smirnova
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

"Todd Breiholz" <no_mail@jetbrains.com> wrote in message
news:23375893.1095268246108.JavaMail.itn@is.intellij.net...

I would like to write a plugin that will do a CVS tag operation. I could

not find anything in the OpenAPI to support this. Am I overlooking
something?
>

Thanks!

>

Todd Breiholz



0
Avatar
Permanently deleted user

That's what I figured. I am writing a plugin to streamline the way that our developers work, including CVS functions. One function will allow the developer to perform a CVS tag operation on a number of files, tagging each file with multiple tags (we use tags in some unique ways).

Will I need to use a 3rd party CVS library to do this?

Thanks!

Todd Breiholz

0
Avatar
Permanently deleted user

Yes, I think so...

--
Olesya Smirnova
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

"Todd Breiholz" <no_mail@jetbrains.com> wrote in message
news:22569909.1097177899968.JavaMail.itn@is.intellij.net...

That's what I figured. I am writing a plugin to streamline the way that

our developers work, including CVS functions. One function will allow the
developer to perform a CVS tag operation on a number of files, tagging each
file with multiple tags (we use tags in some unique ways).
>

Will I need to use a 3rd party CVS library to do this?

>

Thanks!

>

Todd Breiholz



0

Please sign in to leave a comment.