Results for tag subversion
- Copying subversion repositories with history using svnsync
Joor Loohuis, 2010-10-22Occasionally it is necessary to make a copy of a subversion repository, while preserving the revision history. Sometimes you need to do this without shell access to the server. In those cases, svnsync may solve your problem. - Integrating Subversion, Trac, and Mailman into a development environment: part 1, design
Joor Loohuis, 2010-07-01Many software development projects are hosted in a 'forge', a web application that provides tools such as source code management, mailing lists, and a bug tracker. We were recently asked to provide such an environment, based on Trac, Mailman, and Subversion. We thought it might be informative to document our findings. - Fixing permissions in Subversion post-commit hooks
Armijn Hemel, 2009-10-27Subversion is a great version control system and it allows for a lot of tweakability, but a mistake with permissions is easily made...and easily fixed.