Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
106 user(s) are online (61 user(s) are browsing Forums)

Members: 1
Guests: 105

skynet, more...

Headlines

 
  Register To Post  

« 1 (2)
Re: How to use svntool plugin?
Home away from home
Home away from home


See User information
I just experimented.

I checked out my sketchblock repository to work:temp/foo with my stack set to 200K

I got a GR which after ignoring I got the normal checkouted version 225 (or similar)

Bit only the root for not the project had been checked out!


I now set the stack too 2M and checkout worked correctly, until I got to the file

DecreaseBrushSize.rexx

the reason being that it clashed with the file

decreaseBrushSize.rexx

It then aborted with error.

The problem here is that I had not relaised that I commited the file DecreaseBrushSize.rexx with the lowercase name and readded it with svntool whilst testing it out last night.

The filename case clash means I have an issue to fix but it's not explixtly due to SVN

So stack must be at least 2M to work using file: protocol access.



Go to top
Re: How to use svntool plugin?
Home away from home
Home away from home


See User information
Having deleted the duplicated file from my repo I repeated the test with stack set to 3000000.

The checkout worked perfectly.

So the issue you are getting are 90% likely down to stack.


(Deleteing the file was slightly tricky in itself as svn delete someFile will delete the loacl version called SomeFile thankfully I had a seperate copy!)

Go to top
Re: How to use svntool plugin?
Just popping in
Just popping in


See User information
Default stack setting. You're right I should try a higher one tomorrow. But when ignoring the GR it still crashes badly!

Go to top
Re: How to use svntool plugin?
Just popping in
Just popping in


See User information
Thanks for the hint. I set stack size to 500000 and now it works! Stupid me.
But did not think that this had such a bad influence!

Go to top
Re: How to use svntool plugin?
Home away from home
Home away from home


See User information
@Reth svn is a "linux" tool. They typically allocate on the stack, to a much higher degree than AmigaOS.

gcc will also have issues if you don't keep the stack up.


Go to top
Re: How to use svntool plugin?
Just can't stay away
Just can't stay away


See User information
From the AMIGA.README file:
Quote:

- The "svn" command uses a lot of stack space. I measured about 180K as
the minimum and pre-configured "svn" to use 200K just to be sure. But
you can override the stack size through an environment variable,
like this:

setenv SVN_STACK_SIZE 500000

All other commands also check the SVN_STACK_SIZE environment variable
to set the default stack size; they all start with a minimum of
20000 bytes.


So to make svn always use 500K stack you just need to type the following command into the shell:
setenv SAVE SVN_STACK_SIZE 500000

Go to top

  Register To Post
« 1 (2)

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project