Re: problem with execv command

2008-08-29 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > Hi, > > I'm facing problem with the execv command: > > my command is : > os.execv(' C:\Program Files\Subversion\bin\svn ', ( 'list', ' \" > http://subversion.stv.abc.com/svn/Eng \" ' ) ) > > The error I'm getting is : > OSError: [Errno 22] Invalid argument > > > I t

problem with execv command

2008-08-29 Thread dudeja . rajat
Hi, I'm facing problem with the execv command: my command is : os.execv(' C:\Program Files\Subversion\bin\svn ', ( 'list', ' \" http://subversion.stv.abc.com/svn/Eng \" ' ) ) The error I'm getting is : OSError: [Errno 22] Invalid argument I tried using a variable for http path but still I'm ge