I program in Visual Studio 2010 using TortiseSVN and VisualSVN as my client to connect to SVN repositories.
I have a slightly common problem, although the whole thing is SVN in general. One thing that continues to occur is that if I make changes to files, namely file names, or move them to new folders, etc., I get all kinds of conflicts with the repository, and that just causes all kinds of strange errors .
I understand the importance of version control and registration / registration access like this, but what do most of you do to deal with such things? I mean, I tried to do everything “Delete from Subversion”, modify my file and then “Add to Subversion”, and it just doesn't work very well. This is especially unpleasant when working on web projects, where file names can change very often, as the project develops and becomes multifaceted.
Are there any standard ways to deal with such things, or is this just one of the drawbacks of SVN in general?
source share