|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
Two Repository TO One Repository Hello. I have two different repositories on Subversion (on
different computers) and I want them together in a single repository (a
computer). Is it possible? Thank you very much. Javi buscar |
|
|
Re: Two Repository TO One RepositoryOrtega López, Francisco Javier wrote:
> > > > > > Hello. > > I have two different repositories on Subversion (on different > computers) and I want them together in a single repository (a > computer). Is it possible? > Yes, it is possible. Dump, Dump, Load, Load ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2413799 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Two Repository TO One RepositoryGreetings, "Ortega Lopez, Francisco Javier"!
> I have two different repositories on Subversion (on different computers) and > I want them together in a single repository (a computer). Is it possible? > Thank you very much. You can have them two on same computer without all the dump-load hassle. -- WBR, Andrey Repin (anrdaemon@...) 02.11.2009, <17:24> Sorry for my terrible english... ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2413807 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
RE: Two Repository TO One RepositoryThank you very much.
I do not know it was so easy. I thought it would be very complicated. Thank you very much again. -----Mensaje original----- De: Andrey Repin [mailto:anrdaemon@...] Enviado el: lunes, 02 de noviembre de 2009 15:26 Para: Ortega López, Francisco Javier; users@... Asunto: Re: Two Repository TO One Repository Greetings, "Ortega Lopez, Francisco Javier"! > I have two different repositories on Subversion (on different computers) and > I want them together in a single repository (a computer). Is it possible? > Thank you very much. You can have them two on same computer without all the dump-load hassle. -- WBR, Andrey Repin (anrdaemon@...) 02.11.2009, <17:24> Sorry for my terrible english... ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2413834 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Two Repository TO One RepositoryGreetings, Ortega Lopez, Francisco Javier!
>>> I have two different repositories on Subversion (on different computers) and >>> I want them together in a single repository (a computer). Is it possible? > >>> Thank you very much. > >> You can have them two on same computer without all the dump-load hassle. > Thank you very much. > I do not know it was so easy. I thought it would be very complicated. > Thank you very much again. Archive your repos, copy over to the destination machine, unpack, point server to them both, run some tests to ensure it operated correctly and all usual operations is done without an issue. It would work that simple. If not, then you have to dump and load each repository, again, you are not forced to merge them, unless you have other reasoning, than having them on the one machine. -- WBR, Andrey Repin (anrdaemon@...) 03.11.2009, <3:55> Sorry for my terrible english... ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2413986 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Two Repository TO One RepositoryOn Monday 02 November 2009, Olivier Sannier wrote:
> Ortega López, Francisco Javier wrote: > > I have two different repositories on Subversion (on different > > computers) and I want them together in a single repository (a > > computer). Is it possible? > > Yes, it is possible. > Dump, Dump, Load, Load > ...which then gives you non-monotonic commit times. Further things that might complicate this is when svn:mergeinfo refers to /foo:1234 when the according commit now is at /one/foo:2345. In that case, I'd rather leave the repositories separate. However, I seem to remember that there was a tool that interleaved the commits from different repositories into one repository, hopefully also adjusting commit numbers and paths in svn:mergeinfo. Uli -- ML: http://subversion.tigris.org/mailing-list-guidelines.html FAQ: http://subversion.tigris.org/faq.html Docs: http://svnbook.red-bean.com/ Sator Laser GmbH Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932 ************************************************************************************** Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932 ************************************************************************************** Visit our website at <http://www.satorlaser.de/> ************************************************************************************** Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden. E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich. ************************************************************************************** ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2414039 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Two Repository TO One RepositoryOn Nov 3, 2009, at 02:46, Ulrich Eckhardt wrote:
> On Monday 02 November 2009, Olivier Sannier wrote: >> Ortega López, Francisco Javier wrote: >>> I have two different repositories on Subversion (on different >>> computers) and I want them together in a single repository (a >>> computer). Is it possible? >> >> Yes, it is possible. >> Dump, Dump, Load, Load > > ...which then gives you non-monotonic commit times. ...which can be fixed using a tool like svndumptool. However, either way, at least one of your repositories' revision will get renumbered, which could be a problem if you've referred to revision numbers in your commit messages, or in other tools like issue trackers. > Further things that might > complicate this is when svn:mergeinfo refers to /foo:1234 when the > according > commit now is at /one/foo:2345. Yes, now that Subversion has merge tracking, the mergeinfo is a new wrinkle in the repository-combining scenario that probably is problematic as well. > In that case, I'd rather leave the repositories separate. However, I > seem to > remember that there was a tool that interleaved the commits from > different > repositories into one repository, hopefully also adjusting commit > numbers and > paths in svn:mergeinfo. I don't know if svndumptool attempts to do anything to renumber revision numbers in commit messages or mergeinfo properties. However, the source is available, and the developer has in the past been quite responsive to suggestions. ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2415692 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
| Free embeddable forum powered by Nabble | Forum Help |