Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Ronald F. Manlapao, SCJP wrote: > 1. whats the difference between chacl and rchacl? The general difference between <cmd> and r<cmd> is that <cmd> works only in a sandbox, with the credentials and checkouts of that sandbox, whereas r<cmd> works on the repository and doesn't need a checkout. Consequently, <cmd> works on the structure as present in the sandbox (which may be different from the repository), and r<cmd> works on the structure as present in the repository. Gerhard