I have a Subversion repository with a series of third party libraries and sources. As new distributions of these libraries become available I want to completely replace the old version with the new. What's the best method to "overlay" a new drop of a directory on top of the older one?
Asked
Active
Viewed 30 times
1 Answers
1
The only "clever" way to do it would be to use svn:external properties.

Hubert Kario
- 6,361
- 6
- 36
- 65