Helix Server on Windows
If your Helix Core Server is running on Windows, your UNIX users must be aware that it will store case-variant files in the same namespace.
For example, users who try something like this:
C:\> p4 add dir/file1
C:\> p4 add dir/file2
C:\> p4 add DIR/file3
should be aware that all three files will be stored in the same depot
directory. The depot pathnames and filenames assigned to the Windows
server will be those first referenced. (In this case, the depot pathname
would be dir
, and not DIR
.)