diff -rq --exclude=.svn dir1 dir2
recursively (-r) diffs a directory, listing files only (-q) and excluding any files with .svn in the path (ie. subversion directories)
diff -rq --exclude=.svn dir1 dir2
recursively (-r) diffs a directory, listing files only (-q) and excluding any files with .svn in the path (ie. subversion directories)
A new version of content is available.