From: Agnello George agnello.dsouza@gmail.com
i have currently started to deploy code into our production environment from the the dev environment, we deploy code on to the production from the svn , ( i
do a svn export ) , some times not code is checked into the svn and it does not throw me a error . 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 .
Maybe you should ask on the svn mailing list... But if you do an 'svn diff' in dev, it should compare dev to what is in the repo... no?
JD