version-control-keywords Questions
4
Solved
I used to work under Subversion/SVN and was instantly using nice feature called keyword substitution. Just putting in source files smth like:
/*
* $Author: ivanovpv $
* $Rev: 42 $
* $LastChange...
Putrid asked 18/7, 2012 at 5:14
3
Solved
I want to add svn properties (like svn:keyword=Id Date Rev Author) to files upon commits of new files.
For this to work there may be two main options:
Client-side: altering the autoprops in the...
Jetton asked 23/2, 2010 at 12:50
3
Solved
Is there a way to enable svn:keywords by default so that this property does not need to be turned on for each keyword every time a new source file is added?
Lithium asked 8/9, 2011 at 14:1
4
Solved
In CVS you can use keywords in your code that are expanded when checking the files out. I'd like to display the global revision as CVS has with the $GlobalRev$ keyword.
Subversion has the $Rev$ co...
Delineation asked 7/5, 2009 at 9:21
1
© 2022 - 2024 — McMap. All rights reserved.