Respect "ignore-on-commit" for "pending changes"
See original GitHub issue- VSCode Version: 1.21.1
- OS Version: Microsoft Windows [Version 10.0.16299.309]
- Extension Version: 1.27.1
- System Language: English
- SVN Version: 1.9.7 (r1800392)
Issue
Files on changelist “ignore-on-commit” contribute to “pending changes” count - even unchanged ones.
They should not do that.
Steps to Reproduce
- Have an active repository
- Change a file
- Add the file to changelist “ignore-on-commit”
- Optionally, revert the file
SVN Output
Using svn "1.9.7 (r1800392)" from "C:\Program Files\TortoiseSVN\bin\svn.exe"
[xyz]$ svn info --xml
[xyz]$ svn stat --xml --no-ignore --ignore-externals
[xyz]$ svn info --xml
[xyz]$ svn cat const.py
[xyz]$ svn log -r BASE:HEAD -q --xml
Screenshots
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How can I ignore a file that has already been committed to a ...
Make sure your .gitignore file is up-to-date and contains all the correct patterns you want to ignore. Commit or stash any outstanding local...
Read more >ignore list and ignore-on-commit on TFS - svn - Stack Overflow
You have the option to check in a .tfignore file and it can be managed through the Include/Exclude pending changes elements on the...
Read more >How do I ignore/exclude directories that have already been ...
I'm assuming that you can ignore/exclude files once they've been added to a project. It can't be a one-way street. Help is appreciated....
Read more >Discarding uncommitted changes - Mastering Visual Studio ...
Discarding uncommitted changes There could be a set of changed files, which you don't want to commit and want to undo the changes...
Read more >Studio 19.4.4 - Git commit/push and Ignoring files/folders?
Studio's git seems to ignore a .gitignore file by including it in the commit ! ... Opens the Undo Pending Changes window if...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I agree, option will be great. Then I vote that default is to NOT include “ignore-on-commit” files into count.
I cannot verify this right now, but I reported two issues (files on the ignore-commit list being counted, and unchanged files on the ignore-commit list being counted). This surely solves the first one, does it fix the second one if someone decides to want to count files on the ignore-commit list, too?