I've done some more work on issue #3217. With the patches as they are  
at the moment,
any unversioned items in the working copy are correctly display in  
the commit
message provided to and external editor. Unversioned items are listed  
below all the commit items.
Attached are two patches:
libsvn_client.txt must be applied first and contains all the changes  
to the library.
client.txt contains the necessary changes to the command line client.
Some review on what I've done so far would be great before tackling  
the TODO list
below.
Items still on my TODO list:
* Filter out any items that are set to be ignored.
* Make the search optional to prevent performance problems on large  
working
   copies. It would also be good to check if a log message has  
already been
   provided on the command line, so we don't need to scan for  
unversioned items
   in that case.
* Currently externals are included in the list of unversioned items.
* Make it work for the copy command when running a WC->URL copy.
* I still need to check everything works O.K. for mixed depth working  
copies.
And congrats on shipping 1.5.0!
Cheers,
Clint
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-22 01:06:39 CEST