Tagged Questions
24
votes
10answers
11k views
Moving from CVS to git: $Id:$ equivalent?
I read through a bunch of questions asking about simple source code control tools and git seemed like a reasonable choice. I have it up and running and it works well so far. One aspect that I like ...
1
vote
2answers
75 views
Removing Keyword Substitution comments from source files?
Note: For wont of a better word I call the fluff at the start of source files --
/* @(#) $Id: file.c,v 1.9 2011/01/05 11:55:00 user Exp $
...
1
vote
3answers
2k views
How do I disable CVS Sticky Option -kk for keyword substitution?
I have a file in cvs that has Sticky Options set to -kk. This replaces all cvs keywords with just the keyword name to facilitate diffs. For example, $Author: Alex B$ becomes $Author$.
How do I ...