Moving CVS files around?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Moving CVS files around?
Date: 2001-09-27 16:43:48
Message-ID: 29372.1001609028@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm considering moving s_lock.c from backend/storage/buffer, where it
seems to make no sense, into backend/storage/lmgr which seems like a
more logical place for it. However, the only way to do it that I know
of is to "cvs remove" in the one directory and then "cvs add" a new copy
in the other. That would lose the CVS log history of the file, or at
least make it a lot harder to find. Is there a way to attach the past
commit history to the file in its new location? Should I just do it and
not worry about the history? Should I leave well enough alone?

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Barry Lind 2001-09-27 17:04:07 Re: Abort transaction on duplicate key error
Previous Message Dave Page 2001-09-27 16:18:13 Re: [HACKERS] UTF-8 support