Displaying 1 result from an estimated 1 matches for "cvs_12".
2006 Oct 09
3
DO NOT REPLY [Bug 4157] New: Add RCS keyword $Header$ to all files to support development
...*/ , etc
Cvs commit, enjoy the benefits.
# After
Now it's easier to bring random files/patches in line with cvs.
$Header: /.../foo,v 1.1 2006/10/09 20:50:41 user Exp $
$Id: foo,v 1.1 2006/10/09 20:50:41 user Exp $
Full documentation for this is at:
http://ximbiot.com/cvs/manual/cvs-1.11.22/cvs_12.html
This could probably be scripted as a one time commit.
find -E . -type f \! -regex '^.*/CVS/.*$' -print0 | xargs -0 ed ...
Thanks!
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact fo...