Tagged Questions

0
votes
2answers
79 views

svnmerge vs svn merge

What is the difference between 'svnmerge' (the python script) and 'svn merge' (Subversion 1.5's native merge-tracking)? Which one do you recommend?
2
votes
3answers
895 views

I cannot commit changes after merge in SVN

Hello, 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 …