Last modified 6 years ago
Last modified on Oct 26, 2006 10:35:47 PM
SVN Howto
SVN On Linux/Unix?/BSD/Whatever
- 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
- Checkout the current Datapack
svn checkout http://www.l2jdp.com/svn
- Update every few days to fetch the latest additions
cd L2J_Datapack_path svn update
Good luck !!!
