Questions tagged [trunk]

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

Detailed info: https://en.wikipedia.org/wiki/Apache_Subversion#Subversion_tags_and_branches

Stack Overflow post on this: What do "branch", "tag" and "trunk" mean in Subversion repositories?

170 questions
0
votes
1 answer

Are two svn commands the same ?

I create a branch for myApp, for example myApp1.0 at revision 100, the next revision on trunk is 101. My svn code structure is: /trunk/myApp /branches/myApp1.0 After doing some work on trunk/myApp, I want to merge works on trunk to…
ericfang
  • 343
  • 2
  • 8
0
votes
1 answer

How can my SIP PBX pick up incoming cell phone calls?

My Android (4.0.4) phone is a happy SIP client of my (Asterisk) PBX. I'm now looking for the opposite, make my cell phone a SIP trunk. The reason for wanting this is that I'd like to be able to receive cell phone calls thru my PBX. While my cell…
0
votes
1 answer

SVN :- Bash script to create a branch from trunk with limited files

I am trying to create a Bash to create a branch from trunk. But i need to take care that some of files will not be a part of new branch, it should be in trunk only. Please help me on this if any hint is there for this.
0
votes
4 answers

How to delete the contents of a folder in SVN

I need to delete a folder's contents in tortoise subversion. So basically the developer loaded up 30gigs of data in the trunk of the project for a test and now wants to delete the all of the contents of this folder and not keep any of these data…
Janet Morris
  • 41
  • 1
  • 3
0
votes
1 answer

SVN Accidently del trunk and not committed change

How do you fix this scenario? So basically I am in PROD/WHOTest file and typed svn del trunk Have not committed changes yet. How do you back out? svn del --keep local trunk or svn revert trunk
Janet Morris
  • 41
  • 1
  • 3
0
votes
3 answers

is it possible to get all source from tag to working copy and then commit to trunk?

in svn, my working copy is connected to trunk, now I want get all thing from a version in tag and replace all the thing in my working copy, but after the replace, I want I get commit back to trunk, but not tag, is it possible? I found that if the…
user1169587
  • 1,104
  • 2
  • 17
  • 34
0
votes
1 answer

TortoiseGit won't let me access my /trunk D:

I have no problem cloning/commiting from my ssh link, but if I ask tortoiseGit to do it on shhLink/trunk i'll get a 128 error. "fatal: The remote end hung up unexpectedly" Any idea why? Thanks.
Heetola
  • 5,791
  • 7
  • 30
  • 45
0
votes
3 answers

svn: is 'trunk' simply a directory?

Many subversion repositories have a trunk subdirectory under the root of the repository. Is the trunk directory in svn simply a directory with a name that follows a convention, or does the name trunk have special meaning hard-coded into subversion?
Adam Matan
  • 128,757
  • 147
  • 397
  • 562
-1
votes
1 answer

Trunking for VLANs

What are the commands which are used to configure a port into a trunk (for VLANs 20 and 30) I came up with 2 answers: 1) Switchport, Switchport trunk encapsulation dot1q, Switchport trunk allowed VLAN, Switchport trunk allowed VLAN add 20,30,…
Lauren.M
  • 1
  • 2
-1
votes
1 answer

linux Centos multi VLAN tagging,same eth card with cisco switch trunk port

I'm trying to use two VLANs (VLAN 43 & VLAN 44) in same eth card in linux Centos 7 and Cisco switch trunk for the eth port. My configuration is: [root@rdo1 network-scripts]# cat ifcfg-eth2 TYPE=Ethernet DEFROUTE=no NAME=eth2 DEVICE=eth2 …
-1
votes
1 answer

Is there is any additional settings in asterisk to get calls consistently from sonetel?

I have a sonetel trunk in asterisk. When I make a call, sometimes it is not reaching asterisk correctly. Is there is any additional settings in asterisk to get calls consistently?
Sibin John Mattappallil
  • 1,739
  • 4
  • 23
  • 37
-1
votes
1 answer

SIP Trunk messaging

I need to make an application which appears to an enterprise PBX as a SIP trunk. I've not been able to find a good description of the actual messaging involved in a call made through a SIP trunk. I did a capture of a call through a PBX --> trunk -->…
-1
votes
1 answer

Asterisk DID switch to out outgoing trunk?

I have a toll free DID that users call to access my PBX service on an Asterisk box. The problem is; this DID comes only with a single channel so the system can only receive one call at a time. My initial idea was to simply get the caller ID of the…
user975068
  • 71
  • 1
  • 5
-1
votes
1 answer

Subversion : Why do my project in subversion "branches", "tags", "trunk", and "wiki" folders does not exist?

I just created a project in subversion, but why the folder branches, tags, trunk, and wiki does not exist ? I have checkout and commit some files, but these folders still not exist. How do I create these folder in my project ?
-1
votes
1 answer

Merging a branch and a branch off that branch back to the trunk

We have a project in SVN, and we work out of the trunk. I had to cut a branch for a release, let's call it branch A. A little later I had to cut another branch off of branch A. Let's call it branch B. Assume that some files have been modified in all…
user1015721
  • 149
  • 1
  • 7
1 2 3
11
12