[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Adding unversioned items to the log message

From: Clint Lawrence <clint.lawrence_at_gmail.com>
Date: Sun, 22 Jun 2008 00:05:58 +0100

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.