From: Dan P. <ba...@al...> - 2003-11-05 07:19:05
|
CC'ing this to the main KOS list too, in case there were any people too apathetic to go through the long SVN setup process :) I've now checked in my svnpush.py server-side script, and my svnpull.py client-side script. These two work like CVSup but for Subversion. I will run svnpush.py over here whenever I've got some pieces to push up, and it dumps them on the server. svnpull.py checks your local repo, downloads any new revisions, and applies them locally. Between these two it's now super-easy to have your own repo. 35: Added svnpush util 36: Updates to svnpush.py, new svnpull.py "client" I'm actually going to go ahead and post these on the web server so people can get past the chicken and egg problem (the svnpull.py script is also happy to do the initial "full" import). http://gamedev.allusion.net/softprj/kos/svn.php These have been tested under Linux, not under Cygwin yet, but I don't expect any issues. I hope this helps people get started better. :) Also feel free to use it for your own Subversion-based projects if you like. |