You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Michael Deschamps <md...@fuelindustries.com> on 2008/05/07 18:57:27 UTC

mac not returning values

ive create an integrated svn for maya, but for some reason I get no returns when run on Mac

in mel script in maya, typing: 
  
system("id -un");

will return:

//result usernamehere
//


all SVN commands sent this way do not return information back to Maya

example:  
system("svn help");
should return the help text, yet it is blank


the same commands run from a pc return properly

Re: mac not returning values

Posted by Ryan Schmidt <su...@ryandesign.com>.
On May 7, 2008, at 1:57 PM, Michael Deschamps wrote:

> ive create an integrated svn for maya, but for some reason I get no  
> returns when run on Mac
>
> in mel script in maya, typing:
>
> system("id -un");
>
> will return:
>
> //result usernamehere
> //
>
>
> all SVN commands sent this way do not return information back to Maya
>
> example:
> system("svn help");
> should return the help text, yet it is blank
>
>
> the same commands run from a pc return properly

I know what Maya is but I have never used it. You can run shell  
commands from within Maya? And these are working on the PC version of  
Maya but not the Mac version?

Does "svn help" work on the Mac command line in the Terminal?

Where is "svn" on the hard drive? Does Maya maybe need to be told  
where to look for it, or do you need to use the full path to the svn  
binary?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org