Re: any svn experts out there

2012-01-19 Thread Joe Schaefer
people.apache.org has plenty of free disk space to play with. - Original Message - > From: Benson Margulies > To: Bertrand Delacretaz > Cc: flex-dev@incubator.apache.org; Apache Infrastructure > > Sent: Thursday, January 19, 2012 6:29 PM > Subject: Re: any svn

Re: any svn experts out there

2012-01-19 Thread Benson Margulies
On Thu, Jan 19, 2012 at 5:04 PM, Bertrand Delacretaz wrote: >> On 1/19/12 4 :33PM, "Bertrand Delacretaz" wrote: >>>..Looking at [1], I'd try "svndumpfilter include /flex/sdk" to extract >>>just the flex part of that big dump file... > > On Thu, Jan 19, 2012 at 10:51 PM, Carol Frampton wrote: >>

Re: any svn experts out there

2012-01-19 Thread Joe Schaefer
: Thursday, January 19, 2012 3:42 PM > Subject: Re: any svn experts out there > > Hi Carol, > > I'm cross-posting this to infrastructure where svn experts lurk. > > Regards, > Dave > > On Jan 19, 2012, at 12:37 PM, Carol Frampton wrote: > >> Hi a

Re: any svn experts out there

2012-01-19 Thread Bertrand Delacretaz
> On 1/19/12 4 :33PM, "Bertrand Delacretaz" wrote: >>..Looking at [1], I'd try "svndumpfilter include /flex/sdk" to extract >>just the flex part of that big dump file... On Thu, Jan 19, 2012 at 10:51 PM, Carol Frampton wrote: > Yup, but not enough disk space right now to do that.  And even if we

Re: any svn experts out there

2012-01-19 Thread Carol Frampton
Yup, but not enough disk space right now to do that. And even if we were to get that we would have to eliminate all the files that we aren't allowed to give to ASF. With careful filtering it might be possible to do that but it would be tricky with all the branches to get that right. Carol On 1/

Re: any svn experts out there

2012-01-19 Thread Tony Stevenson
On Thu, Jan 19, 2012 at 10:20:52PM +0100, Erik de Bruin wrote: > >> Am I understanding correctly that this dump includes a lot more data > >> than we actually want to import? > > Yes, definitely. > > This may sound silly, but why not import the whole thing and delete > what you don't want. Wouldn'

Re: any svn experts out there

2012-01-19 Thread Rick Winscot
I was able to get the repository at that location - but the history / log is protected. -- Rick Winscot On Thursday, January 19, 2012 at 4:22 PM, Omar Gonzalez wrote: > > > > This may sound silly, but why not import the whole thing and delete > > what you don't want. Wouldn't that leave ever

Re: any svn experts out there

2012-01-19 Thread Bertrand Delacretaz
On Thu, Jan 19, 2012 at 10:05 PM, Tony Stevenson wrote: > On Thu, Jan 19, 2012 at 12:55:19PM -0800, Dave Fisher wrote: >> ...Is there a particular svn dump command that will allow her to extract or >> replicate the necessary parts of the Adobe svn tree to make a smaller more >> manageable repos

Re: any svn experts out there

2012-01-19 Thread Tony Stevenson
s of the data - each has it's own pitfalls - so they need to be read carefully before using. > > Thanks, > Dave > > > > > > > > > - Original Message - > >> From: Dave Fisher > >> To: flex-dev@incubator.apache.org > >

Re: any svn experts out there

2012-01-19 Thread Rick Winscot
If you don't want something in SVN... it should never be checked in. Anything that gets checked in will become a part of the repository. Delete in a repository is not the same thing as delete on a file system. -- Rick Winscot On Thursday, January 19, 2012 at 4:20 PM, Erik de Bruin wrote: >

Re: any svn experts out there

2012-01-19 Thread Omar Gonzalez
> > This may sound silly, but why not import the whole thing and delete > what you don't want. Wouldn't that leave everything you do want > (including full history)? > > EdB > > I think the main challenge here is that the dump is 72 GB. That's a lot of data to transfer, especially over the wire. -

Re: any svn experts out there

2012-01-19 Thread Rick Winscot
You also need to make sure that you know what version of SVN you are pulling from... and pushing to. History may be lost with version skew. -- Rick Winscot On Thursday, January 19, 2012 at 4:09 PM, Alex Harui wrote: > > > > On 1/19/12 12:59 PM, "Greg Reddin" (mailto:gred...@gmail.com)> wr

Re: any svn experts out there

2012-01-19 Thread Erik de Bruin
>> Am I understanding correctly that this dump includes a lot more data >> than we actually want to import? > Yes, definitely. This may sound silly, but why not import the whole thing and delete what you don't want. Wouldn't that leave everything you do want (including full history)? EdB -- I

Re: any svn experts out there

2012-01-19 Thread Omar Gonzalez
I think this may be what you're looking for: http://www.yolinux.com/TUTORIALS/SubversionRepositoryDataTransfer.html I haven't actually dont it myself, but I think this should get the desired results. I can try a test on some local repositories I have but can't do that until later tonight. -omar

Re: any svn experts out there

2012-01-19 Thread Alex Harui
On 1/19/12 12:59 PM, "Greg Reddin" wrote: > Am I understanding correctly that this dump includes a lot more data > than we actually want to import? Yes, definitely. > When you say "15 different projects" > do you mean Flex plus a whole bunch of other stuff? Yes, BlazeDS and whole other Adobe

Re: any svn experts out there

2012-01-19 Thread Greg Reddin
On Thu, Jan 19, 2012 at 2:37 PM, Carol Frampton wrote: > I am not a svn server expert although I've learned more than I want to > know about it this week.  The dump of our svn repository is 72GB with > 23000+ revisions.  The repository contains source for about 15 different > projects at Adobe and

Re: any svn experts out there

2012-01-19 Thread Dave Fisher
ller more manageable repos or dump? Thanks, Dave > > > > - Original Message - >> From: Dave Fisher >> To: flex-dev@incubator.apache.org >> Cc: "infrastruct...@apache.org Infrastructure" >> Sent: Thursday, January 19, 2012 3:42 PM >>

Re: any svn experts out there

2012-01-19 Thread Dave Fisher
Hi Carol, I'm cross-posting this to infrastructure where svn experts lurk. Regards, Dave On Jan 19, 2012, at 12:37 PM, Carol Frampton wrote: > Hi all, > > As you've heard we have the frameworks code staged and ready to go. We > would really like to preserve the svn commit history of the files

any svn experts out there

2012-01-19 Thread Carol Frampton
Hi all, As you've heard we have the frameworks code staged and ready to go. We would really like to preserve the svn commit history of the files but I haven't been able to figure out how to do that. I am not a svn server expert although I've learned more than I want to know about it this week.