Tagged Questions

4
votes
9answers
2k 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 …
2
votes
2answers
123 views

How can I get an updated $Revision$ in my code

I have a project into which I'd like to embed the revision number automagically. In this case, it's a multi-file perl script. In the main file, I have a line that looks like this: my $revision = …
0
votes
1answer
514 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 …