[PATCH] Make "update" check a dir for local mods before deleting it.
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Thu, 09 Oct 2008 16:59:08 +0100
This patch makes "svn update" check for local mods in a directory tree
There is just one problem:
# WC contains:
$ svn update --depth=immediates # tries to delete A/...
This errors out because the "update" command puts a write lock only up
(1) Is this the right semantics of "svn update --depth=immediates", to
$ svn update --depth=immediates # wants to add A/...
So...
$ svn update --depth=immediates # wants to delete A/...
and
$ svn update --depth=immediates # wants to delete A/...
(2) It looks like if I want to implement my check, I have to get A's
One proposal was to use svn_wc_adm_open3(), but A/ is already
- Julian
---------------------------------------------------------------------
|
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.