Once one has created an svn repository for a rails project, how do you manage keeping it up to date when many additional files are auto generated. For example, if one creates the rdocs, will it require manually adding each new generated file to the repository?
I would assume thinks like log files, sessions (and what else?) that will not be the same for two different svn repository checkouts be excluded from the repository.
What about vendor plugins?