From 8b98f6d550719d46579e74e8c6a94ef41f9beb0d Mon Sep 17 00:00:00 2001 From: Vassil Vassilev <vasil.georgiev.vasilev@cern.ch> Date: Fri, 9 Mar 2012 08:13:07 +0000 Subject: [PATCH] It wasn't make update that screw the repo up. It's the svn up command itself git-svn-id: http://root.cern.ch/svn/root/trunk@43309 27541ba8-7e3a-0410-8455-c3a389f83636 --- cint/cling/tools/dev/RepairSvnRepo.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cint/cling/tools/dev/RepairSvnRepo.sh b/cint/cling/tools/dev/RepairSvnRepo.sh index 99ef099ea51..62d45a01bb8 100755 --- a/cint/cling/tools/dev/RepairSvnRepo.sh +++ b/cint/cling/tools/dev/RepairSvnRepo.sh @@ -1,10 +1,10 @@ #!/bin/bash ################################################################################ -# Simple script that helps to heal the llvm's make update command, which # -# overwrites the current local rev number of cling's repository. It takes the # -# revision that it thinks is the current, the correct revision and optional # -# path. If no path provided it uses the current dir. # +# Simple script that helps to heal the svn update command, which overwrites # +# the current local rev number of cling's repo when inline in llvm source tree.# +# It takes the revision that it thinks is the current, the correct revision # +# and optional path. If no path provided it uses the current dir. # ################################################################################ # # # Author: Vassil Vassilev (vvasilev@cern.ch) # -- GitLab