Questions tagged [depot]

23 questions
36
votes
8 answers

Perforce P4W error: file(s) not in client view

I have an existing workspace that I have been using and everything has been working as expected. Now I am beginning a new project and would like to change my workspace root so that the files will be located in a different directory, for example,…
user2530364
  • 361
  • 1
  • 3
  • 3
8
votes
2 answers

Server-side copy/move of a Perforce folder - without local sync of files

On the project I'm currently working on, we have lots of folders in the /branches and /tags folders (left after the migration from Subversion to Perforce). I want to clean up the mess - I want to move/copy/rename folders remotely, directly on the…
oblio
  • 1,519
  • 15
  • 39
7
votes
1 answer

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 version only allows me to search for filenames but not…
Obi-Wan
  • 101
  • 1
  • 8
6
votes
3 answers

How do I move folders between Perforce "depots"

After deleting my Svn repo by accident the other day I wanted to try something else and I have chosen Perforce as my current versioning tool testing ground. It is going great and I am liking what am seeing in Perforce. Here is my problem. I have…
yarun can
  • 2,871
  • 5
  • 25
  • 27
5
votes
1 answer

Perforce: Move files to a new Depot (including deletes)

I have 3 different Perforce Depots (A, B, and C). Each of these 3 Depots has a long revision history and includes many internally moved & deleted files. I want to move the contents of A, B, and C to folders inside a new Depot D. Once I do that, I'd…
philbert1
  • 143
  • 6
4
votes
3 answers

Perforce: rename a depot

In Perforce, is it possible to rename a depot? I would imagine that you could integrate across different named depots, but I do not think that would carry over the full depot's history. I have seen this Renaming Depot Directories article, but this…
rifferte
  • 1,392
  • 1
  • 13
  • 21
4
votes
1 answer

AJAX using rails: first item does not get updated on cart

I have just started learning Ruby on Rails using Agile Web Develop ment by Sam Ruby. I'm currently stuck on task F: adding Ajax to cart. Everything went well till the time I added to the code for hiding an empty cart. Now when I add the first item…
Prasanjit Prakash
  • 409
  • 1
  • 6
  • 21
3
votes
1 answer

Perforce depot/client mapping

Is there command in Perforce to get information which clients has mapping for particular folder from depot ? Example: I have depot location //depot/myfolder/somefile.java I want to know information which clients map this location to which…
victor
  • 41
  • 3
3
votes
1 answer

show perforce's depot in a treeview with c#

I'm not an expert in P4.NET and I would like to show perforce's depot in a treeview (windowsform application c#)... * "p4 dirs" to get all depots => p4 dirs "//*" for exemple this may give depot1 depot2 ..etc P4Connection p4 = new…
appiger
  • 31
  • 4
2
votes
5 answers

Cannot complete my Game Build checklist because of Store And Devcomp Packages Match error

I have uploaded my 2 Builds on Steam, one for macOS and one for Windows, but the Depots section looks like this: Here's my Builds settings: And here's my Depots settings: I have no idea about what to do to complete my Depot checklist in my…
Frank Eno
  • 2,581
  • 2
  • 31
  • 54
2
votes
1 answer

Perforce, Linux - grep for content in deleted depot files

Would like to know how can I grep information in depot deleted files. At first, I found that perforce supports searching file contents like so: p4 grep -i -n -e "infoSearch" //depot/alex/moreStuff/... from testing it seems that with the command…
neaAlex
  • 206
  • 3
  • 15
2
votes
1 answer

P4V/P4 sync a workspace folder to depot

In my local workspace folder, I add/update/delete files and want them synchronise to depot. The number of files is large, and I want P4V/P4 to automatically detect and synchronise it, just like SVN/Git. However it seems not very easy in Perforce for…
Richard Fu
  • 616
  • 10
  • 27
1
vote
1 answer

Description: depot cannot be resolved or is not a field

I am new with anylogic an I didn't know how to solve the problem. Please help me.
1
vote
1 answer

P4Python issue: p4run("files", 'path') returns - no such file(s) although returns single item dict for "dirs"

I'm trying to read depot structure without syncing and got stuck on files listing. Why this returns single-item dict: p4.run("dirs", '//folder1/Trunk/projects') but this: p4.run("files", '//folder1/Trunk/projects') Error: [Warning]:…
w.wa
  • 35
  • 6
1
2