Remove images inside `trunk/Identity/Images/Webenv':
- Don't version them. The idea of `checkout' them on different
locations needs to be build by hand and that is not convenient.
For example, if you want to work on `centos-web.cgi', you would
need to prepare the public_html directory in your home directory
and `checkout' from `/trunk/Scripts/CentOS-Web' and
`/trunk/Identity/Images/Webenv/' in order to build the whole
environment.
To reduce the steps, images in `/trunk/Identity/Images/Webenv/'
aren't versioned. Instead, they are copied (using system's cp
command, not subversion's one) into
`~/public_html/CentOS_Web/Public/Images' directory and then,
versioned there.
The same happens with centos-logo images taken from
`/trunk/Identity/Images/Brands/Logos/White/78/' directory.
Inevitably, there will be duplicated images in the working copy
until a better configuration appears.