Mise à jour utilitaires car Subversion 1.7 n'a plus de répertoire .svn dans chaque...
authorgobo72@gmail.com <gobo72@gmail.com@364a67c3-989e-7be9-548d-dae8560ea662>
Mon, 24 Oct 2011 15:23:47 +0000 (15:23 +0000)
committergobo72@gmail.com <gobo72@gmail.com@364a67c3-989e-7be9-548d-dae8560ea662>
Mon, 24 Oct 2011 15:23:47 +0000 (15:23 +0000)
stage2/hv-utilities/vd
stage2/hv-utilities/vs

index 6d7cb5a..07aa62f 100755 (executable)
@@ -13,7 +13,7 @@ fi
 
 if git diff 1> /dev/null 2>&1; then
     git diff "$@"
-elif [ -d .svn ]; then
+elif svn diff 1> /dev/null 2>&1; then
     svn diff --diff-cmd colordiff -x "-u -w -p" "$@" | less -RFX
 else
     echo "Not a GIT or Subversion repository"
index e34a780..e3eafe4 100755 (executable)
@@ -13,7 +13,7 @@ fi
 
 if git diff 1> /dev/null 2>&1; then
     git status "$@"
-elif [ -d .svn ]; then
+elif svn diff 1> /dev/null 2>&1; then
     svn status "$@"
 else
     echo "Not a GIT or Subversion repository"