[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[TSVN] Re: directories

From: John <jsparrow_at_ecclescollege.ac.uk>
Date: 2005-08-02 18:13:36 CEST

Klaus Stammermann <klaus.stammermann <at> ibnoetzold.de> writes:

> thank you for help. I know rev-number is not more than a number. But it gives
> an easy possibility to look at changes. Therefore I will use more repos
> Because of that the admin has to create new ones. It is not the finest way
> but by that the rev-number gives more information about the project.

This solution doesn't solve your problem either - for example tagging will
increment the rev number, so you might have:

r100 - commit something to trunk
r101 - tag v2.0 from trunk
r102 - update a branch
r103 - tag v1.9 from a branch
r104 - another commit to trunk

So trunk has no changes in 101, 102 or 103!!!! Just like your 'docs' folder
may go from revision 123 to 199 without any changes...

Basically you *cant* view revision numbers as anything meaningful in this way.
The only think you can take a revision number to mean is:

- the whole repository at a particular point in time

or

- a changeset applied to the repository (affecting certain files)

Histories for folders / files can only be interpreted meaningfully by viewing
the log. That's the only real way to see how often it has been changed.

(It's fine once you get used to it!).

John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Aug 2 19:47:07 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.