perforce Questions
3
Solved
How can I get all Perfoce workspaces of a specific user on a specific machine?
This command let me all workspaces of a specific user on all machines:
P4 clients -u username
2
I often use git log -p <file> or git log -p <directory> to get a comprehensive summary of the changes in a file or set of files. It outputs a history of the commits affecting the files,...
Changeless asked 19/3, 2014 at 11:7
2
Solved
My team uses perforce for version control.
There have been a lot of additions in the branch that I am currently working on, as compared to the Release branch.
Now, I just fixed a known bug in the ...
Unsaid asked 7/5, 2013 at 11:18
3
I have a few files that I noticed have the Other bits turned off (e.g., permissions set to 550 when checked-in to Perforce). I want them to be readable and/or executable by everyone. To put it in '...
Repetend asked 4/2, 2015 at 16:29
8
Solved
I've been using Perforce for a number of years. I'd like to switch to using git for my personal code, but all of the git tutorials that I've seen either assume that you'e a complete source control ...
4
Solved
I would like to know how much disk space a directory is going to consume before I bring it over from the Perforce server. I don't see any way to do this other than getting the files and looking at ...
Molding asked 6/10, 2008 at 13:39
5
Solved
I'm trying to learn Perforce and want to delete a file from the depot(easy to do with p4 delete, p4 submit), but that deletes it from the client machine dir structure as well. I want to keep my loc...
Margret asked 7/1, 2010 at 22:5
5
Solved
I have the following error message in when submitting from my perforce client (p4v):
Translation of file content failed
near line 1 Submit aborted -- fix
problems then use 'p4 submit -c 22'.
...
Kampong asked 1/3, 2011 at 15:57
5
Solved
I'd like see a visual diff of a branched file. So I do this
p4 diff2 -b branchname main.cpp
One problem... it's not visual and external diff isn't supported.
http://www.perforce.com/perforce/do...
11
Solved
I sometimes use the feature 'Reconcile Offline Work...' found in Perforce's P4V IDE to sync up any files that I have been working on while disconnected from the P4 depot. It launches another window...
Lase asked 10/9, 2008 at 22:45
7
Solved
Here's my scenario:
I have two projects projectA and projectB. A branchspec auto-integrates projectA to projectB.
Now, I have a changelist which modifies some files in projectA -- I have not commi...
Darnelldarner asked 18/3, 2010 at 18:53
5
Solved
In Perforce, how do I list all changesets for a given user?
Can that be done via a single "p4" command?
Meatus asked 21/4, 2010 at 1:26
3
Solved
How are you doing this task in Perforce ?
Jolt asked 10/8, 2011 at 8:41
5
Error: Can't clobber writable file : //file name//
Solution: When you try to sync a file, perforce expects your files in workspace will have read-only permissions. If a file is not checked out (by...
Doom asked 18/1, 2018 at 7:11
2
let us assume depot contains change lists :
change lists :
300
299
280
270
260
I would like to sync my client at change list 280.
if i do p4 sync : my client will be updated with cl : 300 (lates...
Intramolecular asked 2/10, 2013 at 7:43
5
Solved
I am looking for a perforce command to get the list of the files that have been modified locally and "not" checked-in to the repository.
I understand that I "should" get the list of modified files...
2
Solved
Is there a way to revert the setting in Perforce Visual Client (Mac OSX 10.6.8) so that the checked out files are not by default checked out in the 'default' changelist ? I am failing to find any o...
Photofluorography asked 16/1, 2014 at 14:35
6
Actually i need write one batch script, in that first i need to check if the required client spec already exist or not?
If exist then i should delete it.
Could you please let us know how can we ch...
Anne asked 28/10, 2013 at 9:27
8
Solved
We use Visual Studio, which generates lots of bin and obj directories. When I use P4V's "Reconcile Offline Work" feature, these appear in the "Local files not in depot" list.
I'd like to exclude t...
Cryogenics asked 23/6, 2010 at 6:54
8
I have an existing workspace that I have been using and everything has been working as expected.
Now I am beginning a new project and would like to change my workspace root so that the files will b...
8
Solved
Each time we do a build, we have to record the changelist number of source files for tracking. We have different projects (under different directories) and they are synced at different changelist n...
Jayme asked 16/3, 2012 at 3:26
9
Solved
One of our team member (located in different region) has shelved changes in P4 with changelist 1234.
Now, if I want to see what files are modified snf what are the changes, how can I do this?
W...
5
Solved
Suddenly, when I run p4 info in terminal, I notice that the client root is not set (not sure why it got unset all of a sudden. Following is the output which shows "client unknown" in place of clien...
Slurp asked 12/10, 2015 at 7:38
4
Solved
3
After doing a git-p4 clone --use-clientspec, I would like to add an extra entry to the clientspec, and import the current state of the added entry to my Git repository.
After I extend the clientsp...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.