From: johanengelen Date: Fri, 4 Jul 2008 19:50:48 +0000 (+0000) Subject: add readme file to 2geom directory to warn people not to make code changes there X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=de0860ca00e0540f5cdc97bac65187082f64153a;p=inkscape.git add readme file to 2geom directory to warn people not to make code changes there --- diff --git a/src/2geom/!PLEASE DON'T MAKE CHANGES IN THESE FILES.README b/src/2geom/!PLEASE DON'T MAKE CHANGES IN THESE FILES.README new file mode 100644 index 000000000..6d4d56d3f --- /dev/null +++ b/src/2geom/!PLEASE DON'T MAKE CHANGES IN THESE FILES.README @@ -0,0 +1,7 @@ +All code files in this directory are *direct* copies of the files in 2geom's svn. +If you want to change the code, please change it in 2geom, then copy the files here. +Otherwise, I will probably miss that you changed something in Inkscape's copy, and +destroy your changes by copying 2geom's files over it during the next time I update +Inkscape's copy of 2geom. + +2geom's SVN = https://lib2geom.svn.sourceforge.net/svnroot/lib2geom/lib2geom/trunk \ No newline at end of file