Skip to content

Conversation

@not-implemented
Copy link
Contributor

Use-Case: Explicitly matching a subpath inside a repository for ignore or moving to another repository like that:

# ...
match /trunk/project/bigdir/
  action ignore
end match
match /trunk/project/
  repository trunk/project.git
  branch master
end match
# ...

Problem: When there is a change to /trunk/project/ (e.g. changing a property), recursiveDumpDir always dumped the complete subpath to the parent repo, ignoring the rules of subpaths.

This pull request implements rule matching also for recursiveDumpDir.

@not-implemented
Copy link
Contributor Author

Sorry for "error: ‘ruledebug’ was not declared in this scope" ... I'll fix it tomorrow

@not-implemented
Copy link
Contributor Author

Fixed now.

@tnyblom tnyblom merged commit cf94ee3 into svn-all-fast-export:master Jun 28, 2017
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.

2 participants