Perforce: Move Files to a Subdirectory
Some quick notes. I wanted to move my existing *.py files for JIRA to a subdirectory. I had a bit of a time figuring this out, so maybe this will help someone when googling on the issue:
p4 sync mkdir -p jython/workflow p4 edit *.py bash # I use tcsh for f in *.py; do p4 move $f jython/workflow/$f done exit # Back to tcsh p4 submit
Comment
Tiny Print:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>