You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jon Pomeroy <jp...@estorian.com> on 2008/02/20 22:27:43 UTC

p42svn trouble

I'm trying to move portions of my Perforce depot to Subversion using
p42svn.pl (version .20). I've built, tested, and installed the P4Perl
package. I'm using Perl 5.8.8 on a CentOS 5 server.

When I try to dump any portion of the Perforce depot, right away I get:

Parseforms requires an argument!
at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/P4.pm line
923.

My dump file is empty except for the "SVN-fs-dump-format-version: 1" in
the first line. I seem to be missing some vital bit of configuration.

-Jon

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: p42svn trouble

Posted by limit <to...@gmail.com>.

Jon Pomeroy wrote:
> 
> When I try to dump any portion of the Perforce depot, right away I get:
> 
> Parseforms requires an argument!
> at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/P4.pm line
> 923.
> 

I get the same p42svn.pl error. Their development 
http://p42svn.tigris.org/source/browse/p42svn/trunk/p42svn.pl?rev=75&view=log
revision 75  gets past that. However, on windows, I now get this error:

  '-' is not recognized as an internal or external command, operable program
or batch file.

This is from p42svn.pl line 749:
my $content = <P4_OUTPUT>;

I think the problem is related to line 734:
my $pid = open(P4_OUTPUT, "-|");

Will try on linux next.
-- 
View this message in context: http://www.nabble.com/p42svn-trouble-tp15600467p16084763.html
Sent from the Subversion Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org