--keep-local and properties
From: Neels Janosch Hofmeyr <neels_at_elego.de>
Date: Sat, 06 Jun 2009 19:09:19 +0200
(Note, this is a different issue to the one pburba, Stefan Küng and me were
Hi all,
I'd like confirmation from the community for a theoretical issue. It's
$ svn delete ./dir --keep-local
This leaves the data in the file system after removing the items from
Another side effect is that svn no longer checks whether there are any local
Now, I have a problem with this: It only keeps *text* modifications on disk.
Properties may hold important data, I'm thinking e.g. of "svn:externals".
So, please tell me I'm right in following this path:
(1) If there are only local text modifications, act as before. Remove from
(2) If there are local prop modifications, fail with an error similar to
(3) Feature: add an option to `svn revert' that allows only reverting
If I were to implement (2), I'd modify the signature of
I'd like to even make it entirely private to that file. I can see only one
Could this be used to publish client API to third-party elements? How do I
`make check' is successful if I rename this function and make it static and
(If all above makes sense, that is.)
Thanks for any comments,
------------------------------------------------------
|
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.