Author: chromatic
Date: Tue Apr 19 11:08:32 2005
New Revision: 7883
Modified:
trunk/config/gen/makefiles/root.in
Log:
Move CVS targets to SVN targets in Makefile (#35041 from Francois Perrad).
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in (original)
+++ trunk/config/gen/makefiles/root.in Tue Apr 19 11:08:32 2005
@@ -594,9 +594,9 @@
@echo " languages-clean: Proxy for target 'clean' of
languages/Makefile"
@echo ""
@echo "fetch from source repository:"
- @echo " update: cvs update."
- @echo " status: cvs status."
- @echo " patch: create a patc for sending to bugs-parrot."
+ @echo " update: svn update."
+ @echo " status: svn status."
+ @echo " patch: create a patch for sending to bugs-parrot."
@echo " rsync: update with rsync."
@echo ""
@echo "Development:"
@@ -1292,21 +1292,21 @@
###############################################################################
#
-# CVS Targets:
+# SVN Targets:
#
###############################################################################
update :
- cvs -q update -dP
+ svn -q update
rsync :
rsync -av cvs.perl.org::parrot-HEAD $(CUR_DIR)
status :
- cvs -n -q upd -dP
+ svn -q status
patch :
- cvs -q diff -u
+ svn diff
lint : $(PARROT)