[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn merge / mkdir -p in repositories

From: skaar <skaar_at_waste.org>
Date: 2003-12-16 17:12:15 CET

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
Received on Tue Dec 16 17:17:31 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.