> The thing I don't like about this, is that I create a new version of each
> file every time, but I am not modifying file itself. I am only promoting (or
> tracking status) of a particular file version.
>
> Ok, my point is that adding "tag" functionality will not make subversion
> dirty, but will make it better, more supporting various configuration
> management processes.
>
> Martins
>
The closest thing I have seen to a file revision is if you run 'svn status
-v' you'll get the last-committed-revision for each file. (you can also get
this with svn info) The thing CVS users aren't used to is the fact that
there is no per-file revision.
-Steve
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 22 23:31:40 2007