Message-ID: <3986EA75.9EDF27C4@softhome.net> Date: Tue, 01 Aug 2000 17:19:17 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: lt,en MIME-Version: 1.0 To: DJGPP Workers Subject: Re: New function: lstat() References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com (This reply, which was meant for all djgpp-workers, was sent only to Eli.) Eli Zaretskii wrote: > Of course, it does: see the node "Moving files" in the CVS manual. > In a nutshell: > > mv OLD NEW > cvs remove OLD > cvs add NEW > cvs ci -m "Renamed OLD to NEW" ...yes, and it produces exactly the same result I've sent there. Also try to browse history file for NEW. That's why I've said it does not support file moving well. I'll try to tweak diff by hand instead of using cvs diff and send the new one for review. Laurynas