Tagged Questions

4
votes
3answers
4k views

I cannot commit changes after merge in SVN

I had a problem with committing changes after merging two branches of my project using TortoiseSVN. Here are details: I did a merge branch to trunk of project which I am working on. Project ...
0
votes
2answers
124 views

Best practices regarding merging bugfixes from trunk into a feature branch using TortoiseSVN

I have a case where my branch represents a new version which in it there is a refactored data layer, however all of the bug fixes are applied to the trunk. Am I doing something the oppsite way since ...