|
[text/plain 751b]
[guest - Wed Dec 28 23:10:51 2005]:
> #perl -v
> This is perl, v5.8.5 built for sun4-solaris
>
> When running this:
>
> #./svn-pusher push -r HEAD -m "New Release"
> http://src.tigr.org/repo/src http://dest.tigr.org/repo/dst
>
The problem here is that -r accepts a "$startrev:$endrev" range and
not just "$rev" specification. In SVN-Pusher-0.02, I added an
exception to test it.
> I get this:
>
> Can't use string ("2") as an ARRAY ref while "strict refs" in use at
> /export/perl-5.8.5/lib/perl5/site_perl/5.8.5/SVN/Pusher.pm line
> 287.
>
>
> thoughts ?
> p.s.: there are some POD error in the docs also -- see below:
>
I fixed these POD errors in SVN-Pusher-0.02.
Regards,
Shlomi Fish
|