Re: svn commands and dos redirection

2012-05-07 Thread Daniel Shahaf
See line 1063:1085 of https://svn.apache.org/repos/asf/subversion/trunk/subversion/svnlook/main.c for one possible explanation. If that is the case here, too, you would need to disable stdout buffering --- adding a flush() call to svn's code is the easiest way, but perhaps not the only way, to do

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: does svn support one 'Centralized Metadata Storage' across diffent working copies ?

2012-05-07 Thread Daniel Shahaf
Stefan Sperling wrote on Mon, May 07, 2012 at 18:12:30 +0200: > On Mon, May 07, 2012 at 11:51:44AM -0400, Bob Archer wrote: > > It sounds like what he is asking for more than a "shared working copy > > metadata" is sharing the pristine. For example, if I have a file that is in > > 10 branches and

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: Toad - performance problems Subversion

2012-05-07 Thread Stephen Butler
On May 7, 2012, at 17:35 , Piet Arickx wrote: > If we check in / out via tortoise svn (without toad), everything is working > fine and fast. > > Piet Arickx. [cc'ing users@ again] Have you raised the issue with PushOK product support? It sounds like their product is slowing you down. Steve

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: does svn support one 'Centralized Metadata Storage' across diffent working copies ?

2012-05-07 Thread Stefan Sperling
On Mon, May 07, 2012 at 11:51:44AM -0400, Bob Archer wrote: > It sounds like what he is asking for more than a "shared working copy > metadata" is sharing the pristine. For example, if I have a file that is in > 10 branches and they all have the same pristine it will use that one pristine > rath

RE: does svn support one 'Centralized Metadata Storage' across diffent working copies ?

2012-05-07 Thread Bob Archer
> On Mon, May 07, 2012 at 10:13:11AM -0400, Andy Levy wrote: > > On Mon, May 7, 2012 at 10:06 AM, 徐鸿 wrote: > > > Hi all > > > > > > does svn1.7 support one 'Centralized Metadata Storage'  across > > > diffent working copies  ? > > > I have read the wc-ng design notes and found its talking about >

Re: Toad - performance problems Subversion

2012-05-07 Thread Stephen Butler
On May 7, 2012, at 15:54 , Piet Arickx wrote: > Hello, > > We are setting up an environment with subversion, and using actually the > Tortoise version 1.7.6 client. > > A lot of objects are now in use with Subversion, as such this is working fine. > > As we have many objects on an Oracle

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: does svn support one 'Centralized Metadata Storage' across diffent working copies ?

2012-05-07 Thread 徐鸿
Hopes this feature will coming soon , Thanks 2012/5/7 Stefan Sperling : > On Mon, May 07, 2012 at 10:13:11AM -0400, Andy Levy wrote: >> On Mon, May 7, 2012 at 10:06 AM, 徐鸿 wrote: >> > Hi all >> > >> > does svn1.7 support one 'Centralized Metadata Storage' across >> > diffent working copies ? >>

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: does svn support one 'Centralized Metadata Storage' across diffent working copies ?

2012-05-07 Thread Stefan Sperling
On Mon, May 07, 2012 at 10:13:11AM -0400, Andy Levy wrote: > On Mon, May 7, 2012 at 10:06 AM, 徐鸿 wrote: > > Hi all > > > > does svn1.7 support one 'Centralized Metadata Storage'  across > > diffent working copies  ? > > I have read the wc-ng design notes and found its talking about storing > > met

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: does svn support one 'Centralized Metadata Storage' across diffent working copies ?

2012-05-07 Thread Andy Levy
On Mon, May 7, 2012 at 10:06 AM, 徐鸿 wrote: > Hi all > > does svn1.7 support one 'Centralized Metadata Storage'  across > diffent working copies  ? > I have read the wc-ng design notes and found its talking about storing > metadata  according to the user's config, but I search a lot and found > not

does svn support one 'Centralized Metadata Storage' across diffent working copies ?

2012-05-07 Thread 徐鸿
Hi all does svn1.7 support one 'Centralized Metadata Storage' across diffent working copies ? I have read the wc-ng design notes and found its talking about storing metadata according to the user's config, but I search a lot and found nothing about it , is it an developing feature ? I am work

Toad - performance problems Subversion

2012-05-07 Thread Piet Arickx
Hello, We are setting up an environment with subversion, and using actually the Tortoise version 1.7.6 client. A lot of objects are now in use with Subversion, as such this is working fine. As we have many objects on an Oracle database, we use Toad (version 9.7) as a tool and we wou

Error with file externals

2012-05-07 Thread Stefan Podskubka
Hello list, I encountered an error which I don't know how to resolve. It looks like a bug to me but I am not sure if I am missing something. I searched the archive and found this recent report which is somewhat similar to my current problem, but there was no solution: http://svn.haxx.se/tsvnus

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