Is it possible to change files during checkout from SVN? -
Is it possible to include comments at the beginning of the files during checkout from SVN?
Similar to keyword expansion in CVS, RCS and other $ log $
This ability works only with a linear history. As soon as you start using branches and merge between branches, you know that $ log $
is an automated way to generate trivial merge tributes. If you use branches and merge, you will have the same problem with the CVS in the $ Log $
keyword.
Part of the point of SVN was to use branches and merge much easier than CVS See discussion of this point for more details.
Comments
Post a Comment