P4V is the cross platform GUI for the Perforce revision control system.
1
vote
1answer
41 views
perforce - using p4v diffdialog from the command line
I've tried searching, but I cannot find the parameters for running the p4v diffdialog from the command line.
The following works:
% p4v.exe -cmd "diffdialog //depot/filepath/file#13"
But I want to ...
1
vote
2answers
36 views
P4V - Duplicate workspace pointing to existing data
I was wondering if anyone had any advice on how to do the following task in p4v (I am not too familiar with P4V commands, so apologise if this is some basic command that I am missing).
Currently I ...
1
vote
1answer
55 views
Is there a way to bring up the regular P4V submit window from a custom tool script?
I need to run a very brief batch script before submitting the selected changelist - instead of then submitting the changelist through p4 submit, I'd like to just bring up the regular submit window ...
0
votes
0answers
53 views
perforce integration error
I am working on c++ files managed by perforce.
When I did integration, I made some mistakes so that others' changes also become my change.
Now, I need to reverse this by doing integration. But, ...
0
votes
0answers
65 views
perforce how to remove a file from client view after running p4view [closed]
I am using perforce on Linux.
I need to remove a file from client view.
After running p4view -d myFile.cxx, I use p4 have to check that:
But, I get
:[~/mySpace] $ p4 have
...
1
vote
1answer
24 views
How to use date filter in P4V
I want to filter the Submitted changelist by using the Dates
Is there any way to achieve this?
Its possible in command line using p4 changes @2011/04/01,@now but I want it in P4V
0
votes
0answers
350 views
Perforce p4 have show “File(s) not on client.” for reverse integration
I am using perforce on Linux.
I need to do reverse integration in /rint.
But, I got
p4 have
File(s) not on client.
p4 client -o show more files mapping than the mapping files at top ...
1
vote
2answers
36 views
Overwrite from branch
I have two branches _trunk and _dev.
There is a folder (actually it's config) where intensive work is performed in both branches.
Now I need to merge from _trunk to _dev. But I need to merge only the ...
0
votes
0answers
88 views
How to set P4CHARSET in P4V Client?
When I attempt to run a tool in P4V to get me my latest changelist, it gives the following error:
Unicode clients require a unicode enabled server.
The tool is configured like so:
However, if ...
0
votes
1answer
56 views
Perforce: How to automatically check out binary when source gets compiled
I would like to create a mechanism by which I automatically submit the executable corresponding to the updated code. My development environment is Visual Studio 2005 and I use the windows GUI client ...
0
votes
1answer
39 views
Is there a way to know all the files present in a p4 branch
I have a requirement where once a perforce branch is provided,I need to open all the files present in that branch and check for some content,is there a p4 command or python way to do this?Please ...
0
votes
0answers
44 views
Matching Perforce Moves done on Linux to Windows
I have set up a shared workspace using the AltRoots parameter so that I can run my code on a Linux Machine and develop on my Windows Machine (personal preference). I have done some "p4 move"'s on ...
0
votes
0answers
13 views
How to integrate changelists of a particular user?
I have two branches dev and rel and 2 developers (A,B) working on dev branch and 2 developers working on rel (x,y). If I want to integrate changelists of a particular user say Mr A and not all the ...
0
votes
2answers
30 views
How to view all the filespec opened for a user in perforce
Need some help :)
I am trying to write a script where given a username, I want to know all the files specs which are opened (user can see /check in / check out) for that user.
What I am looking for ...
0
votes
1answer
70 views
How to delete some directories after their client workspaces are deleted in perforce?
I am working on perforce on Linux and VMS.
I have created 3 directories, each of which has a client name and .p4rc file and mapping.
After some work, I do not need these directories.
I used perf ...
1
vote
2answers
96 views
perforce: controlling permissions without involving super user access
We are using perforce in my company and heavily rely on it. I need some suggestion for the following scenario:
Our Depot structure is something like this:
//depot
/product1
/component1
...
1
vote
1answer
42 views
Label move afterwards
In my Perforce workspace was one file squirtle.txt. In Windows Explorer, I renamed it to blastoise.txt and made some changes to it in Notepad . In P4V I ran reconcile offline work, now in my ...
0
votes
0answers
54 views
customise perforce change number
Is it possible to customize perforce change number. I heared that we can do it. I checked on line but didnt find any solution.
For example trying to get change number as power of two, or multiple of ...
0
votes
1answer
87 views
Eschew advanced reconcile in P4V
When I try to reconcile, I'm sometimes interrupted by this alert. How can I just do a normal reconcile?
Also sometimes I see this same alert when I'm trying to cancel a reconcile. Why doesn't P4V ...
0
votes
1answer
106 views
How to use TortoiseMerge from Perforce P4V?
How can I configure Perforce to use the tool TortoiseMerge for diff and merging?
I tried arguments
/base:%1 /mine:%2
following ...
2
votes
1answer
283 views
What does 'revert unchanged files' mean in Perforce?
What does the command 'revert unchanged files' do in Perforce? It sounds like a contradiction.
0
votes
1answer
76 views
How to filter pending changelist by changelist number
Using p4V client I want to review pending changelist with shelved files. I have the changelist number but can't find a way to filter based on changelist number.
I found out about using Ctrl-G to ...
1
vote
1answer
146 views
How do I delete files marked for add from my local disk?
I'm currently using Perforce with P4V (Rev. Perforce Visual Client/MACOSX105X86_64/2012.1/490402) in Unity 3.5.5,
When you revert files marked for add, it only removes it from the changelist. ...
1
vote
1answer
882 views
What is the difference between P4V's Branch, Copy, Integrate/Merge
I am using P4v, and when i bring up the context-menu on a folder, i have these options:-
- Integrate/Merge
- Copy
- Branch
Seems to me like they are all doing the same thing.
Is there any real ...
0
votes
0answers
28 views
Peforce Eclipse issue (unix)
I have noticed that perforce eclipse plugin heavily uses
p4 changes -i -l -c<client_name> -spending
command
Is there any workaround to have the eclipse plugin by-pass this command execution ...
0
votes
0answers
27 views
How to specify p4 wrapper path to P4WSAD Eclipse Plugin (unix)
I would like to use my p4 wrapper script to perform additional task before invoking p4.
How to specify p4 wrapper path to P4WSAD Eclipse Plugin ?
0
votes
1answer
189 views
Perforce auto sync
I work in a large evolving code base and use perforce to manage it. The problem is that I need to update it everyday and it takes a long time to do it. I am looking for ways to automate this process.
...
1
vote
1answer
117 views
P4V(Perforce) filtering pending changelist with logical operators
With the latest P4V (Perforce) client, can we filter pending changelist with logical operators like AND/OR? So for example, filtering by "Owner=me", "Client=myClientA AND myClientB"? This will be ...
0
votes
1answer
160 views
Error in p4v when using 'reconcile offline work', “Unintelligible revision specification '\…#have'.”
When I try to use 'reconcile offline work' on a directory ending with '\C#\' in the p4v client on windows, I get that error.
Does it have something to do the with the '#' in the path? Is there any ...
1
vote
2answers
181 views
Accessing the latest label in perforce through Linux
I get a list of labels when I type in the following command in Linux:
p4 labels -e '< pattern-for-required-label >'
But I want to grab only the latest label in the list. If there any command ...
0
votes
1answer
118 views
Perforce Connection Failing for Mondrian Source Code Repository
I am attempting to follow http://mondrian.pentaho.com/documentation/developers_guide.php in the download and compilation of the Mondrian source code.
I have installed the P4V client from ...
2
votes
1answer
234 views
How do I delete a file from the perforce depot?
I have a file that I had earlier checked in at my company's depot, but after a lot of re-factoring, I don't need it anymore and need to delete it from the depot, and thereby from my workspace, using ...
2
votes
1answer
105 views
How can i release checked out files locally in perforce
I am new to perforce. I need clarification on the below.
I have created workspace and by mistake i have checked out the entire project(all files). I have not done any changes in the local workspace. ...
3
votes
1answer
405 views
How do I search for the content of files in a Perforce depot (P4V)?
I am currently using Perforce version 2010.2.
It appears that this version does not have an integrated search functionality that will go through the content of every single file.
My current P4V ...
0
votes
2answers
399 views
p4v how to sync workspace files only
P4V v2011.1
What p4v does now is syncing everything under the folder I want to sync. However, in my case the folder may have many subfolders, where I may only need to sync 50 of them and skip another ...
1
vote
1answer
834 views
Perforce p4 command line is not using same client as the one used in p4v
OS: Windows 7 64-bit
P4V 2011.1 version + P4 command line client comes with P4V
I've created a client on my "D:\Perforce\Client1 directory" with P4V and synced all files. When using p4 command line ...
2
votes
2answers
538 views
Perforce p4v to share same changelist
I have 2 p4v set up on Windows and Linux. I was wondering if I can edit the code on Windows, create a pending changelist (this changelist belongs to a p4_windows_client). Then switch to Linux, which ...
1
vote
1answer
284 views
Keyboard shortcuts for P4 Diff / P4 Folder Diff
I have searched the P4 documentation and knowledge bases and I cannot find if there are any keyboard shortcuts to perform common actions when diffing files.
I know about the next and previous change ...
1
vote
2answers
1k views
How to create a new private branch in P4 (perforce) from an existing one?
I am using P4V. I need to create a new private branch from an existing project repository. How can i do this in P4V?
From a help file, I got the following steps:
Create a branch Specification for ...
2
votes
3answers
788 views
Perforce: how to get missing file from Depot to Workspace?
A given file is missing from my Workspace, but present at the Perforce Depot.
I tried several times to "Get Revision" and checked on the "Force Operation" flag. It always retrieve hundreds of files ...
3
votes
1answer
184 views
How can I Submitted list by multiple user in perforce?
How can I filter the "Submitted" view by multiple users in perforce?
I want to just see only a few(4-5?) people in the "Submitted" view.
There is a filter function, but filter doesn't take multiple ...
1
vote
1answer
195 views
Copy files to a new branch and keep the changelist history in P4V
I have a branch in my depot that I want to copy to a parallel location that does not currently exist in the depot. (i.e. I currently have \depot\rev6.2... and I need to create another branch at ...
1
vote
3answers
2k views
How to remove files from changelist in perforce without loosing modifications?
I accidentally created a new changelist with files from WORKSPACE not from DEPOT and now under the changelist 4500 modified files are displayed (all dlls pdbs etc. alongside with the files i actually ...
1
vote
1answer
105 views
How to delete history of a reverted file? (p4v)
First of all, I apologize if the terminology is not correct. I have only recently started using P4 and am having some trouble with it.
Let's say I have a file called Program.cs. There are two ...
0
votes
1answer
108 views
Use p4v to untag files?
I am using p4v windows client and I want to untag files.
On command line it would be
p4 tag -d -l <tagname> <filenames>
How can i do this in p4v?
In response to one of the answers...
...
0
votes
2answers
523 views
Python & P4V: Automating changelist description
I have a variable, fulltext, which contains the full text of what I want the description of a new changelist in P4V to be. There are already files in the default changelist.
I want to use python to ...
0
votes
1answer
90 views
P4V: Find the the most recent changelist that affects a given workspace?
Is there a command-line way to find the the most recent changelist that affects a given workspace? This can be done in the GUI by (in the workspaces tab), right-clicking the tip of the workspace tree, ...
0
votes
0answers
115 views
Why the button “Tree Hierarchy” in Folder Diff of Perforce disabled?
I have a problem when using Perforce.
I'm using P4V, but don't know the Perforce Server version.
There are often some files in our project that don't need to be version-controlled. And I found a way ...
2
votes
3answers
165 views
Setting up my own personal repository on P4V
I'm new to source control. I'm working on a team right now, and we're using Perforce (the GUI version P4V). I'm connected to my team's repository, and after I know I have something working, I commit ...
2
votes
3answers
105 views
What's the Right Way to Make Minor Local Edits on Files in Perforce through Eclipse?
I'm working at a company that uses Perforce, and find it really annoying that when I edit something locally for a purely local purpose (maybe I want to change a path to point to something local for ...
