wiki:howto:SVN
Last modified 6 years ago Last modified on Oct 26, 2006 10:35:47 PM

SVN Howto

SVN On Linux/Unix?/BSD/Whatever

  1. Install the SVN/Subversion package
    • Debian: apt-get install subversion
    • Gentoo: emerge subversion
    • Fedora Core 3 and later: yum install subversion
    • BSD: cd /usr/ports/devel/subversion; make install
  2. Checkout the current Datapack
svn checkout  http://www.l2jdp.com/svn
  1. Update every few days to fetch the latest additions
cd L2J_Datapack_path
svn update

Good luck !!!