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

Re: The best solution to rename a directory when some peoples have local modifications

From: Alexis Boutillier <alexis.boutillier_at_arteris.net>
Date: 2004-04-19 16:40:50 CEST

In working wopy B0
[alexis@cesar cirrus]$ svn move tmp tmp2
A tmp2
D tmp/try
D tmp
[alexis@cesar cirrus]$ svn status -q
A + tmp2
D tmp
D tmp/try
[alexis@cesar cirrus]$ svn commit
Deleting cirrus/tmp
Adding cirrus/tmp2

Committed revision 3880.

In working copy B1
[alexis@cesar cirrus]$ ls tmp/
try
[alexis@cesar cirrus]$ cat tmp/try
coucou
[alexis@cesar cirrus]$ svn update
A tmp2
A tmp2/try
svn: Won't delete locally modified directory ''
svn: File 'try' has local modifications

as you can see if the file try had local modification, you can't make the
update for the new directory name, the new directory with the files are
created but the modification in the older directory are not deleted.
How could i do this rename in the best way. in the case that mer

-- 
Boutillier Alexis
Methodology engineer
Arteris SA
The Network-on-Chip Company (TM)
www.arteris.net
6 parc Ariane Immeuble Mercure
78284 Guyancourt Cedex
France
Office: (+33) 1 61 37 38 71
Fac:    (+33) 1 61 37 38 41
Alexis.Boutillier@arteris.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 19 16:41:28 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.