dimba
dimba

Reputation: 27581

svn:externals - using wildcards

I'm using svn 1.7.

I have a folder which is a collaction of DLL's from various 3rd parties. Some 3rd parties contain several DLLs.

Is there're possibility to use wildcard in svn:external (e.g. *.dll) or should I name each file individually?

Upvotes: 1

Views: 743

Answers (1)

Lazy Badger
Lazy Badger

Reputation: 97282

You must define SRC as single file in case of file-based externals

You can svn:external the whole dir at some location and get access to all files in linked directory

Upvotes: 1

Related Questions