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?

153 questions
7
votes
2 answers

Bzr: Create a shared repository from an existing stand-alone repository

I have been using Bzr for version control of my project over the last few months. I am the sole developer, and currently I just have everything in a single local project directory, to which I commit and which I sync to DriveHQ. I now have some…
ChrisM
  • 1,822
  • 1
  • 18
  • 36
7
votes
2 answers

How long does it take for a new custom CocoaPod to get uploaded to the pod trunk?

I just uploaded a new CocoaPod but it does not show up when I search for it on CocoaPod.org. How long would it take for it to show up on search?
Dido
  • 288
  • 3
  • 14
7
votes
3 answers

Is there any way to commit changes that I've made to my SVN checkout of trunk to a branch instead?

I just started working on some changes against trunk on an SVN repo, thinking they would be somewhat small. Now, I actually am beginning to realize that I probably should have just started a new branch instead. Rather than making a branch, and…
Jason Baker
  • 171,942
  • 122
  • 354
  • 501
6
votes
5 answers

Changing the Directory Structure in Subversion

How do I create a branch in subversion that is deeper' than just the 'branches' directory? I have the standard trunk, tags and branches structure and I want to create a branch that is several directories deeper than the 'branches' tag. Using the…
kaybenleroll
  • 15,996
  • 16
  • 51
  • 66
6
votes
4 answers

Create SVN branch from changes in trunk

I'm in a stupid situation: I have done some changes in a working copy of the TRUNK. Since the changes have not been tested, I'd like to transfer all the changes to a branch. According to the manual of Tortoise, Switch will lose all my modifications.…
John
  • 63
  • 1
  • 4
5
votes
1 answer

Can I keep merging repeatedly from a branch to trunk with Subversion merge tracking?

We released version 1.0 and continue developing 2.0 in trunk. We created branches/1.0 for bug fixes related to the released version. Plan is: 2.0 development continues in trunk/ trunk/ contains new features that are not to be merged into…
user449236
  • 503
  • 1
  • 4
  • 6
5
votes
1 answer

How can I sync my custom CodePlex Mercurial fork against the main trunk?

I've made a fork of some codeplex project. Done some extra code, etc and have even pulled my custom code into the source control repo. In those few weeks and months since i was working on my own fork, their main trunk has been updated. how can i…
Pure.Krome
  • 78,923
  • 102
  • 356
  • 586
5
votes
1 answer

Reorganise svn folder structure Tortoise

I have an SVN repository named 'Solution' (contains many projects) created without the default trunk, branch etc structure. I'd like to move this to the recommended structure. I have created the new folder structure on the server where 'Team' is the…
Rufyan
  • 305
  • 4
  • 15
4
votes
1 answer

SVN authz, path-based authentication on trunk / branch

I use authz files to restrict access to a svn server (projA, projB). I would like to use the same restrictions for the trunk and the branches. Is there a nice way of doing it, instead of copy/pasting the configurations: [/]
* =…
David
  • 41
  • 2
4
votes
1 answer

how to change the trunk name of cocoapods after pod trunk register?

When I use cocoapods trunk register, I used a random name, but now I want make it more readable. But there is no way to change it... Event I use "pod trunk register email 'new name'" again. it doesn't works. :(
4
votes
2 answers

Branch a version in CVS

So i have a source tree that i want to clean up in CVS. What a really want is to branch the old stuff off, but never merge in back in. But so i can have an eclipse workspace to access and make some changes if i need to. And then we clean up the main…
mark
4
votes
1 answer

svn create trunk and branches

I used Visual SVN Manager to create a repository, but I didn't create /trunk /branches and /tags at first. Now, I NEED to add these since the project has grown up ==> branching and merging is essential! What is the best way to do so ?
FearUs
  • 1,593
  • 4
  • 18
  • 41
4
votes
3 answers

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:qwerty@192.168.243.112:5060 CLI output: CLI> sip show registry Host …
Ilya Khaustov
  • 308
  • 1
  • 6
  • 21
4
votes
2 answers

Tortoise SVN Merging - New Trunk to Branch

Let us say I have a trunk and I create a branch (branch A) of it on Sunday making Revision 10. On Monday I work on both branch A and the trunk (branch A is responsible for Revision 11,12,& 15 while trunk is responsible from 13, 14, & 16). Tuesday I…
Dan Appleyard
  • 7,195
  • 13
  • 47
  • 79
4
votes
1 answer

svn delete project trunk

How do you delete a project's trunk file folder and all contents in the file folder of the trunk. For example my project is WHOTest and I want to delete WHOTest/trunk Let me know thanks.
Janet Morris
  • 41
  • 1
  • 3
1
2
3
10 11