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

Add the Check for Modification command #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add the Check for Modification command #33

wants to merge 1 commit into from

Conversation

DavidGerva
Copy link

Hi,
in my workday I use a lot this "Check for modification" operation in Tortoise SVN. This is an "enhanced" Diff view. It works generally with a directory and show you every modified file in that directory.

I developed in the TortoiseSVN plugin for my use this "CheckModification" function both with the right-click on a file/directory in the left bar and in the "scroll-down" menu. If you have a file in your view and you execute a "CheckModification" command you'll obtain a dialog with every modified file of the directory in which you're working.

I don't know if this can be useful for you, but I thought it could be better propose it directly with a pull req. If you think this is useful for someone else (than me) the work is done. (I hope... complete.)

Thank you!
David

@litefeel
Copy link
Collaborator

why not use diff?

@DavidGerva
Copy link
Author

Yes, if you righ-click on the left bar on a dir you can use diff and you'll obtain the same result. I use the "CheckModification" directly from the scroll-down menu... I find it very useful.
Well, in any case... you're right maybe it is redundant!

@litefeel
Copy link
Collaborator

I think it will use command diff.
for directory check change.
for file diff with base.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants