perforce

How to call .cpp function inside p4python script?

How to call .cpp function inside p4python script? Question: My job: I want to create a python script that changes the content of a file automatically and then commit the change in Perforce. Because the file at first is read-only. So I need to create a python script which check out the file (in order …

Total answers: 1

P4Python use argument -I Indicators

P4Python use argument -I Indicators Question: I would like to use the -I argument to know what is happening other than just exceptions when I sync using p4python. The website says I can use -I for progress indicators as a console command, particularly with p4 -I sync -q. This works in console, but I wasn’t …

Total answers: 1

git-p4 message and author encoding

git-p4 message and author encoding Question: today i am in the position to migrate some pretty old perforce repositories to git. While this is realy interesting there is one thing that caught my eye. All special characters in the commit messages and even the author names are not in the correct encoding. So i tried …

Total answers: 2