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.
Rebhan, Gilbert wrote: > Is it possible to simply switch a repository from > cvsnt under Win to cvs under AIX ? In theory. Standard cvs doesn't support Unicode so you can't copy any files that use that, and of course all the extra attributes won't be honoured, but it can work. > I want to copy the files from existing repository to the > new one, including the passwordfile for access via pserver. You won't be able to use any of the files in the CVSROOT directory (except the ,v files possibly) because they use a mixture of line endings (especially passwd, which tends to be CR/LF). It's better to start with an empty repository and just copy the source modules, then rebuild all the administrative files manually. Tony