With commons I just set up the svn:externals. Create a directory called trunk-proper and/or trunk-sandbox, and run "svn propedit svn:externals .". Each line specifies a directory name and the SVN URL it should correspond to. If you run "svn propedit svn:externals ." in the trunks directory of commons proper, you'll see something like this:
attributes https://svn.apache.org/repos/asf/jakarta/commons/proper/attributes/trunk beanutils https://svn.apache.org/repos/asf/jakarta/commons/proper/beanutils/trunk Each component is mapped to the https URL to make life easier for committers. ----- Tim O'Brien [EMAIL PROTECTED] (847) 863-7045 > -----Original Message----- > From: Henri Yandell [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 29, 2005 1:15 AM > To: Tag Libraries Developers List > Subject: Re: Subversion migration Was: The "current" > directory in taglibs SVN > > On 6/26/05, Henri Yandell <[EMAIL PROTECTED]> wrote: > > On 6/26/05, Henri Yandell <[EMAIL PROTECTED]> wrote: > > > Thanks Tim :) > > > > > > I'll play with Tims stuff tonight with the aim of having > taglibs in > > > the test repository; mostly just to confirm that I grokk > Tim's stuff > > > and can repeat it. > > > > > > I'll email after doing that on status, but I imagine if > it's gone well > > > I'll aim to do the migration in the day on Tuesday. > > > > Played with TIm's stuff a bit, not fully grokking it so I've mailed > > Tim with questions and played with variants. There are local issues > > (different users, existing repository) that I suspect Justin just > > adjusted for before with Commons but that I'm being cautious about. > > Tim helped me get over my confusion; works a lot better when you > understand it's meant to be run locally and not against the ASF server > :) > > Child's ear infection and work have burnt a bit more energy than I > expected to lose, but I'm plugging away. Will report back tomorrow, > hopefully with a test repo and a series of questions to Tim on how to > setup the svn:externals trickery. > > Hen > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
