Hello Orlin,
If you're working with 'real' working copy (i.e. working copy in normal
subversion format, checked out either with Subversion client or with
SVNKit from Subversion repository), then you have no need to use
low-level API - just use SVNClientManager or SVNClientImpl APIs.
In case you'd like to implement your own custom working copy format,
then you have to store at least latest revision you had updated this
working copy to (root and only revision to report in a simple case) -
this is up to you where and how to store this revision.
But I suspect that using normal high-level API to perform Subversion
operations like update or commit should satisfy your needs.
Alexander Kitaev,
TMate Software,
http://svnkit.com/ - Java [Sub]Versioning Library!
http://sqljet.com/ - Java SQLite Library!
Orlin Stoianov wrote:
> Hello Friends,
>
> My application needs to update my working copy to the latest revision,
> but it needs to do that by using low-level API.
> I read both articles in SVNKit documentation related to update like
> operation and understood that my application should describe the state
> of local versioned items to repository.
> OK, I noticed that may be for simplification both examples provided in
> these articles, report the state of working copy tree directly in code.
> It is obvious that this is not applicable in real world application.
> So, I spent nearly a whole day trying to find a way to report working
> copy state. As I understood from all I had read, SVNKit should have some
> functionality to read local revision tree from the file system.
> I am trying to find how to do that or otherwise may be I have missed
> something and I don't understand well the purpose and ways of doing such
> report.
>
> Please assist.
>
> Greetings,
> Orlin
>
>
>
>
> __________ Information from ESET Smart Security, version of virus
> signature database 4454 (20090924) __________
>
> The message was checked by ESET Smart Security.
>
>
http://www.eset.com>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
svnkit-users-unsubscribe@...
> For additional commands, e-mail:
svnkit-users-help@...
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail:
svnkit-users-unsubscribe@...
For additional commands, e-mail:
svnkit-users-help@...