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
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
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
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]
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
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
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
> 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
>
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
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
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 ?
>>
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
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
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
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
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
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
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
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
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
20 matches
Mail list logo