Rather than having to download, unzip, shuffle files, and commit a new version into my project's repository, it'd be much nicer to simply pull an SVN "tag" into my project directly as an svn:external.
This requires very little effort on your part, but would be a huge value to developers like me. Whenever you create a new release, stick it in a versioned sub-folder of the "tags" or "releases" directories (e.g. /svn/tags/3.0.53).
It would appear that the current version of the software exists only in the trunk, sticking me in the unfavorable position of having to worry about broken builds if I svn up my svn:externals.
Any chance of releases being organized this way?