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

Re: Bug: svn:ignore property not removed from working copy

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: Fri, 3 Oct 2008 11:32:36 +0200

On 2008-09-30 22:14:51 -0400, Karl Fogel wrote:
> Vincent Lefevre <vincent+svn_at_vinc17.org> writes:
> > On 2008-09-29 11:56:32 +0300, Vlad Georgescu wrote:
> >> Vincent Lefevre wrote:
> >> > On 2007-01-17, I did a commit where a svn:ignore property was removed.
> >> > However on one of my machines, this svn:ignore property has never been
> >> > removed from the working copy. Is this a known bug (possibly fixed)?
> >>
> >> Could it be issue #1672 (which I fixed recently)?
> >>
> >> http://subversion.tigris.org/issues/show_bug.cgi?id=1672
> >
> > Perhaps. I don't remember if the update was aborted, but this is very
> > possible, since in this changeset, I replaced a non-versioned symlink
> > by a directory. This means that if I forgot to remove the symlink
> > manually, then the update was aborted.
>
> This sounds like it might be issue #3282? (It's a long issue, but jump
> to http://subversion.tigris.org/issues/show_bug.cgi?id=3282#desc5 for a
> summary of what the bug is/was.)

No, this is not this issue. I really think it is #1672.

Note: The symlink I'm talking about was non-versioned; it was a
symlink to a directory, and I replaced it by a versioned directory
with something like "rm foo; svn mkdir foo; svn pdel svn:ignore ."
(the svn:ignore property contained "foo"). The bug occurred when
I did the update on another machine: I think I forgot to do the
"rm foo" before "svn update", thus the update failed and bug #1672
occurred.

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-03 11:32:53 CEST

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.