Re: Mirror a remote repository in a local branch

2010-02-13 Thread C. Michael Pilato
Ryan Schmidt wrote: > On Feb 13, 2010, at 20:11, C. Michael Pilato wrote: > >> The vendor branches section of the book was written before Subversion grew >> support for foreign repository merges. > > Wow, I did not know Subversion had grown such support. When did this happen? > :) I kinda snuck

Re: Mirror a remote repository in a local branch

2010-02-13 Thread Ryan Schmidt
On Feb 13, 2010, at 20:11, C. Michael Pilato wrote: > The vendor branches section of the book was written before Subversion grew > support for foreign repository merges. Wow, I did not know Subversion had grown such support. When did this happen? :)

Re: Mirror a remote repository in a local branch

2010-02-13 Thread C. Michael Pilato
Ryan Schmidt wrote: > On Feb 13, 2010, at 15:43, v...@bidouille.org wrote: > >> I'd like to keep a mirror of the trunk of a remote directory in a >> branch of my local repository. My use case is that I have made >> modifications of a product for which I have only read access. As the >> product evo

Re: Mirror a remote repository in a local branch

2010-02-13 Thread Ryan Schmidt
On Feb 13, 2010, at 15:43, v...@bidouille.org wrote: > I'd like to keep a mirror of the trunk of a remote directory in a branch of > my local repository. My use case is that I have made modifications of a > product for which I have only read access. As the product evolves, I'd like > to update

Mirror a remote repository in a local branch

2010-02-13 Thread vic
Hi, I'd like to keep a mirror of the trunk of a remote directory in a branch of my local repository. My use case is that I have made modifications of a product for which I have only read access. As the product evolves, I'd like to update while keeping my modifications. I thought of keeping m