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

Re: Can't move directories in my working copy

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-04-26 16:53:48 CEST

On Apr 26, 2006, at 15:46, Urs Thuermann wrote:

> $ svn mkdir net
> A net
> $ svn move can net
> A net/can
> D can/mscan
> D can/vcan.c
> D can/Makefile
> D can/sja1000/sja1000.c
> D can/sja1000/proc.c
> D can/sja1000/sja1000.h
> D can/sja1000/trajet-gw2.c
> D can/sja1000/Makefile
> D can/sja1000/isa.c
> D can/sja1000
> D can
>
> You see the old directory and its contents are deleted, the new
> directory is created but the contents of the new directory are not
> scheduled to be added (although they are in the new new dircetory).

There is no problem. The status display is just different than you
expect. The directory "can" is added inside "net" as you requested
(with its entire contents, though that's not shown in the status
command) and the old one is *scheduled* for deletion.

> A svn stat show the same output as above and svn diff shows all the
> files to be deleted but the new ones not created. Also, I am
> surprised that the old directory tree still exists (despite the fact
> that it is empty excpet the .svn directories).
>
> I haven't tried to check in these changes as I don't want to risk
> damaging the repository.

The old directory will be deleted from your working copy when you
commit the deletion.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 26 16:55:34 2006

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.