When you're developing P4USER babyduck P4CLIENT babyduck.www When you want to sync to production: setenv P4CLIENT oofnet.www p4 sync > And to publish > > setenv P4CLIENT oofnet.www > cd /www/oofnet_dev > p4 sync let's see .. ok, the dir is wrong, but that's obvious .. also, what we're doing for now (since i don't know how to do whole branch revisions, etc) is that when you publish, preview what's goin out first : p4 sync -n this will show you all the files that will be updated. if they're all good (all your files) go ahead and do p4 sync .. if there are a few files that you're not sure about, you should do a file by file sync ..