You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by skaar <sk...@waste.org> on 2003/12/16 16:12:15 UTC

svn merge / mkdir -p in repositories

Maybe I've missed something in the available tools, but I'm looking
for a way to recusively create a directory structure in a repository,
in order to do partial merges between branches.

The issue is when you have a brach, and you add a directory structure
under it, but don't want to add everything under "thisproject" below.
I can hack around this by checking out trunk and do the operation on
the checked out tree, but it would be nicer if I could just tell it
to create the directory structure and then merge:

 trunk/project/thisproject
 branch/project/thisproject

 branch/project/thisporject/new_dir/new_dir2

 svn mkdir -p file:///rep/trunk/project/thisproject/new_dir/new_dir2
 svn merge file:///rep/branch/project/thisporject/new_dir/new_dir2 \
   file:///rep/trunk/project/thisproject/new_dir/new_dir2

Are there technical resons for disallowing this?

/skaar

-- 
----------------------------------------------------------------------
|\|\             where in the       |                d_o_c_u_v_e_r_s_e
| | >===========  W.A.S.T.E.        |                  genarratologies 
|/|/    (_)     is the wisdom       |                  skaar@waste.org
----------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org