Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic stream filter support #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

VesCodes
Copy link

Hey, we've been using this modification for a couple years now to exclude some parts of streams during replication. Figured other users might find it useful as-is or it could otherwise start a conversation about supporting this more effectively.

Sample configuration snippet:

stream_views:
- src: //UE5/Main
  targ: //EpicGames/UE5/Main
  type: mainline
  parent: 

stream_exclude:
- "//UE5/Main/Samples/..."
- "//UE5/Main/EngineTest/..."
- "//UE5/Main/QAGame/..."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant