Search code examples
perforcep4v

Downloading a depot in perforce


I am a new user of perforce (coming from svn) and am using the gui interface p4v. I want to have a local copy of a folder in someone's depot but am unsure how to do so. I wish to end up with a local copy that is just for me to explore and look around. I do not wish for it be under revision control. Just need it to be as if i downloaded a folder from the internet, free to do whatever with it. How can i accomplish this in p4v?


Solution

  • Once you've synced the files, you can do whatever you want with them. Perforce marks files as read only unless you have them open for edit, so what I would do is sync the depot, copy it to a new location on your HDD, and then mark all the files writable.

    Also, if all you want to do is look at the files, you could just sync the depot and open the files. You could even check them out (assuming you have permissions) and just not submit those changes if you wanted to tinker.