Re: Change version number and printout version number on all files?
From: Files <files_at_poetryunlimited.com>
Date: 2003-10-01 22:58:27 CEST
Kathy,
I think what you're going to find is that the version numbers that subversion
In regular development, you develop revision 1.1, 1.2, 1.3 and so on.
The version number in subversion is just an artifact. It represents the number
The version numbers *you* are looking for, and are used to, in subversion,
Since every file can trace its lineage to the day it was created, no matter
But for colleting like revisions, use a branch instead and I think you will
Subversion frees you from having to have different revision numbers associated
The following diagram may help.
/trunk
At work, I use something different.
I use
/unstable
Where development takes place in /unstable. When things are ready to be released,
svn rm /stable
When the stable is ready to be unit tested - it looks good.
I do the following
svn rm /unit
When the next level is ready, I repeat it for system test.
svn rm /system
When the final level is ready, I repeat it one last time.
svn rm /production
When the production release is made, I also do a
In essence, I can go back to any step of any revision of the tree at any time.
And if I want to roll back the changes in /unstable, I can always grab a
And the beauty of all this is that, since the files past /stable do not
At least for me at work.
Understand that this is a simplified version of what I really do.
As things progress from one level to the next, certain directories are removed
In my system /stable and /unit are very similar and /system and /production
If you have to recover the last thing you did, you can always roll back to a
I hope this helps. I hope things are a little more clear.
If you have more specific questions or feel that I have not answered the correct
Thanks.
Shamim Islam
P.S. Version number in all files as long as it's the SUVERSION 'version' number
Kathy Moulton (kmoulton@chisystems.com) wrote:
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.