From: Andre B. <and...@gm...> - 2002-12-17 11:34:56
|
Hello Baptiste, don't bother about the "stdafx.h" problem, I think I was only stumbling accross this since I never used CVS and WinCVS before. But now I just got my own CVS-Server working at home. Just to synchronize the files of my own projects with my laptop --- works fine after I solved the authorization problems. Since we heavily use another CVS system at work which is a little bit more comfortable to install and run (but to expensive for private use), it was somehow difficult to find out how the the actions are named in CVS/WinCVS but after all I found nearly all needed for adding/ checking /updating files and directories. Btw) Is there any possibility to move files that are allready in the repository from one directory to another and this ofcourse together with all versions that are in the repository ? Did I miss this action in the CVS or isn't there such an operation ? I found this very usefull for restructuring the code some time >IdentifierResolver and IdentifierResolverStrategy are probably a for of the >Director/Builder pattern. >IdentifierResolver does the analysis (entry/exit scope, local variable >declaration...), while IdentifierResolverStrategy process those 'event'. >IdentifierResolverContext is a specialization of IdentifierResolverStrategy. > > I wonder if you know about a good book or websides in the area of programming patterns, I ordered some at my company but well, they weren't very useful. >For now, I'll go back to working on the VC6 add-ins (mainly need to add a >generique fixture to test TextDocument interface). > > Nice ! As sven allready wrote - nothing is as good as test with the real world environment 8-) see you than. -- Andre |