Hi
In my plugin, I need to create a cvs repository quietly.
I didn't see any CVS api to do that but I am able to use internal
packages to acquire reference such as RepositoryManager,
KnownRepositories, CVSRepositoryLocation, .. etc.
Can you let me know if there is cvs API that I can call to add a
repository?
If there is none, is it safe to call those internal classes in my plugin?
Since they are marked as internal, they are safe. But I use them and never
had problems so far.
"Windy" <windy_hung@yahoo.com> wrote in message
news:f89a79382e9b5d139a92b644dd55f84a$1@www.eclipse.org...
> Hi
> In my plugin, I need to create a cvs repository quietly.
> I didn't see any CVS api to do that but I am able to use internal packages
> to acquire reference such as RepositoryManager, KnownRepositories,
> CVSRepositoryLocation, .. etc.
> Can you let me know if there is cvs API that I can call to add a
> repository?
> If there is none, is it safe to call those internal classes in my plugin?
>
> Thanks
> Windy Hung
>
>
"Felix L J Mayer" <felix.mayer@objectaid.com> wrote in message
news:fvvg65$koa$1@build.eclipse.org...
> Since they are marked as internal, they are safe. But I use them and never
> had problems so far.
>
> "Windy" <windy_hung@yahoo.com> wrote in message
> news:f89a79382e9b5d139a92b644dd55f84a$1@www.eclipse.org...
>> Hi
>> In my plugin, I need to create a cvs repository quietly.
>> I didn't see any CVS api to do that but I am able to use internal
>> packages to acquire reference such as RepositoryManager,
>> KnownRepositories, CVSRepositoryLocation, .. etc.
>> Can you let me know if there is cvs API that I can call to add a
>> repository?
>> If there is none, is it safe to call those internal classes in my plugin?
>>
>> Thanks
>> Windy Hung
>>
>>
>
>
I also want to add cvs repository to eclipse but silently. Is there any configuration file where eclipse store the details of cvs server & credentials and reading them from that file to create connection.