You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Alexander E Genaud <lx...@pobox.com> on 2006/05/01 13:16:43 UTC

Atomic commit multiple cp URL URL

Hello,

I find that I want to perform multiple cheap copies across projects
(from vendor modules to various projects in the same repository). This
can be done with multiple commits, but is it possible in one atomic
commit?

I vaguely remember reading that one can use a batch file to run
multiple commands (multiple copies) but I have been unable to find it
mentioned anywhere.

The way I get around this is to checkout -N (non-recursive) the base
of the repository. I then add the directory structure I want (the
trunks of the appropriate modules) and modify the .svn/entries. Then
svn up will give me the full repository without tags and branches. I
can then perform local copies and check in my changes atomically.

I hope there is a better way. Any suggestions?

Alex
--
CCC7 D19D D107 F079 2F3D BF97 8443 DB5A 6DB8 9CE1
--

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