Reputation: 3337
I use P4V to manage my Perforce files. One issue that is very confusing is that when I rename folders in P4V using Rename/Move, Perforce keeps the older version of the folder but with empty state. Basically the rename goes forward successfully but Perforce keeps the previous folders with no files in them.
Is there a way to get rid of the old folders after a rename or move?
thanks
Upvotes: 1
Views: 704
Reputation: 18339
In your clientspec, make sure you have rmdir
in the Options
line, not normdir
.
Upvotes: 3