Re: Copying code from one repository to another

2012-06-01 Thread Ulrich Eckhardt
Am 01.06.2012 08:29, schrieb Markus Schaber: > Ulrich Eckhardt wrote: >> Just use the >> "export" function to get a file tree that is not a working copy. >> Then, use "import" or "add" to add this tree to the target >> repository. In no case is there a 1-step solution, you need at >> least two step

AW: Copying code from one repository to another

2012-05-31 Thread Markus Schaber
Hi, Ulrich Eckhardt wrote: > > So what I did was: already having the externals checked out in the > > Init folder in the WC linked with the destination repository I've > > created the Source folder; then I've manually copied the stuff from > > Init folder, I've added it, committed, and as the next

Re: Copying code from one repository to another

2012-05-31 Thread Ulrich Eckhardt
Am 31.05.2012 16:52, schrieb Kamil Libich: > I have not to small repository with the one piece of software. [...] I don't > want to copy ALL history. I'd like to make a copy based on one revision, [...] > What I wanted to do to use svn copy command but it finishes in error saying > the repositories

Copying code from one repository to another

2012-05-31 Thread Kamil Libich
I have not to small repository with the one piece of software. This software has a lot features; some of them are project specific, some of them are not. I decided to 'extract' one of the non-specific features and since that moment to maintain it in another existing repository which holds my non-pr