How to get youngest revision version
~$svnlook youngest /var/lib/svnmirror
How to check repo (Damn it takes huge ammount of time) more then 3 month for 301914 revisions. And CPU usege runs high, so if your store content at SVN (it`s really not a good idea…) an your need to veryfy it, better to do verifycation on dedicated powerful server.
~$svnadmin verify /home/svn/content/
Add all new created files to SVN
~$svn st | grep "^?" | awk '{print $2}' | xargs svn add
0 Comments.