lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [6437] Add some useful commands


From: Greg Chicares
Subject: [lmi-commits] [6437] Add some useful commands
Date: Sat, 12 Dec 2015 01:05:24 +0000

Revision: 6437
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6437
Author:   chicares
Date:     2015-12-12 01:05:23 +0000 (Sat, 12 Dec 2015)
Log Message:
-----------
Add some useful commands

Modified Paths:
--------------
    lmi/trunk/gwc/develop1.txt

Modified: lmi/trunk/gwc/develop1.txt
===================================================================
--- lmi/trunk/gwc/develop1.txt  2015-12-10 22:26:45 UTC (rev 6436)
+++ lmi/trunk/gwc/develop1.txt  2015-12-12 01:05:23 UTC (rev 6437)
@@ -26,6 +26,12 @@
 
 svn commit -m "Modify foo" foo.cpp
 
+  # ...commit a change to cvs repository
+
+export CVS_RSH="ssh"
+export CVSROOT="{USER}{AT_SIGN}cvs.sv.gnu.org:/web/lmi"
+cvs commit -m "Modify foo webpage" bar.html
+
   # ...rename a file [pending--resolved at next 'commit', as for 'add']
   # [for cvs, add and delete--unlike svn, not an atomic operation]
 
@@ -100,6 +106,8 @@
   # Similarly, for webpages repository
 
 cd /lmi/mirror/web
+export CVS_RSH="ssh"
+export CVSROOT="{USER}{AT_SIGN}cvs.sv.gnu.org:/web/lmi"
 cvs -z3 update -l lmi
 
   # Third screen: only for building and testing
@@ -179,3 +187,8 @@
 cp -a product_data.cpp eraseme
 iconv -f ISO-8859-1 -t UTF-8 eraseme > product_data.cpp
 
+  # Compare two local trees using a primitive msw tool
+
+windiff -D -O 'c:/lmi/src/lmi' 'c:/lmi/mirror/lmi' &
+windiff -D -O 'c:/lmi/src/lmi/' 'c:/lmi/src/lmi/a00/' &
+




reply via email to

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