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

Check for modifications - Copy paths to clipboard enhancement

From: Daniel Becroft <djcbecroft_at_gmail.com>
Date: Tue, 6 Mar 2012 15:34:22 +1000

Hi,

Currently, within the Check for Modifications dialog, I can select a number
of changed items and use "Copy paths to clipboard" to, well, get the paths
on the clipboard.

However, if I launch CfM from the root of my working copy, I'll always get
everything (including any common parent directories). For example:

trunk/alpha/beta/A
trunk/alpha/beta/A/A
trunk/alpha/beta/A/B
trunk/alpha/beta/A/C
trunk/alpha/beta/B/A
trunk/alpha/beta/B/C

I'd like to suggest a 'Copy paths to clipboard' alternative, that will
strip common parent paths off the copy. In the above examples, the paths
would be copied as:

/A
/A/A
/A/B
/A/C
/B/A
/B/C

This will make it really useful when constructing svn-devel style log
messages of:

[in trunk/alpha/beta]
* A, A/A, etc.

Just my A$0.02.

---
Daniel Becroft
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2931320
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-03-06 06:34:49 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

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