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

feature request: excluding dirs in file.recurse (repurpose exclude_pat?) #5743

Closed
Mrten opened this issue Jun 26, 2013 · 3 comments
Closed
Labels
Feature new functionality including changes to functionality and code refactors, etc. stale
Milestone

Comments

@Mrten
Copy link
Contributor

Mrten commented Jun 26, 2013

Suppose I want to set mode 750 with a file.directory recurse for a homedir, then want to set 700 for the .ssh dir inside it.

Can't be done at the moment, so I think it would be useful if exclude_pat also applied to the recurse: items.

@basepi
Copy link
Contributor

basepi commented Jun 26, 2013

Sounds reasonable. Thanks for the request.

@Mrten
Copy link
Contributor Author

Mrten commented Jun 28, 2013

Another usecase: setting repository trees to a specific group and mode; for almost all files in the repository 660 is appropriate, but for a few hooks it isn't (750).

I need to explicitly enumerate all dirs in the repository root now:

svn repo dir structure:

repo
  - hooks
  - db
  - conf
  - ...

@basepi basepi modified the milestones: Helium, Hydrogen Release Feb 4, 2014
@basepi basepi modified the milestones: Approved, Helium Apr 21, 2014
@stale stale bot added the stale label Jul 10, 2017
@stale
Copy link

stale bot commented Jul 10, 2017

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue.

@stale stale bot closed this as completed Jul 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature new functionality including changes to functionality and code refactors, etc. stale
Projects
None yet
Development

No branches or pull requests

2 participants