[Pkg-octave-commit] rev 49 - trunk

Rafael Laboissiere rafael@costa.debian.org
Sat, 12 Feb 2005 11:52:47 +0100


Author: rafael
Date: 2005-02-12 11:52:46 +0100 (Sat, 12 Feb 2005)
New Revision: 49

Modified:
   trunk/README
Log:
Added note showing how to compare two different Debian releases of a
package



Modified: trunk/README
===================================================================
--- trunk/README	2005-02-12 10:40:25 UTC (rev 48)
+++ trunk/README	2005-02-12 10:52:46 UTC (rev 49)
@@ -96,6 +96,13 @@
 
     svn://svn.debian.org/svn/pkg-octave/tags/packages/<package>/<version>
 
+Comparison between two released Debian versions of a given package can then
+be done with a command like the following:
+
+    svn diff \
+    svn+ssh://svn.debian.org/svn/pkg-octave/tags/packages/octave-cool/1.2.3-3 \
+    svn+ssh://svn.debian.org/svn/pkg-octave/tags/packages/octave-cool/1.2.3-4
+
 Here is the cookbook to put a new package under Subversion control:
 
 # Import the pkg-octave repository