svn revision number confusion

2

when i add a new file or folder to my repository svn revises it after the latest revision number available in the repo, i.e. does not revise it as 1. is it the way svn works? also, i am using kdesvn as the svn client; could it be the client's fault?

şaloma

Posted 2010-11-01T23:22:15.963

Reputation: 873

Answers

4

That's how revisions work. Once a commit is processed the revision number assigned is next number after the last latest revision number. You're tracking the revisions of the repository as a whole, not of the particular file.

Sathyajith Bhat

Posted 2010-11-01T23:22:15.963

Reputation: 58 436