How to Backup Perforce Server
How to Backup Perforce Server Regular backups of your Perforce data are vital. The key concepts are: Make sure journaling is active Create checkpoints regularly, and Use p4 verify regularly…
Read more »Perforce Server Installation and Configuration
p4d – Perforce Server p4 – Perforce Client p4win – Perforce Windows Client Install P4 Server in Unix Copy p4d & p4 in /usr/local/bin Give permission such as chmod +x…
Read more »Syncing missing/modified files to a specific version in Perforce
I think this is the 5th time I’ve had to figure this out in the past few years, so this time I’m going to preserve it here for posterity The…
Read more »Perforce Python Script Collection.
rajeshkumar created the topic: Perforce Python Script Collection. Implement a script that will do following: 1. Read config file. This file will contain following settings: a. For mail delivery (SMTP)…
Read more »Jenkins Error: /usr/bin/p4 error in windows machine with jenkins
rajeshkumar created the topic: /usr/bin/p4 error in windows machine with jenkinsIssues: [workspace] $ “C:\Program Files\Perforce\p4.exe” login -p[workspace] $ /usr/bin/p4 login -p Solution: This must be related to value of P4USER,…
Read more »Perforce command line only showing local users/cha
rajeshkumar created the topic: Perforce command line only showing local users/cha Perforce command line only showing local users/changelists/workspaces, but P4V shows all We are using P4 for free with two…
Read more »Continuous Build Integration using Perforce and Hudson
scmuser created the topic: Continuous Build Integration using Perforce and Hu Continuous Build Integration using Perforce and Hudson A little background The basic premise of Continuous Build Integration is simple….
Read more »P4 shelve
rajeshkumar created the topic: p4 shelve Store files from a pending changelist in the depot, without submitting them. Shelving is the process of temporarily storing work in progress on a…
Read more »Find perforce Label info from Workspace
scmuser created the topic: Find perforce Label info from Workspace Hi, I have perforce workspace which is synced with p4 label specification. i want to know which label has been…
Read more »How to Backup Perforce Server
rajeshkumar created the topic: How to Backup Perforce Server How to Backup Perforce Server Regular backups of your Perforce data are vital. The key concepts are: 1. Make sure journaling…
Read more »Recovery Procedures in Perforce
rajeshkumar created the topic: Recovery Procedures in Perforce If the database files become corrupted or lost, either because of disk errors, a hardware failure such as a disk crash, the…
Read more »Basic Perforce Administration
rajeshkumar created the topic: Basic Perforce Administration Basic Perforce Administration A. User maintenance tasks 1. Resetting passwords 2. Creating users / Deleting users / Setting user access 3. Disabling the…
Read more »Perforce Server Installation and Configuration
rajeshkumar created the topic: Perforce Server Installation and Configuration p4d – Perforce Server p4 – Perforce Client p4win – Perforce Windows Client Install P4 Server in Unix 1. Copy p4d…
Read more »Perforce Password strength defined
scmuser created the topic: Perforce Password strength defined Certain combinations of server security level and Perforce client software releases require users to set “strong” passwords. A password is considered strong…
Read more »Perforce password (P4PASSWD) invalid or unset.
scmuser created the topic: Perforce password (P4PASSWD) invalid or unset. Hi, I am trying to loginb perforce using command line using following command… p4 -p -u Abinash_Misra sync //depot/branchname/… but…
Read more »Can’t cobbler writable file issues in Perforce
rajeshkumar created the topic: can’t cobbler writable file issues in Perforce Hi, I often get this issues in perforce client can’t cobbler writable file But when do force sync this…
Read more »Write a script to find all users who have not set
rajeshatbuzz created the topic: Write a script to find all users who have not set #!/usr/bin/ruby require “P4” p4 = P4.new p4.parse_forms p4.connect p4.run_users.each do |u| user = p4.fetch_user( u[…
Read more »Add and removes files from label
scmuser created the topic: Add and removes files from label Hi, Could you please tell me how to add and remove files from already created labels? mnanjala replied the topic:…
Read more »Error while deleting perforce users
scmuser created the topic: Error while deleting perforce users Hi, I am deleting perforce user using following command… p4 user -d -f Ani but i got some error message such…
Read more »Opened files issues in perforce
rajeshkumar created the topic: Opened files issues in perforce I am having one issues in perforce…Any help User name “ram” has created client name “client1” in one hostmachine. Next day…
Read more »Ways to Pass Password in Triggers file in Perforce
rajeshkumar created the topic: Ways to Pass Password in Triggers file in Perforce Option 1 If your Perforce server is set to security level 2 or lower you can have…
Read more »rsync in perforce
scmuser created the topic: rsync in perforce I have to replicate my perforce server to remot location.. I am trying somthing different this time of not using p4 prox but…
Read more »Run perforce Server as a Service
rajeshkumar created the topic: Run perforce Server as a Service Run perforce Server as a Service OR boot automatically when system restart Template of p4d file under /etc/init.d ======================================== #!…
Read more »Create a perforce Branch bases on Label
scmuser created the topic: Create a perforce Branch bases on Label Hi, Can you tell me how to create a Perforce Branch based on perforce label? rajeshkumar replied the topic:…
Read more »Files opened for branch in default changelist
DS123 created the topic: Files opened for branch in default changelist Hi, I’m integrating code between 2 codelines using p4 integrate. Following p4 integrate/resolve -n /resolve -as/submit steps the target…
Read more »Perforce Lable using changelist number or Date/time
scmuser created the topic: Perforce Lable using changelist number or Date/time Hi, I am trying to create a label using Perforce specific change list number or depends on Data and…
Read more »Need correct P4win and p4v installer
scmuser created the topic: Need correct P4win and p4v installer My Server version is 2004.2 and I would like to have supported p4win and p4v which will support to my…
Read more »Use of p4 spec command
scmuser created the topic: Use of p4 spec command Use of p4 spec -o label command “p4 spec” is an unsupported command and thus not documented in the command reference….
Read more »Need innovative Idea in Perforce Server Administration
scmuser created the topic: Need innovative Idea in Perforce Server Administration Hi, I have one scenario and I am looking for solution in Configuration Tools such as Perforce. Can you…
Read more »Open for write: Permission denied in perforce
scmuser created the topic: open for write: Permission denied in perforce While login to perforce server, i got following issues…Any help? -bash-3.00$ ./p4 -p perforceserver:1600 -u scm login Enter password:…
Read more »