| www.delorie.com/archives/browse.cgi | search |
| Date: | Mon, 31 Jul 2000 08:54:34 +0300 (IDT) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| X-Sender: | eliz AT is |
| To: | Laurynas Biveinis <lauras AT softhome DOT net> |
| cc: | DJGPP Workers <djgpp-workers AT delorie DOT com> |
| Subject: | Re: New function: lstat() |
| In-Reply-To: | <39848A83.33632D4B@softhome.net> |
| Message-ID: | <Pine.SUN.3.91.1000731085405.2256D-100000@is> |
| MIME-Version: | 1.0 |
| Reply-To: | djgpp-workers AT delorie DOT com |
| Errors-To: | nobody AT delorie DOT com |
| X-Mailing-List: | djgpp-workers AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
On Sun, 30 Jul 2000, Laurynas Biveinis wrote:
> This is probably the last part of my symlink patch which does
> not require the symlink support itself. The patch is very big
> because all the Eli's artwork of coding in stat() has been moved
> to lstat().
It would be much better to rename the file instead. The resultant
diffs are much easier to read and comment on ;-).
> That thing alone has added 70 kbytes. Unfortunately,
> CVS has no way for expressing file moving.
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"
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |