User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080208 IceWeasel/2.0.0.12 (Zenwalk GNU Linux) Build Identifier: When using the commit feature in thunar-svn-plugin I'd like it to show non-versioned files (usually files that I've added to the folder but are not yet in the repo). The user should be given the choice of either adding those files to the repository or ignoring them. Reproducible: Didn't try Steps to Reproduce: 1. Right-rlick on a working copy folder 2. Click commit Actual Results: Shows all files that are already in the repository that have changed Expected Results: Shows all files that are in the repository that have changed and shows files that are not in the repository. It may be nice for it to also show files that have been deleted in the working copy, and check it you want them also deleted from the repository.
I'm currently working on this. I'll make such a selection dialog for other actions too like revert, add, etc. This will be in the next release
In the pre-commit file selection dialog you can select unversioned files for addition. This is fixed in r7852. Selection missing files for removal is currently still on my todo list.
(In reply to comment #2) > In the pre-commit file selection dialog you can select unversioned files for > addition. > This is fixed in r7852. > > Selection missing files for removal is currently still on my todo list. Seletion for missing files is added in the 0.1.0 release.