Ive updated the first post with a new version (1.2) that Ive been using for a little while. Glad to see so many people are using and making their own modifications of this tool. Thank you for all the kind words!!
- Code: Select all
https://hotfile.com/dl/151278157/54b3288/PMS_SVN_Builder_1.2.rar.html
edit - 31-Mar-2012
- Added version 1.2
-- Improved batch file
--- tee.exe is now used to split stdout between the log file and the console so you can see what changes are being pulled
--- Added script comment explaining how to checkout a specific revision (:: -r switch for specfic revision (eg. -r 850))
-- updated to SlikSVN 1.7.2
-- updated to JDK 1.7.0_02
Here is an example of what the SlikSVN line should look like if you want to check out a specific revision. Replace "850" with whatever revision you want:
- Code: Select all
SlikSVN_1.7.2\bin\svn.exe checkout http://ps3mediaserver.googlecode.com/svn/trunk/ps3mediaserver/ -r 850 | tee svn_checkout.log
Which brings me to why I didnt update the repo url to use github. Switching to github will require me to rewrite major portions of this script and also potentially require different programs than what Im already using (Ant, SlikSVN, etc). I just didnt have time to make those kind of changes. It will be updated eventually ...