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

Re: Python ra sessions?

From: John Goerzen <jgoerzen_at_complete.org>
Date: 2003-05-02 16:31:36 CEST

cmpilato@collab.net writes:
> The problem you're going to run into is that we don't *have* an API
> for addressing the entire repository via a remote machine.

Hmm, my thinking was that I wouldn't need any more access than
svn_client is able to attain. Since svn_client is able to obtain full
information about the status of the repository at each revision, plus
revision properties such as dates, couldn't my own program obtain the
same information via svn_ra?

Likewise, as svn_client is able set these things for its commits, it
would seem to be doable.

>> bidirectional sync, since I think that's not at all appropriate.
>
> What do you mean by "copying the revision over"?

To be sure, I don't know yet.

My theory, from reading a chapter in the book and dome of the doxygen
material, is that I should be able to obtain a delta and properties
from each given source revision, and should then be able to commit a
revision on the destination side using the same delta and properties.

Now that's only a theory, so if you have to shoot it down, I'll paint
a nice target on it for you :-)

> I have a sneaking suspicion that the number of brick walls you are
> about to encounter is akin to, oh, a cross-section of post-Fire
> Chicago.

Well, as long as it's not impossible... :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 2 16:34:45 2003

This is an archived mail posted to the Subversion Dev mailing list.

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