Version Control of Images
Version Control of Images
Comments
-
Scenario:
I have a form with an Image Control on it.
One of the options in the image control allows you to drag the image onto the form.
Question:
If I check-in the project that has this form, is the image file automatically included?
-
Peanut,
I added an image to a form and checked into our test repo. Then pulled that project onto a different server and the image remained. I also tested with a simple export and import of the form with same results.
To answer your question, the image file contents are a part of the .decObj file that is exported/stored on the repo.
Howdy, Stranger!