You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Bastian Blank <ma...@maildeprag.de> on 2012/02/13 11:56:40 UTC

OS/400 - Subversion 1.4 (Softlanding) Problem - "Can't set access time of..."

Hello,

I've got a problem with the freeware version of Softlandings "Subversion  
for OS/400 1.4".
Whenever I'm trying to commit my changes to the repository via the  
QSH-command:

/qsys.lib/subversion.lib/svn.pgm commit -m "test"

I get the following error message:

"svn: Can't set access time of  
'/home/bastian2/.svn/tmp/text-base/anf001.rpgle.svn-base':
This function has not been implemented on this platform"

Is there any way I can circumvent this problem, or is there a solution for  
it?

Thank you for your help

Bastian Blank

 

Re: OS/400 - Subversion 1.4 (Softlanding) Problem - "Can't set access time of..."

Posted by Mark Phippard <ma...@gmail.com>.
On Mon, Feb 13, 2012 at 5:56 AM, Bastian Blank
<ma...@maildeprag.de> wrote:

> I've got a problem with the freeware version of Softlandings "Subversion for
> OS/400 1.4".
> Whenever I'm trying to commit my changes to the repository via the
> QSH-command:
>
> /qsys.lib/subversion.lib/svn.pgm commit -m "test"
>
> I get the following error message:
>
> "svn: Can't set access time of
> '/home/bastian2/.svn/tmp/text-base/anf001.rpgle.svn-base':
> This function has not been implemented on this platform"
>
> Is there any way I can circumvent this problem, or is there a solution for
> it?

This port is no longer maintained and it was always intended more to
provide a server than a client.  I would not try to use it unless you
are on an old version of OS/400 as it used the Apache system libraries
from OS/400.

You should use SVNKit if you need a client on OS/400.  See:

http://mowyourlawn.com/SystemiSVN.html

-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/

Re: OS/400 - Subversion 1.4 (Softlanding) Problem - "Can't set access time of..."

Posted by Mark Phippard <ma...@gmail.com>.
On Mon, Feb 13, 2012 at 3:12 PM, Philip Martin
<ph...@wandisco.com> wrote:
> Mark Phippard <ma...@gmail.com> writes:
>
>> I believe the last version we ported to OS/400 was 1.4.4.  It was
>> definitely 1.4.something
>
> The OS/400 code made it onto trunk and is present on the 1.5.x branch,
> but I don't know whether anyone ever used 1.5 on OS/400.

It was never actually updated during the 1.5.x process though.  It
simply was not removed.  1.5 added new code and dependencies like
SQLite that would need to be ported to OS/400 in addition to just
reviewing all of the code to get it work.  Paul and I changed jobs
before 1.5 development really took off so no work was done once we no
longer had access to an AS/400 (or desire to work on it).

-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/

Re: OS/400 - Subversion 1.4 (Softlanding) Problem - "Can't set access time of..."

Posted by Philip Martin <ph...@wandisco.com>.
Mark Phippard <ma...@gmail.com> writes:

> I believe the last version we ported to OS/400 was 1.4.4.  It was
> definitely 1.4.something

The OS/400 code made it onto trunk and is present on the 1.5.x branch,
but I don't know whether anyone ever used 1.5 on OS/400.

-- 
Philip

Re: OS/400 - Subversion 1.4 (Softlanding) Problem - "Can't set access time of..."

Posted by Mark Phippard <ma...@gmail.com>.
I believe the last version we ported to OS/400 was 1.4.4.  It was
definitely 1.4.something





On Mon, Feb 13, 2012 at 11:19 AM, Philip Martin
<ph...@wandisco.com> wrote:
> The OS/400 code was removed before 1.6 (r872438).  It's possible that
> 1.5 might work but as I recall the OS/400 port was primarily a server
> port and this function was probably never implemented.
>
> Daniel Shahaf <d....@daniel.shahaf.name> writes:
>
>> Perhaps use-commit-times in ~/.subversion/config
>>
>> But, really, 1.4 is ancient.  You should upgrade.
>>
>> Bastian Blank wrote on Mon, Feb 13, 2012 at 11:56:40 +0100:
>>> Hello,
>>>
>>> I've got a problem with the freeware version of Softlandings
>>> "Subversion for OS/400 1.4".
>>> Whenever I'm trying to commit my changes to the repository via the
>>> QSH-command:
>>>
>>> /qsys.lib/subversion.lib/svn.pgm commit -m "test"
>>>
>>> I get the following error message:
>>>
>>> "svn: Can't set access time of
>>> '/home/bastian2/.svn/tmp/text-base/anf001.rpgle.svn-base':
>>> This function has not been implemented on this platform"
>>>
>>> Is there any way I can circumvent this problem, or is there a
>>> solution for it?
>>>
>>> Thank you for your help
>>>
>>> Bastian Blank
>>>
>>>
>>
>
> --
> Philip



-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/

Re: OS/400 - Subversion 1.4 (Softlanding) Problem - "Can't set access time of..."

Posted by Philip Martin <ph...@wandisco.com>.
The OS/400 code was removed before 1.6 (r872438).  It's possible that
1.5 might work but as I recall the OS/400 port was primarily a server
port and this function was probably never implemented.

Daniel Shahaf <d....@daniel.shahaf.name> writes:

> Perhaps use-commit-times in ~/.subversion/config
>
> But, really, 1.4 is ancient.  You should upgrade.
>
> Bastian Blank wrote on Mon, Feb 13, 2012 at 11:56:40 +0100:
>> Hello,
>> 
>> I've got a problem with the freeware version of Softlandings
>> "Subversion for OS/400 1.4".
>> Whenever I'm trying to commit my changes to the repository via the
>> QSH-command:
>> 
>> /qsys.lib/subversion.lib/svn.pgm commit -m "test"
>> 
>> I get the following error message:
>> 
>> "svn: Can't set access time of
>> '/home/bastian2/.svn/tmp/text-base/anf001.rpgle.svn-base':
>> This function has not been implemented on this platform"
>> 
>> Is there any way I can circumvent this problem, or is there a
>> solution for it?
>> 
>> Thank you for your help
>> 
>> Bastian Blank
>> 
>> 
>

-- 
Philip

Re: OS/400 - Subversion 1.4 (Softlanding) Problem - "Can't set access time of..."

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
Perhaps use-commit-times in ~/.subversion/config

But, really, 1.4 is ancient.  You should upgrade.

Bastian Blank wrote on Mon, Feb 13, 2012 at 11:56:40 +0100:
> Hello,
> 
> I've got a problem with the freeware version of Softlandings
> "Subversion for OS/400 1.4".
> Whenever I'm trying to commit my changes to the repository via the
> QSH-command:
> 
> /qsys.lib/subversion.lib/svn.pgm commit -m "test"
> 
> I get the following error message:
> 
> "svn: Can't set access time of
> '/home/bastian2/.svn/tmp/text-base/anf001.rpgle.svn-base':
> This function has not been implemented on this platform"
> 
> Is there any way I can circumvent this problem, or is there a
> solution for it?
> 
> Thank you for your help
> 
> Bastian Blank
> 
>