/[scripts]/trunk/svn-fix-repo
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/svn-fix-repo

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (show annotations)
Mon Dec 27 19:13:06 2004 UTC (19 years, 3 months ago) by dpavlin
File size: 184 byte(s)
verify and recover whole dir of subversion repositories

1 #!/bin/sh
2
3 ls -d * | while read rep ; do
4
5 echo -n "working on $rep"
6 svnadmin verify $rep 2>/dev/null && echo " ok" || (
7 echo "ERROR - running recovery"
8 svnadmin recover $rep
9 )
10
11 done

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26