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

Re: reconnecting file history

From: Carsten Koch <Carsten.Koch_at_icem.com>
Date: 2007-03-25 00:40:01 CET

Francois Beaune wrote:
...
> Is there an "easy" way to fix this now?

maybe this works:
  * check out latest version of file, save as file_new.
  * svn delete file
  * svn copy -rN http://url/to/file@N http://url/to/file
    (N=latest revision with all the history)
  * check out file, copy file_new over it, commit.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Mar 25 00:40:45 2007

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.