Our project looks something like this:
trunk/foo trunk/bar trunk/baz
The subdirectories foo, bar and baz are actually not related to each other, and the bars and bases are actually quite huge. How to create a branch using only foo, so my branches look something like this:
branches/branch1/foo branches/branch2/foo
Right now, I am branching the entire chest and then deleting the bar and base, but I think that would be problematic during the merge, as he would try to remove the panel and baz. I would like him to be smart enough to know that I just want to work with foo and not do anything with a bar or base.
The secondary question is not so important that if I want a branch with foo and bar, for example:
branches/branch1/foo branches/branch1/bar
Will the process of branching these two folders without branching the rest be more complicated?
Edit: I was told that I can use svn cp. It works, but I was hoping to work with git svn repo, and as far as I can tell, the closest analogue git -svn should svn cp - a branch of ww ww ww ww ww ww wwwwwwwwwwwwwwwwwwwww wwwwwwwwwwwwwwwwwwwww wwwwwwwwwwwwwwwwwwwww wwwwwwwwwwwwwwwwwwwww wwwwwwwwwwwwwwwwwwwww wwwwwwwwwwwwwwwwwwwww wswwwwwwwwwwwwwwwwwww wwwwwwwwwwwwwwwwsssss ssnnwwwwwwwwwwwwwwwww wwwwwwwwwwwwwwwwwwwww wwwwwssssssssnnw w. Unfortunately, I cannot find any option there that allows me to deploy only a specific subdirectory.
source share