[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: Lukas Ruf <ruf_at_rawip.org>
Date: 2004-04-19 16:24:31 CEST

> Alexis Boutillier <alexis.boutillier@arteris.net> [2004-04-19
> 16:01]:
>
> We want to rename a directory in the svn repository.
>
> a rename operation correspond to a copy and delete operation. So the
> revision number of all the files change has well. the problem is
> that peoples that has locals modifications in the older directory
> can't do the delete and only do the add.
>
> is there a solution to only rename the directory and then allow a
> local update to rename the directory without changing the revision
> number of all files within it ? if not how can you merge the local
> modification of the older directory with the new directory if their
> is conflicts ?
>

I would ask the contributors to check-in the local modifications.

svn move ${PATH}/to/repos/directory ${PATH}/to/repos/new_directory

And ask the contributors to run

svn update ${PATH}/to/repos

which should change the local copies -- if I have understood it
right..

wbr,
Lukas

-- 
Lukas Ruf           | Wanna know anything about raw |
<http://www.lpr.ch> | IP? -> <http://www.rawip.org> |
eMail Style Guide: <http://www.rawip.org/style.html>|
---------------------------------------------------------------------
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:25:09 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.