Trouble with SVN and Filename 'changes'.

Posted by Stacey on Stack Overflow See other posts from Stack Overflow or by Stacey
Published on 2011-01-17T17:49:43Z Indexed on 2011/01/17 17:53 UTC
Read the original article Hit count: 149

I am programming in Visual Studio 2010, using TortiseSVN and VisualSVN as my client to connect to SVN repositories.

I am having a bit of a frequent problem though with the whole SVN thing in general. One thing that keeps cropping up is that if I make changes to files - namely filenames, or move them to new folders, etc, I end up getting all kinds of conflicts with the repository and it just causes all sorts of strange errors.

I understand the importance of version control and check-in/check-out access like this, but what do most of you do to deal with this kind of thing? I mean, I've tried doing the whole 'Remove from Subversion', change my file, then 'Add to Subversion' thing, and it just doesn't seem to do the job very well. This is especially frustrating when working on web projects where filenames can change very frequently as a project evolves and becomes multifaceted.

Are there any standard ways to deal with this kind of thing, or is it just one of the flaws of SVN in general?

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about tortoisesvn