MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
🚀 Everyone wins.

Start Your Journey with Motoshare

Perforce Merging Process

Perforce Merging Process In Perforce when we have conflict in files, “?” notion comes with the files which says this need to be resolved. Once you select the file and click on Resolve, it will be given following options… Auto  1. Accept Changed file (Only one files differs from the base 2. Merge yours and … Read more

Basic Perforce Administration

A. User maintenance tasks 1. Resetting passwords 2. Creating users / Deleting users / Setting user access 3. Disabling the automatic creation of users 4. Cleaning up files left open by former users B. Administrative operations 1. Setting the server security level 2. Obliterating files to reclaim disk space 3. Editing submitted changelists 4. Verifying … Read more

Recovery Procedures in Perforce Server

Recovery Procedures in Perforce Server If the database files become corrupted or lost, either because of disk errors, a hardware failure such as a disk crash, the database can be recreated with your stored checkpoint and journal. it can at least provide a general guideline for recovery from the two most common situations, specifically: 1. … Read more

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 Versioned files A checkpoint is a snapshot or copy of the database at a particular moment in time. A journal is a log that records updates made to the … 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 p4 & chmod +xp4d Create Perforce ROOT directory such as P4ROOT=/usr/local/p4_directory Give permission to P4 root directory and sub directory Tell perforce server to use … 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 problem is usually one or more of: You have files missing from your workspace that need replaced. You have locally modified (i.e. not opened for … Read more

Changing the case of folder name on Perforce.

scmuser created the topic: Changing the case of folder name on Perforce. I want to change the name of folder //depot/licensing/… on perforce server to //depot/licensing/… but perforce is not allowing me to do the same. P4 submit fails with the “PreventCaseDiffs validation failed” error. Could you please tell me how can I do it … Read more

Step by Step Instruction to Upgrade Perforce to 2014

perforce-2014-upgrade-instructions

Step by Step Instruction to Upgrade Perforce to 2014 The step are as follows: a) Check if the license is current. p4 license -o The expiry date must be later than the binary release date you are installing b) Verify server archives using the command ‘p4 verify -q //… > verify.txt’ * Note – If … Read more

Ways to Perforce server Disk Space Cleanup and Repos Size Management

perforce-server-disk-space-cleanup-and-repos-size-management

DRAFT VERSION Cleaning up Old Checkpoints Playing with Symlink(Softlink) and Redirecting the ROOT folder to drive where we have enough place. Deleting db.have and recreate it manually Display disk space information on the server using “p4 diskspace” Display size information for files in the depot using “p4 sizes”