On 19 January 2011 06:09, Agnello George <agnello.dso...@gmail.com> wrote:
> is there a way i can verify or write a script to check each file that is in
> the SVN  is same as that in the dev environment .
find . -type f | grep -v .svn | xargs md5sum

then diff the output from each server.

-- 
Hakan (m1fcj) - http://www.hititgunesi.org
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to