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

Re: "svn: Won't delete locally modified directory ..."

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-06-29 01:08:35 CEST

On Mon, 2004-06-28 at 17:49, Jeff Squyres wrote:

> cd $HOME/checkout_number_1
> svn mkdir foo
> svn mkdir foo/bar
> svn ci -m "waaahoooo!"
>
> cd $HOME/checkout_number_2
> svn up
> touch foo/bar/baz
>
> cd $HOME/checkout_number_1
> svn rm foo
> svn ci -m "didn't want it anyway"
>
> cd $HOME/checkout_number_2
> svn up
> ==> error occurs

Um.... this recipe doesn't reproduce for me. I just built /trunk an
hour ago:

(I have wc and wc2 checkouts, each containing many files.)

[sussman@kepler:~/scratch]$ cd wc
[sussman@kepler:~/scratch/wc]$ svn mkdir foo
A foo
[sussman@kepler:~/scratch/wc]$ svn mkdir foo/bar
A foo/bar
[sussman@kepler:~/scratch/wc]$ svn ci -m "blah"
Adding foo
Adding foo/bar
 
Committed revision 23.
[sussman@kepler:~/scratch/wc]$ cd ../wc2
[sussman@kepler:~/scratch/wc2]$ svn up
A foo
A foo/bar
Updated to revision 23.
[sussman@kepler:~/scratch/wc2]$ touch foo/bar/baz
[sussman@kepler:~/scratch/wc2]$ cd ..
[sussman@kepler:~/scratch]$ cd wc
[sussman@kepler:~/scratch/wc]$ svn rm foo
D foo/bar
D foo
[sussman@kepler:~/scratch/wc]$ svn ci -m "bye"
Deleting foo
 
Committed revision 24.
[sussman@kepler:~/scratch/wc]$ cd ..
[sussman@kepler:~/scratch]$ cd wc2
[sussman@kepler:~/scratch/wc2]$ svn st -u
? foo/bar/baz
       * 23 foo
Status against revision: 24
[sussman@kepler:~/scratch/wc2]$ svn up
D foo
Updated to revision 24.
[sussman@kepler:~/scratch/wc2]$ svn st
? foo

...perhaps your 1.1 client is accidentally linking to an old libsvn_wc?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 29 01:12:11 2004

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.