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

Anybody working on Issue 525: allow working copies w/out text-base?

From: Olaf Dietsche <olaf+list.subversion-dev_at_olafdietsche.de>
Date: 2004-05-22 21:08:04 CEST

Hi,

does anybody work on this issue? If not, can you help and push me in
the right direction? I looked through the subversion code and
understood some of it, but I'm still lost when searching for the right
places to modify.

AFAICS, to solve this issue, there are two items to work on:
- don't create the text-base copy in the first place when doing a
checkout or update
- retrieve a base copy from the repository, when doing a diff or checkin
- anything else I'm missing?

So, here are my questions:

Where is the initial text-base copy created? I believe, it's done
somewhere in update_editor.c in install_file(), but can't really
figure out where and how it's done.

I figured out, how to retrieve a file from the repository. Again, I
don't know _where_ to retrieve the base copy and how to hand on the
needed parameters (mainly svn_client_ctx_t) to the places deep down in
the code. Perhaps I should stuff it into some *_baton structure?

Thanks for any help! Or far better, someone else providing a patch ;-)

Regards, Olaf.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 22 21:08:19 2004

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.