You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Vincent Lefevre <vi...@vinc17.org> on 2008/09/29 08:51:56 UTC

Bug: svn:ignore property not removed from working copy

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)?

I noticed that by comparing the "svn proplist --verbose" output from
the WC between 2008-09-14 (WC that was checked out a long time ago,
but up-to-date) and today (after a very recent checkout[*]).

[*] I had to do this checkout because after a commit a few days ago
with a date in the past, both the repository and the WC got corrupt.

-- 
Vincent Lefèvre <vi...@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@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

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

Posted by Vincent Lefevre <vi...@vinc17.org>.
On 2008-09-30 22:14:51 -0400, Karl Fogel wrote:
> Vincent Lefevre <vi...@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 <vi...@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@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

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

Posted by Karl Fogel <kf...@red-bean.com>.
Vincent Lefevre <vi...@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.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

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

Posted by Vincent Lefevre <vi...@vinc17.org>.
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.

-- 
Vincent Lefèvre <vi...@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@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

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

Posted by Vlad Georgescu <vg...@gmail.com>.
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

-- 
Vlad

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org