You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by adeens <ad...@gmail.com> on 2008/03/17 15:19:45 UTC

SVN install not working on OSX

Hello,

I tried installing versions 1.4.4. and 1.4.6 on OSX (10.4.11) and neither
version worked - when I type "svn" in Terminal I get "Command not found".

I tried installing 1.4.4 first, and when that didn't work I tried installing
again and restarting my computer after installing. Still got "command not
found". I then tried installing OSX's Developer Tools and then reinstalled
SVN. Still nothing. I then tried installing 1.4.6 (first without restarting
my computer, and then with restarting my computer), still with no luck.
Tried moving the Developer Tools folder to the trash and installing again...
still no luck.

Any suggestions, anything I'm missing?

Thanks in advance!
~Adina

Re: SVN install not working on OSX

Posted by Marc Haisenko <ha...@comdasys.com>.
On Monday 17 March 2008, adeens wrote:
> Hello,
> 
> I tried installing versions 1.4.4. and 1.4.6 on OSX (10.4.11) and neither
> version worked - when I type "svn" in Terminal I get "Command not found".
> 
> I tried installing 1.4.4 first, and when that didn't work I tried installing
> again and restarting my computer after installing. Still got "command not
> found". I then tried installing OSX's Developer Tools and then reinstalled
> SVN. Still nothing. I then tried installing 1.4.6 (first without restarting
> my computer, and then with restarting my computer), still with no luck.
> Tried moving the Developer Tools folder to the trash and installing again...
> still no luck.
> 
> Any suggestions, anything I'm missing?
> 
> Thanks in advance!
> ~Adina

How have you installed SubVersion ? Did you use some binary packages (if so, 
which) or did you compile it from source ? If you compiled it from source and 
did a "make install" (for which you will have needed sudo), then 
try "/usr/local/bin/svn".

Bye,
	Marc


-- 
Marc Haisenko

Comdasys AG
Rüdesheimer Str. 7
80686 München
Germany

Tel.: +49 (0)89 548 433 321

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

Re: SVN install not working on OSX

Posted by Jeremy Pereira <je...@jeremyp.net>.
On 17 Mar 2008, at 16:01, Marc Haisenko wrote:

> On Monday 17 March 2008, adeens wrote:
> I just had a look at that package: it installs in /usr/local.
>
> So you need to add /usr/local/bin to your path or call it by its full
> path: /usr/local/bin/svn
>
> But there are no libraries in that package ?!
>
> Whatever, I'd look why your Apple Developer Tools didn't install  
> SubVersion.
> Maybe you overlooked something. But having that would be the best  
> option,
> especially because of the XCode integration.

Subversion only became an official Apple dev tool with 10.5.  The OP  
has specifically stated that he is on 10.4.11.



>
> 	Marc
>
> -- 
> Marc Haisenko
>
> Comdasys AG
> Rüdesheimer Str. 7
> 80686 München
> Germany
>
> Tel.: +49 (0)89 548 433 321
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>


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


Re: SVN install not working on OSX

Posted by Marc Haisenko <ha...@comdasys.com>.
On Monday 17 March 2008, adeens wrote:
> I don't know much unix so I installed from a package, not command line:
> 
> http://homepage.mac.com/martinott/
> 
> My developer tools did not come with Subversion.
> 
> ~Adina

I just had a look at that package: it installs in /usr/local.

So you need to add /usr/local/bin to your path or call it by its full 
path: /usr/local/bin/svn

But there are no libraries in that package ?!

Whatever, I'd look why your Apple Developer Tools didn't install SubVersion. 
Maybe you overlooked something. But having that would be the best option, 
especially because of the XCode integration.
	Marc

-- 
Marc Haisenko

Comdasys AG
Rüdesheimer Str. 7
80686 München
Germany

Tel.: +49 (0)89 548 433 321

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

Re: SVN install not working on OSX

Posted by adeens <ad...@gmail.com>.
The 1.4.6 package is from
http://subversion.tigris.org/project_packages.htmlbut it didn't work
either.


On Mon, Mar 17, 2008 at 11:52 AM, Andy Levy <an...@gmail.com> wrote:

> Then my guess (having not used this package myself) is that you need
> to add the location of the SVN binaries to your $PATH environment
> variable. You may want to contact Martin Ott directly to confirm, as
> this isn't an official SVN distribution package.
>
> You may also want to look over the list of SVN packages for OS X
> listed on http://subversion.tigris.org/project_packages.html and try
> one of those.

Re: SVN install not working on OSX

Posted by Andy Levy <an...@gmail.com>.
On Mon, Mar 17, 2008 at 11:47 AM, adeens <ad...@gmail.com> wrote:
> I don't know much unix so I installed from a package, not command line:
>
> http://homepage.mac.com/martinott/
>
> My developer tools did not come with Subversion.

Then my guess (having not used this package myself) is that you need
to add the location of the SVN binaries to your $PATH environment
variable. You may want to contact Martin Ott directly to confirm, as
this isn't an official SVN distribution package.

You may also want to look over the list of SVN packages for OS X
listed on http://subversion.tigris.org/project_packages.html and try
one of those.

>
> On Mon, Mar 17, 2008 at 11:32 AM, Andy Levy <an...@gmail.com> wrote:
> >
> >
> >
> > On Mon, Mar 17, 2008 at 11:19 AM, adeens <ad...@gmail.com> wrote:
> > > Hello,
> > >
> > > I tried installing versions 1.4.4. and 1.4.6 on OSX (10.4.11) and
> neither
> > > version worked - when I type "svn" in Terminal I get "Command not
> found".
> > >
> > > I tried installing 1.4.4 first, and when that didn't work I tried
> installing
> > > again and restarting my computer after installing. Still got "command
> not
> > > found". I then tried installing OSX's Developer Tools and then
> reinstalled
> > > SVN. Still nothing. I then tried installing 1.4.6 (first without
> restarting
> > > my computer, and then with restarting my computer), still with no luck.
> > > Tried moving the Developer Tools folder to the trash and installing
> again...
> > > still no luck.
> > >
> > > Any suggestions, anything I'm missing?
> >
> > How did you install (compile from tarball? MacPorts? Just from the Dev
> > Tools package?)?
> > Is the location of the SVN binaries in your $PATH environment variable?
> >
> > When I installed the Developer Tools (on Leopard), it came with
> > Subversion, and I didn't have to change $PATH or anything else.
> >
>
>

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

Re: SVN install not working on OSX

Posted by adeens <ad...@gmail.com>.
I don't know much unix so I installed from a package, not command line:

http://homepage.mac.com/martinott/

My developer tools did not come with Subversion.

~Adina


On Mon, Mar 17, 2008 at 11:32 AM, Andy Levy <an...@gmail.com> wrote:

> On Mon, Mar 17, 2008 at 11:19 AM, adeens <ad...@gmail.com> wrote:
> > Hello,
> >
> > I tried installing versions 1.4.4. and 1.4.6 on OSX (10.4.11) and
> neither
> > version worked - when I type "svn" in Terminal I get "Command not
> found".
> >
> > I tried installing 1.4.4 first, and when that didn't work I tried
> installing
> > again and restarting my computer after installing. Still got "command
> not
> > found". I then tried installing OSX's Developer Tools and then
> reinstalled
> > SVN. Still nothing. I then tried installing 1.4.6 (first without
> restarting
> > my computer, and then with restarting my computer), still with no luck.
> > Tried moving the Developer Tools folder to the trash and installing
> again...
> > still no luck.
> >
> > Any suggestions, anything I'm missing?
>
> How did you install (compile from tarball? MacPorts? Just from the Dev
> Tools package?)?
> Is the location of the SVN binaries in your $PATH environment variable?
>
> When I installed the Developer Tools (on Leopard), it came with
> Subversion, and I didn't have to change $PATH or anything else.
>

Re: SVN install not working on OSX

Posted by Andy Levy <an...@gmail.com>.
On Mon, Mar 17, 2008 at 11:19 AM, adeens <ad...@gmail.com> wrote:
> Hello,
>
> I tried installing versions 1.4.4. and 1.4.6 on OSX (10.4.11) and neither
> version worked - when I type "svn" in Terminal I get "Command not found".
>
> I tried installing 1.4.4 first, and when that didn't work I tried installing
> again and restarting my computer after installing. Still got "command not
> found". I then tried installing OSX's Developer Tools and then reinstalled
> SVN. Still nothing. I then tried installing 1.4.6 (first without restarting
> my computer, and then with restarting my computer), still with no luck.
> Tried moving the Developer Tools folder to the trash and installing again...
> still no luck.
>
> Any suggestions, anything I'm missing?

How did you install (compile from tarball? MacPorts? Just from the Dev
Tools package?)?
Is the location of the SVN binaries in your $PATH environment variable?

When I installed the Developer Tools (on Leopard), it came with
Subversion, and I didn't have to change $PATH or anything else.

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