Jump to content

Plastic SCM importer problem with Perforce


alexondi

Recommended Posts

Hello!

I try import my perforce repositories in plastic but I can't connect to perforce server.

I select p4 executable, setup all params and after I press Test connection button I get "The connection test failed".

My params:

Base depot path: //depot/

P4 client: linuxbox

P4 user: user

P4 port: 192.168.0.1:1666

Thank you!

Link to comment
Share on other sites

Hi Alexondi,

Please, can you execute the following perforce command from a command line shell

to check that there aren't connection issues against your p4 server?

p4 -c "linuxbox" -p "192.168.0.1:1666" -u "user" -ztag files "//depot/..."

The command should return a list of files on your p4 depot.

Also, ensure your p4 client executable is on the PATH variable before starting the import process.

The Plastic SCM importer writes useful info in the current log file:

$YOUR_PLASTIC_SCM_CLIENT_INSTALL_FOLDER/import.log.txt

Miller

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...