I was wondering what's the recommended strategy when a project or branch gets finished (will never ever be changed again) or abandoned.
In case of the projects, should I:
- Leave it as it is
- Have a repository root folder where all the projects get moved to when they are finished/abandoned
- Just rename the folder to something like "CLOSED - Project Name"
- Move it to a new repository that contains all the closed projects (I think this isn't a very good idea since I would lose all the history)
- Another solution?
In case of the branches, should I:
- Leave it as it is
- Move it to a folder inside the braches named CLOSED or ABANDONED
- Rename the branch to "Closed - Branch Name"
- Another solution?



svn command item@PEG-REV– AndreKR Oct 15 '12 at 12:04