-
-
Notifications
You must be signed in to change notification settings - Fork 92
added option to ignore unversioned files #232
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
Conversation
|
Might need to add the option to make recursive "-R" also not sure how it will behave on directories |
|
Directories work fine. @edgardmessias what do you think about the recursive option? |
|
The tortoise SVN has 4 option
|
|
Yeah saw that on tortoise. The issue with that is how do we decide what directory we are setting the svn ignore on if we allow wildcards to be set. |
|
Use like tortoise, use the directory of file. For future, we create option to edit all properties. |
|
That's what is currently does. Any of the wildcard stuff can be done later if requested. |
|
Ok, only need fix the naming |
Codecov Report
@@ Coverage Diff @@
## master #232 +/- ##
==========================================
+ Coverage 62.89% 63.22% +0.33%
==========================================
Files 24 24
Lines 2339 2366 +27
Branches 416 418 +2
==========================================
+ Hits 1471 1496 +25
- Misses 864 866 +2
Partials 4 4
Continue to review full report at Codecov.
|
|
suggestions on the name? |
|
See the review, |
Added the command to "scm/resourceState/context" to allow unversioned files to be ignored.