path - Perforce: Remove empty folders from depot with command-line console (p4)? -


i need way empty directory paths command-line , remove (obliterate) them depot.

for automation purposes, i've been trying use p4 dirs directory-path paths, command outputs 'no such file or directory exists'. seems makes no distinction between empty directories , wrong paths. there alternate way?

empty directory paths don't exist in depot. server doesn't store directories, stores files. if there directory present in depot, contains 1 or more files.

in effect, directories come existence when first file stored in them in depot, , automatically disappear if last file contained obliterated.

possibly, have situation have directory in depot, files in directory deleted @ head revision. if trying locate files in order obliterate them (but why?), try 'p4 files //my/directory/name/...' show files in directory.


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -