Actions
Guidelines for submitting patches¶
Please submit patches against the HEAD of trunk.
- $ svn checkout svn://dev.exiv2.org/svn/trunk
- $ cd trunk
- -- edit the files --
- (optional build and test) $ make config ; ./configure ; make ; sudo make install ; make samples ; make tests
- $ svn diff > bla-dee-bla.patch
Please attach the patch to a relevant Issue Report or Forum Topic.
If you use CMake, or Visual Studio (or even autotools), please follow the guidelines here about building and running the test suite: http://dev.exiv2.org/projects/exiv2/wiki/How_do_I_run_the_test_suite_for_Exiv2
When your patch is submitted, it will be built and tested on Mac / Linux / Cygwin / MinGW / MSVC on our Jenkins build server at http://exiv2.dyndns.org:8080
Updated by Robin Mills over 5 years ago · 4 revisions