sorry for my poor english. I have some problem by using Perforce.

Im using P4V, but dont know Perforce Server version.

There are often some files in our project that doesnt need to be version-controlled.And I found a way to exclude folders or files from Perforce by editing the Workspace View.

Use "-//depot/... //Perforce/..." or "-//depot/.dll //Perforce/.dll" I could exclude all files or folders in a path.Then the Folder Diff will mark them with "Excluded Folder".The world is clean.

BUT!! there are lot of projects, and each of them has same folder that we doesnt need like "bin" "obj", and with WebStorm there are ".idea"s, and with ReSharper there are a lot of folders starts with "_ReSharper", very disgusting.

With the articles this and this , The wildcards(...*) seems to putted in the middle of path, like "//Perforce/.../bin/...", to let Folder Diff exclude every descendant folder names "bin".

but there is the problem. When I using Diff Against.. then the Folder Diff view shown up.All the files are not shown in tree view but in list view.The button "Show files in a tree hierarchy" up there is disabled.And the most important thing is that excluded folders /files in workspace view are lie down there.

when I delete the descendant folder path,It turns normal with tree view and marked "exclude folders"

I have no idea about that.Could anyone tell me what happend there?

link|improve this question

62% accept rate
Are the files that don't need to be version controlled actually stored in Perforce, or are they only showing up because you're using Workspace View, and not Depot View? – Mike O'Connor Aug 11 '11 at 4:35
I found out that Perforce cannot handle complex view path with wildcards like "//Perforce/.../bin/...",so they just disable the Tree Hierarchy view.How rude they are. – Roc Ho Nov 9 '11 at 5:05
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.