This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3 patch] Add std::tr1::shared_ptr
Benjamin Kosnik wrote:
If I'd realised "cvs add foobar" for a directory created the dir on the
server end I wouldn't have done it (particularly as I don't know if the
directory names I used for the testsuite are OK.) I thought it would
be the same as "cvs add foobar" for a file, which only adds the file to
your CVS/Entries file but doesn't change the master repository.
Jonathan, you are correct with your patch procedure. Indeed, there is no
way to do a correct patch without adding the directories. So, carry on.
Benjamin, we are all for Jonathan work, no doubt about this. However, I
don't see,
honestly, why one should add directories before hand. I never add
directories before
the actual commit. Or, for that matter, why one should cvs add
individual files
before the actual commit. I never do that and everything works fine here...
Paolo.