You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by abhishek vaidya <ab...@yahoo.co.in> on 2008/10/14 19:03:10 UTC

recovering the lost svn history on deleting files and adding them at a new location on the same svn server

Hi All,
         Some time back i deleted the files in a svn folder say X and then added these files to a folder X.Y (Y is newly created). Later i realized that i have lost the history of these files of the period before this change was done. How can i merge the previous history of these files with the history after this change?
    
Please reply all as i am not a member of this mailing list.


Thanks
Abhishek Vaidya



      

Re: recovering the lost svn history on deleting files and adding them at a new location on the same svn server

Posted by Andy Levy <an...@gmail.com>.
On Tue, Oct 14, 2008 at 15:03, abhishek vaidya
<ab...@yahoo.co.in> wrote:
> Hi All,
>          Some time back i deleted the files in a svn folder say X and then
> added these files to a folder X.Y (Y is newly created). Later i realized
> that i have lost the history of these files of the period before this change
> was done. How can i merge the previous history of these files with the
> history after this change?

When you "re-added" them, Subversion considered them new objects
altogether, so they have their own history.

You can copy from an older revision to the new location, which will
preserve the history. Or perform a "reverse merge" to "undelete" the
files, then svn mv them to the correct (new) location.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org