image naming when doing copy/paste (problem when under SVN)
One feature I like about RH in the few times I'm using it (I'm a mere casual user of it thus my sometime trivial questions
)
is the feature that one can drag and drop images frpm the paste buffer into the Design/HTML preview window.
This makes it easy to generate documentation from a screen capture program (like "SnagIt"), especially when pages already exist with images and the images have to be updated.
Say you have a page with an embedded image
<p class="Bild"><img src="../../image02.gif" style="border: none;" alt=""
border="0" /></p>
After the paste of the image from the paste buffer, RH obviously creates a new image and changes the HTML to refer to the new image.
<p class="Bild"><img src="../../image63.gif" style="border: none;" alt=""
border="0" /></p>
Assuming the whole project is under SVN and you are doing a commit now, the new image63.gif will not be transfered to the SVN repository.
A colleage doing an update would get the updated page but not the image. This is weird.
A workaround I did as a first remedy to this situation was to +ADD the whole project directory. After the colleague did nother SVN UPDATE on the project
she also had the missing image.
But this seems dangerous, clumsy or weird to me, isn't it? Or am I overlooking something?
Also I'm not sure - gotta test it out - whether my global-ignore rules still apply (global-ignores = *.cpp *.pss *.hhp *.trl ehlpdhtm.js)
Anyone knowing a better solution?
--
Christoph
