SVN issues (sometimes it`s difficult to recall)

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

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>