question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

  1. Have an active repository
  2. Change a file
  3. Add the file to changelist “ignore-on-commit”
  4. 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

image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
petrmusilcommented, Apr 7, 2018

I agree, option will be great. Then I vote that default is to NOT include “ignore-on-commit” files into count.

0reactions
bersbersberscommented, Apr 10, 2018

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found