summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-07-04 19:50:48 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-07-04 19:50:48 +0000
commit6b3200842421a4638e618df194ddb2126631da69 (patch)
tree8a46820f6a677e0c1d8fe4fcc2348207e3317da9
parentFix Camouflage pattern (see bug 245301). (diff)
downloadinkscape-6b3200842421a4638e618df194ddb2126631da69.tar.gz
inkscape-6b3200842421a4638e618df194ddb2126631da69.zip
add readme file to 2geom directory to warn people not to make code changes there
(bzr r6154)
-rw-r--r--src/2geom/!PLEASE DON'T MAKE CHANGES IN THESE FILES.README7
1 files changed, 7 insertions, 0 deletions
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