0
votes
1answer
24 views
In Perforce command line, how to diff a file reopened for add?
Suppose you open a file for branch to another place (without submitting), and then reopen it for add and make some edits. I would like to diff this edited version against its branc …
1
vote
2answers
36 views
Can a script be automated after a commit on Perforce?
We use Perforce at work, and routinely keep software projects in the repository. In general creators follow the normal Perforce flow, BUT we also have a class of users, who doesn' …
1
vote
3answers
22 views
Faster clean Perforce sync over VPN
I have to regularly do a clean Perforce sync to new hardware/virtual machines over the VPN. This can take hours as the project is quite large. Is there a way that I can simply copy …
0
votes
2answers
17 views
using perforce with team foundation server
Does Team Foundation Server 2008 or upcoming 2010 work with perforce as the SCM tool? I haven't been able to find any documentation on the web indicating whether or not this config …
1
vote
0answers
13 views
moving commits from unrelated repository in git, git-p4
I've been learning git and git-p4 and have ended up in a situation where I can't 'git-p4 submit' anymore; patches don't cleanly apply.
I can always re-clone the p4 depot and copy …
3
votes
5answers
44 views
perforce: create a local backup of current pendinglist
hello,
in perforce, i have a pending list with some changed files. now i want to revert to the base, but without loosing my changes, so i want to back them up somewhere. like savi …
1
vote
1answer
37 views
How to parse Perforce “pickle” binary output?
Perforce command line has a special switch, -G, that supposedly causes its output to be machine readable, using python's "pickle" serialization format. Is this actually so, in gene …
0
votes
3answers
63 views
Is it possible to set permissions in Perforce such that a user cannot integrate into a certain area of the depot?
In a perforce depot I have an area containing stable branches, and an area containing unstable branches. I want to control a users ability to create new branches (using p4 integrat …
3
votes
1answer
62 views
Vim auto commands: writing a read-only file?
I'm using Perforce with Vim on Windows.
I currently have an auto command set up to open a read-only file for edit when changing it:
au FileChangedRO * !p4 edit <afile>
Is …
0
votes
3answers
47 views
Tools for Ruby on Rails projects in Perforce
Hi,
we are using Perforce for source configuration management and I have just started to hack some small stuff in Ruby on Rails. As Perforce follows the "check-out before modify" p …
1
vote
3answers
61 views
What is a branch specification in Perforce ?
Hi,
it seems to me that keeping the "branch" object in Perforce may not be entirely necessary after an integration has been submitted.
I.e. the "real" branch, is actually a folde …
5
votes
4answers
121 views
Local commits pushing to a central server
Hello,
At work we use perforce and are encouraged to make regular commits to it (something I am fine with). However, I'd like to run something like mercurial so I can locally comm …
4
votes
4answers
92 views
How to use ant to check for tags (TODO: etc) in java source
it's common to see something like this in code, hopefully only during development:
//XXX: not in production!
String password = "hello"; // getActualPassword(...);
...
catch(Except …
0
votes
2answers
46 views
Perforce: Re-reverse-integrating a changelist
(I've already asked this on SU; while I appreciate the Tumbleweed badge there, I'd prefer an answer...)
I have a reverse integration pending that I'd like to perform again on the …
0
votes
2answers
37 views
perforce: how to propogate unsubmitted changes
I have made some changes in one perforce client, but haven't submitted them. I want to propagate these changes to another perforce client, without submitting the changes in the fir …
