From: Dan P. <ba...@al...> - 2003-11-05 18:23:01
|
On Nov 05, Atani wrote: > The svnpull.py script seems to have a minor bug in it... > > On line 197 you check how many arguments were passed, you check it against > "4", this should be "3" instead. > > It would not work for me without this change... Ahh, you're correct... it does work ok if you patch in default parameters in the script at the top and that's how I was testing it. |