Search Results

3
votes

Finding untracked files in a Perforce tree

Alternatively from P4Win, use the ""Local Files not in Depot" option on the left hand view panel. I don't use P4V much, but I think the equivalent is to select "Hide Local Workspace Files" …
0
votes

Perforce in a Microsoft Shop

I've used personally and managed a number of teams for a few years who have been doing Perforce & Visual Studio. It works perfectly well. There can be a couple of binding/rebinding gotchas, but …
0
votes

Should unit test classes be kept under version control with the rest of the code?

Indeed yes. How could anyone ever think otherwise? If you use code branches, you should try and make your testing code naturally fit under the main codeline so when you branch, the right ve …
0
votes

Can I safely edit a renamed file in perforce

Yes you can. Simply reopen for edit the branched file (i.e. the new one). In P4Win, there is a context menu for this ("re-open for edit"). …
0
votes

What is the more efficient version control methodology: checkout or merge?

I don't really get the question, to be honest. But I can vouch for Perforce's efficiency and ability to handle more than one person modifying a file asnychronously, and handling the merging of edit …
1
vote

Weird results using P4COM

Could it be a backslash issue in the command string? This would work fine at the command line, but a single backslash may be being interpreted as an escape code by whatever language compiler you ar …
1
vote

In Perforce, what is the command to connect to a different port when switching client user?

If you want to do it generically for any P4 command then the general form can be found via "p4 help usage". In a nutshell, p4 -p <your port> login w …
4
votes

Is there an easy way to revert an entire P4 changelist?

The posted answers provide correct answers, but note also that there is an actual menu option in P4V to do this for you now. It's in the latest 2008.2 Beta, and so should be officially released the …
0
votes

All change comments to perforce branch between 2 labels? (including merges)

Won't a normal Label-diff do what you want? From P4V, Tools->Diff. Select the two labels From P4Win, right click label, select diff files in 2 labels From command li …
1
vote

All change comments to perforce branch between 2 labels? (including merges)

I can't see an easy answer to this, but do have a couple more suggestions that perhaps may help point in the right direction. Persuade your admin to raise the maxscan rows limit. If …
1
vote

Can I integrate a file not in my client spec?

I'm not clear from your question of direction of integration is an issue. But you can integrate from files not in your client spec, but never to files. An alternative would be to u …
2
votes

Perforce Dev Branches - Sparse Branching vs. Private Branching

A good situation that sparse branching is suitable for is when you have a complicated product potentially made up of lots of modules. Say the build takes a long time for the whole system, and perha …
1
vote

Ignore client generated files in Perforce workspace view

If you don't want to have to remember to put this in all your workspaces (aka client specs), then ask your administrator to filer out .class files in the P4 sever permissions table. This will make …