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.
On Sun, 13 Nov 2005 16:35:09 +0000 (GMT), Mallesh <mallesh_efftrons at yahoo.co.in> wrote: >With your co-operation we installed CVSNT in CITRIX server. >And we are getting some problem please resolve this problems. > >1) We are trying to create a new repository thorough CVSNT >(form control panel) on the server but it is giving the >following message. > >"The repository name contains characters that may create >compatibility problems with certain clients. Using such name >is not recommended. Are you sure you want to continue?" > >What is the meaning of this message? You are givin the repository a name that includes characters that are NON-USASCII. Probably since you are from India you are trying to use Hindi characters in the repository. THis is not really good practice because the characters may not be usable for some clients. Please use USASCII characters only in repository configuration. > >2) After checkout when we trying to open the file from Wincvs >by double clicking one client is opening it with notepad (for >any type of files), but another client opening it with respected >file editor (like Delphi, Microsoft Word etc ). Why this type >of behavior? I get a feeling that you have not at all read up on how CVS works. This is no good if you are installing the system for others to use like you described. At the very least *you* should get comfortable with how CVS is designed and used for version control purposes. By just going ahead and blindly installing servers and tools withouit usage knowledge you are only going to create confusion in your organization.... I recommend that you read up on this at least using the Internet resources. Some examples: http://cvsbook.red-bean.com/cvsbook.html http://people.freenet.de/ogiesen/wincvsnt-tour-readme.html http://cvsgui.sourceforge.net/newfaq.htm There are more, try Google... /Bo (Bo Berglund, developer in Sweden)