[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN under AS400: svn add failed

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 26 Feb 2008 21:29:26 -0500

On Tue, Feb 26, 2008 at 7:23 AM, CHANIAT Dominique
<dominique.chaniat_at_renault.com> wrote:

> I am trying to use Subversion under AS400.
> I have
> one library TSTSVN
> one working copy TSTSVN
> one repository /subversion/repositories/test
>
> The command 'svn co' is done
> call pgm(svn14prd/svn) parm ('co' 'file:///subversion/repositories/test'
> '/tstsvn')
>
> But, when I am trying to add one component into the working copy with the
> followed command
>
> call pgm(svn14prd/svn) parm ('add' 'tstsvn/test')
>
> I get the followed message
> svn: warning: '/tstsvn/test' not found
>
> Do you have some idea about this problem?

You can only use SVN with the IFS. It sounds like you are trying to
use it with a native *LIB. It is also easier to use the client from
QShell. Then you can do something like this:

$ /QSYS.LIB/SVN14PRD.LIB/SVN.PGM co
file:///subversion/repositories/test /testsvn

That would checkout to the IFS folder /testsvn

You can create a symlink in the IFS to the *PGM so that you can just
type this within QShell

$ svn co file:///subversion/repositories/test /testsvn

I do not work with OS/400 anymore, so that is about the extent of the
help I can provide. The forums on www.midrange.com might be better
place to post questions.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-27 03:30:00 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.