From: Baptiste L. <gai...@fr...> - 2002-12-17 15:53:06
|
Quoting Andre Baresel <and...@gm...>: > 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 I do also have a conflict for stdafx.h whenever I update. [...] > 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 Unfortunately, there is no such operation in CVS. File moving or renaming is not supported. Just add the new file and remove the old one from the repository. This is fairly easy to do using WinCVS filters (show unknown files and show missing files). [...] > 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). Well, I don't know of any good book about pattern. Though concerning pattern, http://c2.com is the web site of reference. On the other hand, there is some good website concerning OO design: - Design Principle articles from Robert Martin ( http://www.objectmentor.com/resources/listArticles?key=topic&topic=Design%20Principles) - Design up (french), which give a good synthesis of those articles and relate them to patterns) http://www.design-up.com/ Baptiste. [...] > -- Andre --- Baptiste Lepilleur <gai...@fr...> http://gaiacrtn.free.fr/index.html Language: English, French |