Ali
Ali

Reputation: 591

VisualSVN VS2010 merge failing

Our company is migrating from VSS to SVN as part of an upgrade from VS2005 to VS2010. I am evaluating the VisualSVN implementation – VisualSVN Server looking after the repository, and using VisualSVN Client inside VS2010. Our work is predominantly Web Application Projects.

I am having real problems merging a branch back to the trunk

Here is the scenario (all SVN actions being performed with the VS2010 VisualSVN plugin):

Have I got something fundamentally wrong in my understanding of branching here, is my process flawed along the way or is this a feature of VisualSVN?

Thanks

Upvotes: 2

Views: 926

Answers (2)

Ali
Ali

Reputation: 591

I've found the problem - it was versioning the solution file, which wasn't showing in VS 2010 by default. Therefore I did have uncommitted changes on the local working copy which I wasn't aware of (the solution file).

I'm not sure of the best way forward here. Should I exclude the solution file (.sln) or version it? My worry is that if it's excluded and I add a project in a branch and merge back to the trunk, when the next person branches from the trunk will they run into problems (as the solution file in their own working copy will not include the new project)?

(I'm new to StackOverflow - should this be posted as a separate question?)

Upvotes: 0

Ernest Friedman-Hill
Ernest Friedman-Hill

Reputation: 81724

Sounds like a bug in this VisualSVN client thing. Normal Subversion doesn't behave like this.

Upvotes: 0

Related Questions