On Dec 19, 2007 5:40 PM, Quentin <[EMAIL PROTECTED]> wrote: > Well, I think I'm not skilled enough for that... > I've never used SVN and I'm afraid of doing something wrong!
It's not too hard. Try this: (to get svn: sudo apt-get install subversion) cd /tmp svn co http://swfmill.org/svn/trunk swfmill cd swfmill ./autogen.sh make sudo make install Subversion can be very useful, not just for Swfmill. It's also great for your own stuff -- it's not just for teams, even if you're on your own it's a very luxurious backup solution that allows you to go back in time. HTH, Mark _______________________________________________ swfmill mailing list [email protected] http://osflash.org/mailman/listinfo/swfmill_osflash.org
