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 way to overcome this problem?

-- 
10x in advance

Moty


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, 2012 at 4:14 PM, Thorsten Schöning wrote:

> 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   E-Mail:thorsten.schoen...@am-soft.de
> AM-SoFT IT-Systeme  http://www.AM-SoFT.de/
>
> Telefon.030-2 1001-310
> Fax...05151-  9468- 88
> Mobil..0178-8 9468- 04
>
> AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
> AG Hanover HRB 207 694 - Geschäftsführer: Andreas Muchow
>
>


-- 

Moty


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 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
> repo, unless you want to save disk space or else.
>
> Mit freundlichen Grüßen,
>
> Thorsten Schöning
>
> --
> Thorsten Schöning   E-Mail:thorsten.schoen...@am-soft.de
> AM-SoFT IT-Systeme  http://www.AM-SoFT.de/
>
> Telefon.030-2 1001-310
> Fax...05151-  9468- 88
> Mobil..0178-8 9468- 04
>
> AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
> AG Hanover HRB 207 694 - Geschäftsführer: Andreas Muchow
>
>


-- 

Moty


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 slower for developers.
> >
> >
> > How does having 55,000 revisions make things slow?
> >
>
> Perhaps it's an unsharded FSFS repository.
>
> However, as you say below, Moty's slowness might be caused by something
> other than the number of revisions.
>
> > The Apache Foundation's repository [1] has over 1.3 million revisions
> and they seem to manage ok.
> >
> > [1] http://svn.apache.org/repos/asf/
> >
> >
>



-- 

Moty


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:
>> > 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 FSFS repository.
>>
>> However, as you say below, Moty's slowness might be caused by something
>> other than the number of revisions.
>>
>> > The Apache Foundation's repository [1] has over 1.3 million revisions
>> and they seem to manage ok.
>> >
>> > [1] http://svn.apache.org/repos/asf/
>> >
>> >
>>
>
>
>
> --
>
> Moty
>


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, "Thorsten Schöning"  wrote:

> 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 interesting problem to me. :-)
>
> Mit freundlichen Grüßen,
>
> Thorsten Schöning
>
> --
> Thorsten Schöning   E-Mail:thorsten.schoen...@am-soft.de
> AM-SoFT IT-Systeme  http://www.AM-SoFT.de/
>
> Telefon.030-2 1001-310
> Fax...05151-  9468- 88
> Mobil..0178-8 9468- 04
>
> AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
> AG Hanover HRB 207 694 - Geschäftsführer: Andreas Muchow
>
>


motyla

2013-07-20 Thread Moty
http://davideemarcella.it/mpdiyvc/aztvn.zmtmiovxkknem