Re: Bug? "svn up" gets confused if repo has a property change, and the file was rm'd from the wc.
From: Aleksey Nogin <aleksey_at_nogin.org>
Date: 2005-10-07 09:08:17 CEST
On 06.10.2005 23:20, Peter N. Lundblad wrote:
> On Thu, 6 Oct 2005, Aleksey Nogin wrote:
% svnadmin create /tmp/test
% svn co file:///tmp/test wc1
% touch wc1/foo
% svn add wc1/foo
% svn ps svn:mime-type application/foo wc1/foo
% svn ci -m "" wc1/foo
% svn co file:///tmp/test wc2
% svn rm --force wc2/foo
% svn pd svn:mime-type wc1/foo
% svn ci -m "" wc1/foo
Committed revision 2.
% svn up wc2
-- Aleksey Nogin Home Page: http://nogin.org/ E-Mail: nogin@cs.caltech.edu (office), aleksey@nogin.org (personal) Office: Moore 04, tel: (626) 395-2200 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Oct 7 09:09:07 2005 |
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.