Hello, * On Fri, Nov 06, 2009 at 07:00:22AM -0800 cvs_user2009 wrote:
> We are using MyEclipse 6.6 as IDE to develop J2ee apps. This tool is > seamlessly integrated with CVS. In this case it is CVSNT. So, do I understand it correctly: MyEclipse is the client, and CVSNT is the server? BTW: Is MyEclipse a variant of Eclipse? Note that Eclipse uses its own CVS client, which has its own problems. Furthermore, CVSNT is NoT CVS, ;) as is WinCVS. WinCVS builds on top of CVSNT, but CVSNT has diverged much from CVS. Thus, chances are higher you will get good responses to your problem on a mailing list linked from http://www.march-hare.com/cvsnt/ or some "MyEclipse" (or Eclipse) based mailing list. > There's something else, when I go to the file level and request History for > a file I can see that, yes, the tags are there. I tried to see if WinCVS > will show me the tags. No, it was consistent with MyEclipse. Is there a way > for me to be able to check the code out on these tags? What would be an > issue here? If the tags are actually there, you could check it out from the command line: cvs co -r TAGNAME projectname with CVSROOT set accordingly. However, this does not explain why your setup does not show you the tags. HTH, Spiro. -- Spiro R. Trikaliotis http://opencbm.sf.net/ http://www.trikaliotis.net/ http://www.viceteam.org/
