This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA/win32] move win32_xfer_shared_library to (new) win32-tdep...


On Sat, Jan 10, 2009 at 11:24:11PM -0500, Christopher Faylor wrote:
> >In terms of the move itself, how do we want it to be done.
> >CVS doesn't support moves per se. Usually, in my own little CVS
> >repos where I don't use branches, I do a "mv" inside the CVS
> >repository.  But I know that this brings its own problems.
> >Should we use "cvs remove + cvs add"?
> 
> I don't know of any way to do a "mv" in CVS.  If no one objects, I'll do
> some surgery on the CVS repository to make a copy of windows-nat.c
> and windows-tdep.c to make it look like they always existed and then
> I'll cvs delete the old files and change Makefile.in.

Someone had a script for this but I don't remember who... the above is
what I usually do, but additionally remove tags from the new copies.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]