Re: split svn

2012-05-11 Thread Moty
Well... We had a huge commit ( ~8 files changed ) and since then any touch in that history line in the history window in eclipse (helios and indigo ) would freeze eclipse for a while. The fix was to press a button called "show related files only" in history window panel. On 11 במאי 2012 11:53

Re: split svn

2012-05-11 Thread Thorsten Schöning
Guten Tag Moty, am Donnerstag, 10. Mai 2012 um 21:10 schrieben Sie: > Well , it was an eclipse issue, stuck on some huge commit log. Huge commit log means a lot of text, how much, MBs? Which plugin did you use, Subclipse, Subversive, something else? And what was your solution? Sounds like a very

Re: split svn

2012-05-10 Thread Moty
Well , it was an eclipse issue, stuck on some huge commit log. 10x for the advises Moty On 8 במאי 2012 10:14, "Moty" wrote: > going to check all of this will update soon > > On Tue, May 8, 2012 at 12:37 AM, Daniel Shahaf wrote: > >> Ryan Schmidt wrote on Mon, May 07, 2012 at 12:49:58 -0500:

Re: split svn

2012-05-08 Thread Moty
going to check all of this will update soon On Tue, May 8, 2012 at 12:37 AM, Daniel Shahaf wrote: > Ryan Schmidt wrote on Mon, May 07, 2012 at 12:49:58 -0500: > > On May 7, 2012, at 11:18, Moty wrote: > > > > > I want to make svn history smaller. I have 55000 revisions > > > and it make life

Re: split svn

2012-05-07 Thread Daniel Shahaf
Ryan Schmidt wrote on Mon, May 07, 2012 at 12:49:58 -0500: > On May 7, 2012, at 11:18, Moty wrote: > > > I want to make svn history smaller. I have 55000 revisions > > and it make life slower for developers. > > > How does having 55,000 revisions make things slow? > Perhaps it's an unsharded F

Re: split svn

2012-05-07 Thread Ryan Schmidt
On May 7, 2012, at 11:18, Moty wrote: > I want to make svn history smaller. I have 55000 revisions > and it make life slower for developers. How does having 55,000 revisions make things slow? The Apache Foundation's repository [1] has over 1.3 million revisions and they seem to manage ok. [1]

Re: split svn

2012-05-07 Thread Moty
I want to make svn history smaller. I have 55000 revisions and it make life slower for developers. On Mon, May 7, 2012 at 5:31 PM, Thorsten Schöning wrote: > Guten Tag Moty, > am Montag, 7. Mai 2012 um 16:18 schrieben Sie: > > > What do you mean by delete? > > I meant svndump the whole repo into

Re: split svn

2012-05-07 Thread Thorsten Schöning
Guten Tag Moty, am Montag, 7. Mai 2012 um 16:18 schrieben Sie: > What do you mean by delete? I meant svndump the whole repo into your new one and delete what you don't need in the new one using svn del or maybe it already is deleted. You don't necessarily need to dump only parts of the source rep

Re: split svn

2012-05-07 Thread Stefan Sperling
On Mon, May 07, 2012 at 05:18:26PM +0300, Moty wrote: > file was copied from revision 10 to 20 > on revision 30 it was renamed/deleted > I try to split at 25. You must include all copy sources in the destination repository. There is a script that can generate a list of paths you'll need to include

Re: split svn

2012-05-07 Thread Moty
What do you mean by delete? Since the file does not exist in last revision anymore it is hard to delete it. For example: file was copied from revision 10 to 20 on revision 30 it was renamed/deleted I try to split at 25. I could not find how to delete from specific revision. On Mon, May 7, 201

Re: split svn

2012-05-07 Thread Thorsten Schöning
Guten Tag Moty, am Montag, 7. Mai 2012 um 14:25 schrieben Sie: > Is there a simple way to overcome this problem? Depending on the size of your repo just copy it as a whole and delete what you don't need in the copy using svn. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning

split svn

2012-05-07 Thread Moty
Hi, I'm trying to split my svn for archiving. I found this: http://oreilly.com/pub/h/5335 In the last phase where I load the dump from revision to HEAD (appending it to an empty commits repository up to -1) I encounter errors caused by "Node-copyfrom-rev: " property. Is there a simple