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

Re: svn commit: rev 5814 - in trunk/subversion: libsvn_wc tests/clients/cmdline

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-05-13 23:21:54 CEST

Brian Denny <brian@briandenny.net> writes:

> On Tue, May 13, 2003 at 07:40:40PM +0100, Philip Martin wrote:
> >
> > I am wary of this removal of missing directories, does it mean that
> > the sequence
> >
> > svn mkdir foo
> > mv foo bar
> > svn up
> >
> > will remove the foo entry? If so, it would fall into the "I don't
> > expect that to happen" category.
>
> oh, crap. you are right, of course.

It's a problem already.

  svnadmin create repo
  svn co file://`pwd`/repo wc
  svn mkdir wc/bar
  rm -rf wc/bar
  svn st wc
  ! wc/bar
  svn mkdir file://`pwd`/repo/foo
  svn up wc
  A wc/foo
  D wc/bar
  Updated to revision 1.

I don't think the wc/bar entry should be removed.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 13 23:22:55 2003

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.