0

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?

fbrereto
  • 323
  • 2
  • 4
  • 11

1 Answers1

1

The only "clever" way to do it would be to use svn:external properties.

Hubert Kario
  • 6,361
  • 6
  • 36
  • 65