[Freeciv-Dev] Re: Question about CVS
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Wed, Jun 12, 2002 at 11:35:00AM +0200, Christian Knoke wrote:
> Hi,
>
> how can I retrieve diffs for a file that has been moved to another
> location (I mean diffs against a revision _before_ the move)?
$ cvs diff -u -r 1.32 -r 1.33 Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/freeciv/CVS/freeciv/Attic/Makefile.in,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- Makefile.in 2001/08/29 01:20:25 1.32
+++ Makefile.in 2002/01/09 21:50:57 1.33
@@ -1,6 +1,6 @@
-# Makefile.in generated automatically by automake 1.4 from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
-# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -212,7 +212,7 @@
dot_seen=no; \
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
rev="$$subdir $$rev"; \
- test "$$subdir" = "." && dot_seen=yes; \
+ test "$$subdir" != "." || dot_seen=yes; \
done; \
test "$$dot_seen" = "no" && rev=". $$rev"; \
target=`echo $@ | sed s/-recursive//`; \
Raimar
--
email: rf13@xxxxxxxxxxxxxxxxx
This message has been ROT-13 encrypted twice for extra security.
- [Freeciv-Dev] Question about CVS, Christian Knoke, 2002/06/12
- [Freeciv-Dev] Re: Question about CVS,
Raimar Falke <=
- [Freeciv-Dev] Re: Question about CVS, Christian Knoke, 2002/06/12
- [Freeciv-Dev] Re: Question about CVS, Raimar Falke, 2002/06/12
- [Freeciv-Dev] no movement/renaming detection by CVS (was: Question about CVS), Reinier Post, 2002/06/12
- [Freeciv-Dev] Re: Question about CVS, Christian Knoke, 2002/06/12
- [Freeciv-Dev] Re: Question about CVS, Raimar Falke, 2002/06/12
- [Freeciv-Dev] Re: Question about CVS, Christian Knoke, 2002/06/12
|
|