Add changelist support
This is the most important missing feature for me. Though svn 1.5 implement them, this should not be a requirement for the GUI. A changelist (or commit set) consists of a unique (in working copy) title, a commit log, and a list of files. The existing changelists could be displayed in the left column, as a detail of a Working Copy. User could click changelists, and their files would be displayed in main window; user could add files/folders, from working copy, remove them; user could change commit log; user could delete changelists; user could commit changelists. That feature is very very helpful.
3 comments
-
Cryptognome
commented
As a Perforce fan I really miss this feature. We use Review Board to vet our changes, which requires a diff patch. After diffing I have to edit the patch file to remove anything I don't want to post -- tedious and error-prone. The ability to filter by changelist would make this a breeze.
-
anchovyfritters
commented
Indeed it is useful. Often I have to modify 1 file and not check it in (not my limitation), and I certainly do not want to "ignore" the file, and it still needs to be in the repo. ie a config file. In p4, I would just put this "kinda ignore it" file into its own separate changelist and forget about it, so when I check my other stuff in, I will not have to remove it all the time. Good separation.
-
msvn
commented
sound good to me too