-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

All,

I've got a subversion repository with multiple "projects" similar to
how ASF has their set up: each project gets a top-level directory,
then /trunk, /tags, and /branches below each of those top-levels.

I'd like to merge two of my projects together, and I can only see
three options:

1. Check out the entire repository and "svn mv" individual
files/directories between the projects in the working copy, then do a
single commit.

2. Do an "svn mv project-url-A project-url-b/temp" and then move the
files around within the working copy of project-url-b to get them
where I want them.

This will create at least two commits, where the first commit creates
a bit of a not-sane state with regard to project-b, but isn't the
worst thing that could happen.

3. Do individual "svn mv" operations on each of the files and
directories I want to move as URLs (i.e. not using the working-copy).
This will create many commits where the state of project-B is
potentially broken.

Are there any other ways of doing this that I haven't thought of? I'd
really like to have a single commit that goes from these projects
being separate to them being unified without breaking any builds or
doing any "temp" funny business like I have in option 2 above.

Thanks,
- -chris
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBCAAGBQJZqHwQAAoJEBzwKT+lPKRYedMQAK/8Sv+fR5OLHA9iFePUm+tV
jpC9C2eVHaPD7cQCv6Ws10qUElchIV6CAA0fjRIwwNmTKelk+ZfRsdWMysEa3ymP
rokheWQvH/x+k9OdhpfGv3nH4LLSHcMyAGvJPLOVkHJ/Z4OdIPHXWmTYs+BcdLGx
jasdy/jL94/FLYcAJ8j7UCU2LUnPYW1MbO4pqUBAZzbQ67q9HjQYHG2HMDPcsdZj
yqfZqKw6j6ExY0nWSjT7sLpkarUXwC94y5iBF3YIb/kUuGs5jl1Mcnn8Y7p/p2Hk
db+4iUMGtc+vLRISdT3cfvb6OjJ3hoivGoOmSdbp/FoJz8fZSJB6dsj/8PtLHbSr
XxdwMQ4el96/XwpX/txckB99URuxgDUEuhdhF/95uWf0S6+uISbjWHHISgfJMQO5
VHfZKbKitiKOPrdpE4zwrJbjNpzQU3xRWFpU9L/Vgtq2wa6Y1B1lLQaV5YbovKvD
FMxB7ljPgVo7CTCy6wXwWhNky7BqPJBxqqclBfnurJVOjiCxr/gm8BQ0jQDzMhBX
SyllkDT+xOP4nWRkJdAxuyGeGxNDDaF8AnE7h1YO7li4SKJ43qjrBRRG4NQz7Pmc
BGmLugFkdTizwO+I6NK95oZZHpGtlmI/lG/8YfysaV9hmsesYpAo3td1Lu6WUopJ
EmzooXr+iBeSlbZ64BR+
=fN5h
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to