This N°9 Posted January 5, 2009 Report Posted January 5, 2009 I noticed these "id" lines in all files (.mk, .asm, .h, .c):; $Id: mod_skel.inc 69 2008-02-01 00:20:18Z tk $what about these? can I change or remove them in my own files?
nILS Posted January 5, 2009 Report Posted January 5, 2009 [me=nILS Podewski]thinks they're generated by the svn system which means you can remove them.[/me]
This N°9 Posted January 5, 2009 Author Report Posted January 5, 2009 this makes sense... file rev date time user ..
TK. Posted January 6, 2009 Report Posted January 6, 2009 In order to enable this feature, you have to apply svn propset -R svn:keywords "Id" <filename(s)>to your filesThereafter, add "$Id: $" to the header (or wherever). It will be automatically updated on each commitAdvantage: release packages will contain a reference to the svn revision you were usingBest Regards, Thorsten.
stryd_one Posted January 6, 2009 Report Posted January 6, 2009 Instructions for TortoiseSVN users to do this to all your files in one go:Right-click the folder containing your appFrom the context menu select 'TortoiseSVN... Properties'Click the button labelled 'New...'From the dropdown box select 'svn:keywords'In the textbox labelled 'Property value:', type the word "Id", without the quotes.Tick the box labelled "Apply property recursively"Click OKClick OKAdd this to your files: /* $Id: $ */ Save, commit the files, enjoy.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now