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

Re: Is there a way to change a "delete+add" operation into a "move" operation in the repository ?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-11-30 18:54:46 CET

On 11/30/05, Jocelyn F <f.jocelyn@gmail.com> wrote:

> So is there a way to "edit" the svn repository database to precise that a
> "Delete + Add" operation was in fact a "move" operation ?
> (maybe something similar to how we can edit logs in the past revisions) ?

Not easily. The dump/edit dumpfile/load method is really your best
bet, any other mechanism would require low down editing of the svn
database, and there's no way to do that at the moment, so you'd be
delving into unknown territory and probably writing a lot of code to
make it work.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 30 19:10:15 2005

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.