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

Possible bug with delete, non-recursive add

From: Jille Timmmermans <jille_at_hexon.cx>
Date: Wed, 11 Jun 2008 15:46:04 +0200

Hello all,

I encountered a bug (?), reproducable with:

svn mkdir a
svn mkdir a/b
svn commit -m test
svn delete a
svn --non-recursive add a
svn status
> R a
> D a/b
svn commit -m test
> Replacing a
svn status
> ? a/b

The dir a/b is removed from the repository, but not from the local file
system.

This seems like a bug to me.

-- Jille
(I am using --non-recursive because I don't want a/b to reappear)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-11 23:39:20 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.