Shaaf's blog

A technical blog about Java, Kubernetes and things that matter

SVN - some quick commands during merge

Following are some of the frequently used svn commands during merging and branching. I used to work with tortoise for this but as soon as I learned these, it feels like a more easier space to be in. Although no points taken away from tortoise, it still works pretty good for the gui part, This article is more targeted towards dark screen lovers. Create a new branch from trunk: If you want to create a branch from a specific revision of Trunk following command is handy.

Creating an SVN wrap for your build using Ant

Today after along break I would jump right on to one of the interesting topics in my den these days. One of my friends was lately troubled with doing some SVN stuff like merging etc. And a lot of people will agree with me on their first experiences. :) I think. While Automated builds take a lot of our time I thought I could plug in with some automated merging and a few other tasks.