lquam's avatar
lquam
New Member
7 years ago
Status:
New Idea

Allow directories to be excluded from file subscriptions

We have directories with a lot of of subdirectories where users need to subscribe to the majority of them, but wish to exclude some. Currently, this requires them to add every directory they need to their subscription list. It would be great if instead they could add the parent directory and then exclude specific paths beneath it. Something like this:

//depot/code/**
-//depot/code/python/**
-//depot/code/binaries/**

So you'd be notified on changes anywhere in //game/code/engine, except for files under the /python and /binaries paths

1 Comment

  • Sorry, used the wrong example their,the point would be to be notified of any changes in //depot/code/ but not in the /python or /binaries paths. Was making the example more generic and only changed half the example. ;)