Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
128 views

Unknown field name 'SubmitOptions' after Perforce upgrade

I just migrated/upgraded from a Windows 2003 Perforce 2009.2 installation to a Windows 2008 R2 2010.2 box and noted that after the upgrade, the only issue that seems to present is the inability to ...
3
votes
3answers
146 views

Perforce like client specs mappings with Mercurial

We recently moved from Perforce to Mercurial and love it! One little problem: after much research we can't figure out how to map a special directory in the repository to some special place on the ...
3
votes
2answers
1k views

How to set defaults for perforce client specs

I'm trying to discover how to change the default set of Client Spec options and submit-options. set P4CLIENT=my_new_client_1 p4 client Gives me the following spec default-spec: Client: ...
2
votes
1answer
150 views

perforce client spec - making different depot paths map to the same client workspace path

I want to create a client with the following view: //depot/location1/main/... //myclient/main/... //depot/location2/main/... //myclient/main/... No files and directories are common between ...
2
votes
2answers
237 views

Perforce : is there any better way to comment one line in client spec?

i used to -//depot/xxx.. but its not good because i need to write the correct depot path after -//.... is there any better way to comment this ? such as :#//depot/xxx..
2
votes
4answers
277 views

Perforce: Avoid using the same absolute local path on all dev machines?

I'm new to Perforce (but am fairly experienced with other systems, mostly SVN). Now I'm trying to make a simple windows bat build script that needs to check in some build results (controversial to ...
2
votes
1answer
341 views

How do I diff 2 Perforce Client Specs

I have two perforce clients (client-a, client-b) that each contain about 40 file specs. They are similar, but each client has several file specs that aren't included in the other. I would like to ...
2
votes
2answers
520 views

What are your Perforce practices for view/branches?

I am new to Perforce. What would you consider P4 best practices in terms of views/branches. Would you create 1 view with access to many branches, or would you create 1 view / branch ? I am not sure ...
1
vote
0answers
23 views

Synchronizing perforce if all conflicts can be resolved

I would like to write a batch file that would sync perforce only if there is no conflict, or if all conflicts would be resolved. I cannot find any option to do that in p4 sync or p4 resolve. Thanks
1
vote
4answers
267 views

Force Perforce to accept workspace view as valid

I have a number of files checked out with changes ready to submit. I realised that my client spec was hardcoding my alternate root, so I removed the alternate root from all lines in the client spec, ...
1
vote
1answer
783 views

How to get the last Perforce change list synced to a specific directory by non-local client spec (cmd line)?

I'm trying to return the last change list synced to a specific directory per client spec. I've researched this pretty heavily and am starting to think it's impossible. This is what I have so far: p4 ...
1
vote
3answers
595 views

Can specific files mapped in a Perforce client spec be made non-editable?

For example some parts of the client spec map files from a 'Published' depot. Is there a way for these so-called published maps to be forced read-only, i.e. they cannot be opened for edit? For ...
1
vote
1answer
151 views

Can I integrate a file not in my client spec?

Is there a way to integrate files not in your client spec? Specifically we've got a directory that contains a large number of static libraries that I build locally (so I don't need them out of ...
0
votes
1answer
83 views

P4PHP API - How to save p4 client with -f flag?

I'm using the P4PHP API to build a GUI that allows users to mass create/update client specs. This works great as long as a client is unlocked, but for locked clients the API isn't picking up the -f ...
0
votes
3answers
168 views

Can you map a file or directory multiple times in perforce?

I would like to know if I can map a file or directory to multiple local copies with perforce. I know that the P4V does allow me to do that but I encountered very weird behavior from the client and I ...
0
votes
2answers
39 views

Is it possible to inherit or reference a perforce workspace (clientspec)?

I want to keep my workspace (clientspec) definition as simple as possible, following the main one used by the project. The problem is that you never know when the original workspace was modified and ...
0
votes
1answer
321 views

how to write this perforce client spec?

I want to map a directory to different local folders (such as AA/adir and BB/adir) at the same time. Here's the spec below, but it doesn't work well. Is there anything wrong? //depot/adir/... ...
0
votes
1answer
76 views

perforce connection

this is a real basic question but i was struggling at it from 30 mins. I am using perforce and i want to access my colleagues workspace for accessing data report which we are working on together. How ...