diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-23 16:57:38 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-23 16:57:38 +0000 |
commit | 8eebd9f15dbb0b26bb8dd87b7407b2e8858b8f1e (patch) | |
tree | 1f8f6d9d630ba4c4e45e980a6b0dda13a8eda88a /SVN-SUPPORT | |
parent | 74b15f3f98fae7734a1a68a95d05ff462cf01d1d (diff) | |
download | hercules-8eebd9f15dbb0b26bb8dd87b7407b2e8858b8f1e.tar.gz hercules-8eebd9f15dbb0b26bb8dd87b7407b2e8858b8f1e.tar.bz2 hercules-8eebd9f15dbb0b26bb8dd87b7407b2e8858b8f1e.tar.xz hercules-8eebd9f15dbb0b26bb8dd87b7407b2e8858b8f1e.zip |
SVN Update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@754 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'SVN-SUPPORT')
-rw-r--r-- | SVN-SUPPORT | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/SVN-SUPPORT b/SVN-SUPPORT new file mode 100644 index 000000000..94b29d933 --- /dev/null +++ b/SVN-SUPPORT @@ -0,0 +1,36 @@ +
+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/18114/svn-win32-1.1.1.zip
+
+once downloaded and placed in your path, you can just do:
+
+C> svn co http://dev.deltaanime.net:8080/svnroot/eathena/branches/stable
+
+this will check out a copy of our active stable development tree which
+you can then build. Build? figure it out...
+
+So, my server is crashing and I built it out of the svn stable
+branch.. what do I do?
+
+Each developer has their own feelings on supporting this tree and
+how.
+
+Dev=> MouseJstr (AIM: MouseJstr, Yahoo: MouseJstr, msn: joshs@stormbirds.org):
+
+ If you are running linux and are experiencing crashing/coredumping,
+ give me ssh access to your machine and I willhappily gdb your
+ server, debug your cores, and place fixes back into the svn tree to
+ make the system more stable.
+
+ In some cases, if the problem is very difficult to debug, I may wish
+ to install a different compiler (in a different location) on your
+ machine which may require root access
+
+ The cost? Its free.. just work with me to make it better for
+ everybody...
+
|