> The above syntax works fine on the NT platform but I am not able > to designate a "drive letter" to install on C: drive or D: > drive. For example I have tried: > > deploy_it -d C:\testdeploy\bin project_name > deploy_it -d C:/testdeploy/bin project_name > deploy_it -d "C:/testdeploy/bin" project_name > deploy_it -d "C:\testdeploy\bin" project_name > > and none of these seem to work. Is there a way to designate > a specific drive letter with the -d option on NT ? No, because the directory in the modules file is not an absolute path. It is a subdirectory relative to the current working directory at the time you issue the "checkout" command.
-- Jim Hyslop Senior Software Designer Leitch Technology International Inc. (<http://www.leitch.com/>) Columnist, C/C++ Users Journal (<http://www.cuj.com/experts>) _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
