From 9c74bc8ec7d30a700f9b6be54c8df2da489efcbb Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Fri, 3 Mar 2006 09:42:36 +0000 Subject: [PATCH] Update for SVN. --- Mesh_2/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mesh_2/GNUmakefile b/Mesh_2/GNUmakefile index eebb9c823ee..cb7c7497331 100644 --- a/Mesh_2/GNUmakefile +++ b/Mesh_2/GNUmakefile @@ -44,8 +44,8 @@ dist: dist-clean # make update: update the working directory update: - @cvs -q update -d -P + @svn -q update # make diff: diff between the cvs repository and the working copy diff: - @cvs -q diff -u | less + @svn diff | less