I\'m wondering if there\'s any other factors to consider for standard practice of using Subversion.
The few I have are:
Directory structure of /tags /tr
I'd try to commit as often as possible. To allow this, you have to make sure that the code you write either is not yet used, or is such that all the tests pass. If you stay in one of those two modes (the latter being much better than the former), then you should not have to worry about those large periods when you can't commit.
TDD helps very much in this respect.