Often you have files in your subversion directiory which you do not want to commit / check-in. Such files could be compiled files, intermediate files used for data processing etc. Subversion provides a simple way to exclude such files. The good news is that it allows you to specify them using patterns, so you don't have to individually specify them.
Revision number of a file is an important information. Two most common uses are in serialization and in making version specific database upgrades for an application. I am using it for the later. Here is a simple way how you can add revision number (Id, Date, Author and HeadURL) automatically to your source files.
Older News
S M T W T F S
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
Copyright© 2010 The Gaea Times