Merging two projects in two different repos
I want to take one project from one repo and put it in a directory under another repo. Is it possible to keep the history of said project? TIA, Listman
Re: Merging two projects in two different repos
Svnsync does not allow the project/sub-directory in this case to be updated in the future, according to what I read. Is this information incorrect? I have never used svnsync before. TIA, On Apr 28, 2011, at 8:58 AM, Daniel Shahaf wrote: > Ulrich Eckhardt wrote on Thu, Apr 28, 2011 at 12:27:07 +0200: >> On Thursday 28 April 2011, List Man wrote: >>> I want to take one project from one repo and put it in a directory under >>> another repo. Is it possible to keep the history of said project? >> >> No, not through the client interface, which is what you use for everyday >> work. >> > > *cough* svnsync? > >> If you have direct access to the repository, you could use e.g. the >> dumpfilter >> tool to change history retrospectively. >> >> >> Cheers! >> >> Uli >> >> >> -- >> ML: http://subversion.apache.org/docs/community-guide/mailing-lists.html >> FAQ: http://subversion.apache.org/faq.html >> Docs: http://svnbook.red-bean.com/ >> >> ** >> Domino 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.dominolaser.com >> ** >> 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. Domino Laser GmbH ist für diese Folgen nicht >> verantwortlich. >> ** >>
Automatic tagging
Is there a way to tag a project based on some requirements? I am trying to script it and I am coming up empty. I am tired of manually tagging for each production deployment. My research did not help enough. TIA, LS/
Unable to copy projects with history from one repo to a new repo on different server
I am using subversion 1.5.5 on both servers. I am trying to dump filter a couple of directories from an old repo and put them into a new repo on different server. I have the dump and did svnadmin load and I get no errors, but I can't see the files in eclipse or with anything else on new server. The trunk shows up with the new revision number but no dirs/files show up. I am using "svndumpfilter include /var/repos/trunk/directory name < file.dump> new.dump". I am using "svnadmin load /var/repos < new.dump" to load the dirs in a new repos with new name. Any ideas? ZK
Re: Unable to copy projects with history from one repo to a new repo on different server
Yes, I do. ZK On Nov 7, 2012, at 6:54 AM, Cooke, Mark wrote: >> -Original Message- >> From: List Man [mailto:list@bluejeantime.com] >> Sent: 07 November 2012 11:42 >> To: users@subversion.apache.org >> Subject: Unable to copy projects with history from one repo >> to a new repo on different server >> >> I am using subversion 1.5.5 on both servers. I am trying to >> dump filter a couple of directories from an old repo and put >> them into a new repo on different server. I have the dump >> and did svnadmin load and I get no errors, but I can't see >> the files in eclipse or with anything else on new server. >> The trunk shows up with the new revision number but no >> dirs/files show up. I am using "svndumpfilter include >> /var/repos/trunk/directory name < file.dump> new.dump". I am >> using "svnadmin load /var/repos < new.dump" to load the dirs >> in a new repos with new name. >> >> Any ideas? >> >> ZK > > ...just a quick one: do you have any path-based auth configured on the new > server? > > ~ mark c