Jump to content

Recommended Posts

Posted

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?

Posted

In order to enable this feature, you have to apply

  svn propset -R svn:keywords "Id" <filename(s)>

to your files

Thereafter, add "$Id: $" to the header (or wherever). It will be automatically updated on each commit

Advantage: release packages will contain a reference to the svn revision you were using

Best Regards, Thorsten.

Posted

Instructions for TortoiseSVN users to do this to all your files in one go:

Right-click the folder containing your app

From 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 OK

Click OK

Add this to your files:

/* $Id:  $ */

Save, commit the files, enjoy.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...