Hello Denis,
> 1. Is it possible to create tags?
Yes, it is. Take a look at the WC API class SVNCopyClient.
It has got a
number of doCopy() methods which you can use for
branchingtagging.
Or you may find also interesting low-level API if you do not
want to
deal with working copies. Its main class is SVNRepository.
Please, check
our online docs on wiki.svnkit.com - there you will find
some examples
(on using SVNRepository and ISVNEditor in particular).
> 2. Is it possible to list available repositories (not
repository
inself) ?
No, SVNKit as well as Subversion do not provide such
functionality.
----
Alexander Sinyushkin,
TMate Software,
http://svnkit.com/ - Java
[Sub]Versioning Library!
Denis.Sitnitsa ubs.com wrote:
> Hi, All!
>
> I'm new to svn kit.
> Playing with a library now.
>
> I have created test connection and listed a directory
content. Library
> is nice. Thanks a lot.
>
> I have a couple of questions.
>
> 1. Is it possible to create tags?
> 2. Is it possible to list available repositories (not
repository inself) ?
>
> Regards,
> Denis.
>
>
>
------------------------------------------------------------
------------
>
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: svnkit-users-unsubscribe svnkit.com
> For additional commands, e-mail: svnkit-users-help svnkit.com
------------------------------------------------------------
---------
To unsubscribe, e-mail: svnkit-users-unsubscribe svnkit.com
For additional commands, e-mail: svnkit-users-help svnkit.com
|