The way I do it is by using a separate version control (GIT) for the external files and I then ask the jenkins to build me a repository including the image with my code from monticello and the files from GIT.
To commit you need to use either monticello or git depending on what you edit. There might be a better solution though ... 2014-10-26 21:22 GMT+01:00 Ronie Salgado <[email protected]>: > Hello, > > I want to know if there is an efficient way to embed data with version > control on it(Monticello). > > By efficient, I mean without gzipping and Base64 encoding the data in the > source code of a method. > > Ideally, I would like this embedded data in a separate file, to avoid > memory consumption when I am not using this data. > > I am interesting on embedding text files(GLSL Shaders, OpenCL kernel > source code) and binary data (images) > > Greetings, > Ronie >
