Questions tagged [svn-trunk]

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

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

Synonymous

22 questions
0
votes
1 answer

Why is trunk updating to branch's head revision?

I am using tortoise svn. When I update the svn trunk directory, it updates to svn branch's head revision. Does anyone know why this is happening?
user1164199
  • 359
  • 4
  • 12
0
votes
0 answers

Migrate from svn to git gives me 0r, master, remotes/git-svn

After I migrated from SVN to GIT git svn clone http://svn.example.com/project -T trunk -b branches -t tags This command has converted from svn to GIT as I have checked history by "gitk" command. But this is incorrect when git branch -r which…
The Anish
  • 19
  • 1
  • 5
0
votes
1 answer

see differences between branch and trunk [svn]

I just resolved a few conflicts in my branch manually and now, to confirm I got everything, I would like to see which files in my branch are different from the ones in trunk(before I even look at the difference in more detail). How can I do…
stdcerr
  • 13,725
  • 25
  • 71
  • 128
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 - Merge branch changes in the Trunk

we are working on 2 concurrent releases, one is the branch and other is trunk. and every change that goes to branch must be merged in trunk. this takes lot of time if we are working on a big functionality. thus I want to automate this process i.e.…
Hell Boy
  • 899
  • 5
  • 12
  • 22
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
-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.…
1
2