Perforce is a commercial, proprietary, centralized revision control system.

learn more… | top users | synonyms (1)

0
votes
0answers
5 views

Checked out file was ignored on merge

I merged trunk to my dev branch several times. Now I see that some files don't have changes made in branch. Those files were checked out (with my local changes) when I done merges. Now if I try to ...
2
votes
0answers
30 views

Looking for p4perl sample codes to add/delete/checkout/checkin files into/from P4 repository

I know how to add/delete/checkin/checkout files using p4perl when my p4perl script and the files belong to the same p4 client. However, I don't know how to do it when the p4perl script and the files ...
0
votes
1answer
16 views

How to find force-writable files in Perforce

I was wondering if there is a way to find some files that have been made writable by a user. Usually Perforce is not able to clobber these files.
-1
votes
0answers
20 views

perforce api - select a file in depot view

I'm writing a plugin for perforce (P4V) in python. (something like 'select related file') I want to select that file in the depot view. I got everything working except the selecting part. So how do ...
-6
votes
0answers
63 views

Is Perforce a Continuous Integration tool? [closed]

Is Perforce a Continuous Integration tool? Please help me out to find out the solution for my query.
-1
votes
0answers
22 views

perforce on vmware workstation can't connect to perforce [closed]

I'm running VMware Workstation 7.1 on a Windows 7 host. I also have a Perforce server running on this host and have no trouble connecting to it with P4V, locally. My problem is that I have a Window ...
0
votes
2answers
17 views

P4SCC plugin error

I am using P4SCC plugin with visual studio 2010. I have verified that it is installed correctly. Also verified that necessary MSSCCPRJ.SCC files are created (we have custom build script to create ...
2
votes
1answer
29 views

Stream support for git-p4 or good p4 command line tutorial?

my current project sits in a perforce stream workspace. I am quite familiar with git, but git-p4 does not support streams. Do you know a way around this limitation? Do you know a good CLI tutorial ...
2
votes
2answers
47 views

Jenkins Perforce Plugin - multiple changelists in a single poll

I'm using the Jenkins Perforce plugin, and polling a workspace for changes, then a build is running on the caught changelist. The problem: In case there are multiple changelists caught in the same ...
0
votes
1answer
15 views

Error with syncing multiple folders in Perforce using p4.net api

I am using the p4.net api to sync multiple folders recursively. The number of folders can go into the hundreds with an average of seven files in each. I use the SyncFiles Method (from the Client ...
0
votes
1answer
28 views

Copying change list history in perforce

Just wondering if anyone knows how to copy a folder from on //depot/one/proj to //depot/two/proj with all the changelist history for files withing //depot/one/proj Thanks, sam
1
vote
1answer
25 views

open a mysession in perforce using p4api.net

i tried to open my session with p4 api .net but the command is not working. ServerAddress adr = new ServerAddress(p.conStr); Server serv = new Server(adr); P4Server ser = new P4Server(p.conStr, ...
1
vote
1answer
37 views

Git cherry pick equivalent in Perforce?

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 ...
1
vote
1answer
21 views

how to set P4COMMANDCHARSET value while P4CHARSET is value of utf16?

Trying to use p4.exe command line to manipulate perforce. Because the server uses unicode so at first I changed the P4CHARSET value to utf16le-bom(p4 set P4CHARSET=utf16le-bom). Later I try the ...
1
vote
1answer
33 views

Suppress Perforce Ant task output

Is there a way to suppress the (many) output of a Perforce Ant task? I've tried the globaloption but that seems to not work! <p4jsync files="//depot/${ProgramName}/@{Folder}@{Includes}" > ...
2
votes
1answer
39 views

.gitignore alternative in Perforce

We've been using github enterprise account to host a number of projects in the cloud. Now we are moving to perforce on-premises installation. We are mostly developing in ASP.NET MVC + using ...
2
votes
2answers
61 views

How do I restrict a Perforce sync operation to only those files in a specific changelist?

I thought I could use P4 sync -f @Changelist# to sync only those files in Changelist#, but it is syncing the entire directory. How can I limit the sync to only the files in Changelist#?
0
votes
1answer
32 views

How do I add files to Perforce using P4?

How do I add files to Perforce using P4?
2
votes
1answer
32 views

Unable to integrate fully from main branch to feature branch, after backing out a previous messed-up integration

I am using the Perforce P4V client (version 2013.1/611291, dated 2013 March 20). I attempted to Merge/Integrate from the main branch to my feature branch. It had been a long time since I had done ...
1
vote
1answer
39 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 ...
-2
votes
2answers
28 views

Too many files in p4 default changelist. How to let default changelist to show the recently used files?

After I configure the perforce. Under pending tab, there's default changelist. It shows "There are 86002 files in this changelist". How can I solve this problem, let this default changelist only show ...
1
vote
2answers
38 views

Changing workspace clobber option directly from Perforce command line

How to change perforce specs from command line? What I want to do is, i have a workspace whose clobber option is set to noclobber(default value). Now i want to change it to clobber. I know we can do ...
3
votes
1answer
68 views

Copy all changelist descriptions while merging in Perforce?

I am working with "my" Perforce branch, fixing some small issues in the code. Every now and then I am integrating with another branch ("main"). I write extensive changelist descriptions each time I ...
1
vote
1answer
29 views

How do I find the last time a particular file was updated in perforce?

That is, for a given source file foo.c, how do I figure out the last time it was updated by anyone?
2
votes
2answers
65 views

Reverting unshelved files in perforce

I have unshelved a cl that contained an 'add' file called foo.txt. When i revert that changelist the foo.txt disappears from my workspace but stays on my hdd. p4 unshelve -f -s $A -c default :: ...
1
vote
1answer
28 views

p4 merge accept theirs but actually do a merge

During p4 resolve, after changing my local file significantly, I have ascertained that I want to resolve all conflicts with "their" version. However, if I run at (accept theirs) on the prompt (which ...
0
votes
1answer
20 views

how to download an archived branch in perforce

There is a branch that was archived in our perforce server, but I don't know how to download those files. Even if the only way to get those files is to unarchive it that's fine too (I can get the ...
1
vote
1answer
40 views

Perforce: moving unsubmitted changes to a different stream

Is there a good way in Perforce to move unsubmitted changes to a different stream before submitting them (equivalent of git stash, git checkout otherbranch, git stash pop)? I currently have the files ...
0
votes
0answers
25 views

Using python to monitor a Perforce submission

I work with a lot of very large files at work everyday so submitting to perforce can take a long time (hours sometimes). I don't want to wait for the submission every night so I started looking into ...
2
votes
1answer
73 views

Optimisation of INPUT OUTPUT

I am dealing with files where the number of lines can be at 60000 line. These files are stored in perforce. In order to calculate some statistics like number of lines added and number of lines number ...
0
votes
2answers
60 views

How would you measure inserted / changed / removed code lines (LoC)?

My question concerns LoC metrics. I have to provide statistics of inserted, changed and removed lines. My users use ClearCase and the example below based on it, however I believe that my question is ...
2
votes
1answer
70 views

git p4 rebase attempts to reapply past commits

I am having a problem with git p4 rebase and I don't know how to start diagnosing the issue, much less what the problem is. So I have a git repo cloned from a perforce workspace by git-p4 and it's ...
1
vote
1answer
52 views

why the command Diff2 is not working?

The command Diff2 is not giving the supposed output in TaggedOutputl if we set the bool taggedOutput as true but if we set it to false the result is returned on the text TextOutput without ...
1
vote
2answers
71 views

Where can I find the patience diff implemented?

It is well-answered on this site that Bram Cohen's patience diff is found in bazaar as the default diff and as an option with git diff, but I am finding it difficult to source an independent ...
0
votes
1answer
44 views

Perforce client side pre-commit hook

We are using perforce as a source control for Visual studio solution. Working with P4 and P4V. Is it possible to add client side pre-commit hook? for instance to ensure the word "debugger;" is not ...
1
vote
2answers
32 views

in perforce, can a file have multiple actions?

According to the docs for fstat, an action for a file can be one of: add, edit, delete, branch, move/add, move/delete, integrate, import, purge, or archive. Is it ever possible for a file in my ...
0
votes
0answers
64 views

perforce plugin in eclipse

I have installed perforce plugin in eclipse from the eclipse marketplace. When I right click on a project in eclipse and do Team -> Share Project , it asks to choose the repository plug-in and when I ...
1
vote
2answers
35 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
50 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 ...
1
vote
0answers
38 views

eclipse and perforce

I have been trying for the best of a week but I can't seem to get a project added to Eclipse that then runs on another computer which gets it from perforce. Please can someone help or point me in the ...
1
vote
0answers
41 views

How to show when a changelist has files checked out?

By default, Perforce shows you whether a changelist has shelved files or files that need resolving or are stale. I want to know which changelists have files checked out. Is that possible?
1
vote
1answer
64 views

git p4 submit fails

I tried running git p4 submit on a repo that I've been running as an interim bridge between git and perforce. Multiple people are using the repo as a remote and its being periodically submitted back ...
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
2answers
45 views

Development lines in GIT

I'm coming from the Perforce world and now getting to grips with the Git world and have the following question which is to do with having a local repo... One of the things I like about P4 is my dev ...
2
votes
1answer
62 views

How to integrate two un-submitted branches of Perforce?

I have get this issue: There are two branches, both have been changed and not been submit.Named Project-A and Project-B; Now, I want to merge/integrate A to B. I have some ideas to do this. ...
1
vote
1answer
34 views

Automatic integration between different VCS

I have a task to implement continuous automated merging from a big, open source, svn-based project to forked perforce repository (our customer requires perforce). Customer features/changes are ...
0
votes
0answers
12 views

change current depot in poerforce eclipse plugin

Working with the perforce plugin from eclipse juno. My project is set to be synced with a certain folder in remote depot. Now I have to set my project to be synced with a different folder in remote ...
1
vote
1answer
58 views

command change with perforce

in order to get list of change in specific period we use the command change p4 changes @2001/04/01,@now i am using the p4api.net to get this list of changes so i have to use : P4Command cm1 = ...
0
votes
0answers
39 views

Perforce eclipse plugin: how to synchronize all project together from depot

I have 10 java projects on my eclipse and every morning i need to sync individual projects to get latest from depot. Doing one by one takes lot of time. Is there any way to do all at once? (There is ...
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 2 3 4 5 22