diff options
Diffstat (limited to 'doc/notes/SVN-SUPPORT.txt')
-rw-r--r-- | doc/notes/SVN-SUPPORT.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/notes/SVN-SUPPORT.txt b/doc/notes/SVN-SUPPORT.txt new file mode 100644 index 000000000..b38f5ee0f --- /dev/null +++ b/doc/notes/SVN-SUPPORT.txt @@ -0,0 +1,15 @@ +
+If you are reading this, you are one of the lucky fools to be actually
+using the active development tree of the eAthena team. This is the
+only version that most of the eA dev team will activly support.
+
+svn can be retrieved via:
+
+ http://subversion.tigris.org/files/documents/15/20015/svn-1.1.3-setup.exe
+
+once downloaded and placed in your path, you can just do:
+
+C> svn co http://svn2.stormbirds.org:8080/svn/ea/branches/stable
+
+this will check out a copy of our active stable development tree which
+you can then build. Build? figure it out...
|