my team is using svn for version control. Part of my daily job is to merge the dev branch code to trunk by executing two or three scripts manually. Is there any good SVN GUI or tool to do these studff
Asked
Active
Viewed 1,951 times
3 Answers
2
If you are using Windows: https://tortoisesvn.net/index.de.html
If you are using *nix: http://www.rapidsvn.org/
Or platform independent: http://www.eclipse.org/subversive/
But anyway, for software recommendations please use: https://softwarerecs.stackexchange.com/

Community
- 1
- 1

M.K. aka Grisu
- 2,338
- 5
- 17
- 32
1
This is not "SVN GUI" in common, it's any three-way merge tools, which you can use with SVN (in any GUI or even in console SVN - see --diff3-cmd
option of svn merge
or merge-tool-cmd
parameter in config
file)

Community
- 1
- 1

Lazy Badger
- 94,711
- 9
- 78
- 110