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

Re: Icon overlays for 1.6 working copies?

From: Josh Reynolds <josh.reynolds_at_eku.edu>
Date: Tue, 17 Jul 2012 13:06:00 -0400

On 7/17/2012 11:29 AM, Duncan Murdoch wrote:
> That sounds like an argument to default to nothing, not to disallow such an overlay. The slots belong to me, not to TortoiseSVN, so I should be allowed to prioritize them.
>
> And getting a fresh working copy is very inconvenient, because as I said, I might have uncommitted changes.
>
> ------------------------------------------------------
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2991287
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
> .
>

You could checkout all new copies of all the working copies, then use
xcopy to copy the files, including any changes you may made to them,
from the old working copies to the new ones.

Put this in a file (eg c:\temp\exclude.txt) to filter out the .svn
folders from the 1.6 working copies:

\.svn\

and run this:

xcopy /E /F /EXCLUDE:c:\temp\exclude.txt c:\path\to\1.6\working\copy
c:\path\to\1.7\working\copy

add /-Y to the options if you want it to prompt you when overwriting a
file. What you should wind up with is the new working copy, including
any changes you had pending in your old working copies before you
upgraded tortoise. Wrap the paths in quotes if they include spaces.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2991304

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-07-17 19:06:19 CEST

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.