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

RE: Re: Best practices question: IDE renames directories/files

From: Gleason, Todd <tgleason_at_impac.com>
Date: Thu, 21 Feb 2008 06:56:04 -0800

If your IDE does not have SVN integration, then I'd suggest you use the IDE first, save your project, close the IDE, undo the operations manually, and redo them using SVN. It's still probably easier than manually editing the project file (which some developers are averse to doing).

BTW, in Windows, the 1.50 version of TortoiseSVN will include a "Repair Move" feature as described in http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-dug-rename.html . This should make for very ease after-the-fact handling of moves and renames. I don't know if any other Subversion clients have, or will add, a similar feature.

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2008a_at_ryandesign.com]
Sent: Thursday, February 21, 2008 12:18 AM
To: Bráulio Marques Horta
Cc: users_at_subversion.tigris.org
Subject: Re: Best practices question: IDE renames directories/files

On Feb 20, 2008, at 11:16, Bráulio Marques Horta wrote:

> I have a question about how to deal with IDEs that renames
> directories/files.
>
> - For a file, it usually leads to a missing file and as unversioned
> file.
> - For directories it leads to a missing directory and a nested
> check out.
>
> I think I'm not the first to see this problem. How do you deal with
> this problem?

Do not rename things in the IDE. Rename them with SVN commands.

Or, use an IDE that has SVN integration, and use that to rename things.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-21 16:01:06 CET

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

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