Directory restructure?

Bjorn Wesen bjorn.wesen at axis.com
Tue Apr 3 15:56:39 EDT 2001


On Mon, 26 Mar 2001, David Woodhouse wrote:
> >  Hopefully you can play that game directly within the repository so
> > not to lose log history. 
> 
> That's the plan, yes.

There is no clean way of moving files in cvs and retaining history :( it's
one of the (few) bad things with cvs (another is that you cannot really
use -D to check out an old version cleanly).

I think the closest you can get is to cp the ,v files to the new place
and then do cvs rm on the original files (so you can restore an earlier
version if you want). If you do plain mv you screw that up (as well as any
person who has a checkout).

You'll need to manually remove the tags from the cp'ed files though,
otherwise you'll get problems backing up as well (you'll get duplicates).

-BW



To unsubscribe, send "unsubscribe mtd" to majordomo at infradead.org



More information about the linux-mtd mailing list