diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-23 17:05:45 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-23 17:05:45 +0000 |
commit | 6a0dea414c0cad5c7f1df421e39df7733a2e58a8 (patch) | |
tree | ed5b69d1fa99a0d56867d41ce92173928b563b55 /SVN-SUPPORT | |
parent | 8eebd9f15dbb0b26bb8dd87b7407b2e8858b8f1e (diff) | |
download | hercules-6a0dea414c0cad5c7f1df421e39df7733a2e58a8.tar.gz hercules-6a0dea414c0cad5c7f1df421e39df7733a2e58a8.tar.bz2 hercules-6a0dea414c0cad5c7f1df421e39df7733a2e58a8.tar.xz hercules-6a0dea414c0cad5c7f1df421e39df7733a2e58a8.zip |
Property update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@755 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'SVN-SUPPORT')
-rw-r--r-- | SVN-SUPPORT | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/SVN-SUPPORT b/SVN-SUPPORT index 94b29d933..ba2b811db 100644 --- a/SVN-SUPPORT +++ b/SVN-SUPPORT @@ -1,36 +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...
-
+ +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... + |