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
-1
votes
1 answer

Linux with multiples VLAN is partialy reachable

my network is made of several VLANs. I already have a router doing its job routing packets from one Vlan to another. The problem occurs on a Linux server with 1 single interface, for which i expected to allow severals IP from several Vlan. In order…
-2
votes
1 answer

Study- or research-paper on how to implement trunk-based/master-branch development?

Please could You share a study- or research-paper on how to implement “trunk-based”/master-branch development (as opposed to have long-lived sub branches) in a micro-service based environment ? Preferably a study giving business case ($$$)…
-3
votes
0 answers

The interface on my cisco switch wont work if I make it trunk but works when it's access port

I have a switch config that when set like this it works: Interface g1/3 Description Router switchport access vlan 5 switchport mode access ! ! ! Interface g1/10 switchport access vlan 5 switchport mode access ! ! ! Interface Vlan 5 Ip address…
Notsuj
  • 13
  • 3
-3
votes
1 answer

How do I change where in the SVN repository my project gets saved (KEEP IT EASY TO UNDERSTAND)

How do I change where in the SVN repository my project gets saved? At the moment, my project is supposed to save in ProjectName111, but is instead saving in trunk/Project112. How do I change it to save to ProjectName111? I need fast help.…
-3
votes
1 answer

what is the --reintegrate option used for in svn

I have been working on a banch from trunk, I continously merged changes from trunk into my branch to ensure that I don't get away from the trunk with svn merge ^/trunk/FW. Now the time has come to merge my changes back into the trunk and I read on…
stdcerr
  • 13,725
  • 25
  • 71
  • 128
1 2 3
11
12