technotzz.wordpress.com
Ubuntu: Copy project folder from Dev server to UAT Server without svn folder using rsync command
If you want to Copy Project folder from Development server to UAT Server without svn folder then use following command. rsync -rlpgoDvc /Your local WORKSPACE directory/ –delete –…