Here's a similar question for SourceSafe. We have a single SVN repository storing sources of numerous projects. Among those projects something like 25 are built every day each by a dedicated daily build. Once daily build starts it tags the sources with its own name (something like "Build of Project N version X.Y.Z", Z increases with every successive build of project N).
Are there any practical limitations in SVN we can run into with such scheme? Is there a practical limit on the number of tags in SVN repository?