Re: Merging two projects in two different repos

2011-04-29 Thread Les Mikesell
No, but if you don't have file access to the source repository you can use svnsync to copy it to a location where you do have access. Then you can svnadmin dump/filter and load to your desired project location. The dump/filter/load is a one-time process and has the problems of making your dat

Re: Merging two projects in two different repos

2011-04-29 Thread List Man
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:2

Re: Merging two projects in two different repos

2011-04-28 Thread Daniel Shahaf
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, w

Re: Merging two projects in two different repos

2011-04-28 Thread Ryan Schmidt
On Apr 28, 2011, at 05:27, Ulrich Eckhardt wrote: > 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 y

Re: Merging two projects in two different repos

2011-04-28 Thread Ulrich Eckhardt
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. If you have direct access to th

Merging two projects in two different repos

2011-04-27 Thread List Man
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