Top "Trunk" questions

Trunk is a main branch recommended by Subversion, but you are in no way forced to create this.

SVN to Git Branch/Tag/Trunk

I am making the leap from SVN to Git (though, my respect for SVN will still hold) and I had …

git svn tags branch trunk
Is it possible to use the git-flow model with Subversion?

We use Subversion and aside from a few individuals such as myself there is little to no experience with branching …

svn branching-and-merging git-flow trunk
SVN: Committing Changes Made to Trunk to a Branch

I have made a checkout from Trunk, made changes and committed the changes back to the trunk. Now, I want …

svn branch commit trunk
SVN error when trying to merge from a branch

I'm trying to merge changes from a branch to the trunk, for a single file and a single revision. I'm …

svn merge branch visualsvn trunk