Re: Best approach to break up a repository

2012-03-02 Thread Ryan Schmidt
On Mar 2, 2012, at 12:54, Mattius McLaughlin wrote: > > > On 03/01/12 19:40, Ryan Schmidt wrote: >> On Mar 1, 2012, at 15:46, Mattius McLaughlin wrote: >> >>> I'd like to break each of those projects into separate repositories. Given >>> the number of designers we have, it's a bit unreasonab

Re: Best approach to break up a repository

2012-03-02 Thread Les Mikesell
On Thu, Mar 1, 2012 at 9:40 PM, Ryan Schmidt wrote: >> I'd like to break each of those projects into separate repositories.  Given >> the number of designers we have, it's a bit unreasonable to expect everyone >> to recreate every workspace so I'd like to keep all URLs the same. > > There's no

Re: Best approach to break up a repository

2012-03-02 Thread Mattius McLaughlin
On 03/01/12 19:40, Ryan Schmidt wrote: On Mar 1, 2012, at 15:46, Mattius McLaughlin wrote: I'd like to break each of those projects into separate repositories. Given the number of designers we have, it's a bit unreasonable to expect everyone to recreate every workspace so I'd like to keep

Re: Best approach to break up a repository

2012-03-01 Thread Ryan Schmidt
On Mar 1, 2012, at 15:46, Mattius McLaughlin wrote: > I'd like to break each of those projects into separate repositories. Given > the number of designers we have, it's a bit unreasonable to expect everyone > to recreate every workspace so I'd like to keep all URLs the same. There's no choice

Best approach to break up a repository

2012-03-01 Thread Mattius McLaughlin
Hi, For some time now we've been lumping projects together in the same repository and serving them up using apache. So our repository at /svn_data/data will look like this / /project_A /trunk /branches /tags /project_B /trunk /branches /tags ...