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.
Daniel Hedge wrote: > Hello I am investigating using CVSNT as an alternative to our present > subversion setup. One thing of vital importance is how CVSNT Tracks > Permissions and ownserships. My question is this. Can CVSNT track unix > file permissions and ownerships? There's no point in checking ownership - the sandbox is owned by the person who checked it out, just like any other application (on most systems only root can change ownership of a file anyway). Permissions are versioned, even across checkouts on Win32 if needed - although only the execute bit is normally considered useful. Tony