Using Subversion externals for files
I needed to use Subversion externals property to define a reference to a file. Based on this blog, here are my notes: Let’s say that you want to have Subversion to use the following file from another directory: https://mysvnserver.com/svn/shared/lib/thelib.jar And have the file download into the following file in your project: myproject/lib/thelib.jar You should have […]
Read more "Using Subversion externals for files"