Top "Trunk" questions

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

What do "branch", "tag" and "trunk" mean in Subversion repositories?

I've seen these words a lot around Subversion (and I guess general repository) discussions. I have been using SVN for …

svn tags branch terminology trunk
What is trunk, branch and tag in Subversion?

Possible Duplicate: What do “branch”, “tag” and “trunk” really mean? What is a trunk, branch and tag in Subversion and …

svn branch tags conventions trunk
Svn switch from trunk to branch

I am in the root folder of an SVN-hosted project's trunk and am exploring setting up two branches. One branch …

svn branch trunk
Merge branch with trunk

Using TortoiseSVN, I need to take changes I've done in a branch and then merge them with trunk. I am …

tortoisesvn branch trunk
Can I update a branch from the trunk without performing a merge?

I probably just haven't thought this through, or perhaps I'm simply unaware of an already existing option in Subversion (I'm …

svn merge branch ankhsvn trunk
Truncate a string inside an Excel cell if the char count is greater than than a value

In Excel, for each row of the sheet I have various length strings (a1,a2,a3...). In cell B2 I …

string excel count trunk
Asterisk to asterisk call: 403 Forbidden

I have 2 servers with Asterisks on them: 192.168.241.98 and 192.168.243.112. There is a valid registration on the first: register => wagateway:[email protected]:5060 …

debugging asterisk sip trunk
Missing ranges error message when reintegrating a branch into trunk in Subversion 1.5

I'm trying to reintegrate a development branch into the trunk in my Subversion 1.5 repository. I merged all the changes from …

svn merge branch trunk svn-reintegrate
Eclipse project with Subclipse: Introduce trunk and branches

I have a project in my workspace (without trunk and branches) and need to create a copy of the current …

svn branch subclipse trunk
Configure TeamCity to build from SVN trunk, branches and/or tags

How can I configure TeamCity to build from SVN trunk and also from different branches and/or tags ? Our idea …

svn tags branch teamcity trunk