On Fri, 19 May 2000, Dimitrie O. Paun wrote:
> How can one select several files (using WinCVS) in different directories
> such that I can commit them at once. This is very important for me, because
> it is quite often the case that a functional change spreads over several
> files in different directories, and when I check it in, I will like to check
> all files like a logical unit of work.
I could see some kind of 'tagged' state working for this, tag status is
persistant accross directories, then you could do "commit selection" or
"commit tagged files", preferably, if committing tagged files a dialog
came up with a list of files that are going to be committed/diffed/updated
so you can check you dont have something accidentally tagged from another
session or something.
You could have an optional flag to untag the files on successful
compleation of action, or leave tagged.
Not sure how hard something like this would be to implement thou.
Mark