Complete.Org: Mailing Lists: Archives: freeciv-dev: July 2000:
[Freeciv-Dev] pathnames in CVS snapshot diffs
Home

[Freeciv-Dev] pathnames in CVS snapshot diffs

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] pathnames in CVS snapshot diffs
From: Jed Davis <jldavis@xxxxxxxxxxxxxx>
Date: Sun, 16 Jul 2000 21:45:34 -0400

The pathnames in the CVS snapshot diffs aren't always consistent. For example, from the beginning of freeciv-cvs-Jul-04-Jul-05.diff:

diff -H -u -r --new-file ../../freeciv-Jul-04/freeciv/client/gui-beos/App.cpp ./client/gui-beos/App.cpp --- ../../freeciv-Jul-04/freeciv/client/gui-beos/App.cpp Mon Jun 19 16:28:02 2000
+++ ./client/gui-beos/App.cpp   Wed Jul  5 04:24:05 2000

Since I use "patch -p3" in /usr/src, this tends to leave files in /usr/src/ instead of the correct directory, thereby breaking the source tree. I can get around the problem by piping the decompressed diff through "sed 's|^+++ \./|+++ ../../freeciv-Dec-19/freeciv/|'", but it'd help if I didn't have to fiddle with the pathnames like that.

--Jed





[Prev in Thread] Current Thread [Next in Thread]