[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: C++ Bindings

From: Simon Large <simon.tortoisesvn_at_gmail.com>
Date: Wed, 29 Jun 2011 12:01:49 +0100

On 29 June 2011 08:58, <pb00072_at_surrey.ac.uk> wrote:
> Hi there,
>
> I am interested in writing a user interface in which the user can type in a project number/name into a search field, and the software will search the repository (NOT the local working copy) and return the revision number of the project, and potentially whether there are changes to the local copy. (Or if it's not up to date). I wish to write it in C++, however I can't find any C++ API for subversion/tortoiseSVN. Are you able to point me in the right direction to classes which would allow me to do this please.

Subversion is written in C not C++. There is certainly a C API which
is what TortoiseSVN uses to interface to it. Look at the subversion
project documentation.

There is no repository search function. If you know the URL then you
can look at a specific project, but that will not tell you where your
local working copy is, so there is no way to check for local changes
without first knowing where the local copy is.

Simon

-- 
:       ___
:  oo  // \\      "De Chelonian Mobile"
: (_,\/ \_/ \     TortoiseSVN
:   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
:   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2780483
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-06-29 13:01:58 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.