ArneBachmann / sos

Subversion Offline Solution

Home Page:https://sos-vcs.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add --only or --glob option to commit, update etc. to only capture some files

ArneBachmann opened this issue · comments

Add --only or --glob option to commit, update etc. to only capture some files

Each --only would add to the consideredFiles (patterns) list, and --except would require an additional logic to exclude stuff.

Almost finished. Any better naming for --except?