You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by kf...@collab.net on 2004/02/24 18:27:43 UTC

Re: svn commit: r8818 - in trunk: . subversion/libsvn_repos

Philip Martin <ph...@codematters.co.uk> writes:
> > --- trunk/svn_private_config.hw	(original)
> > +++ trunk/svn_private_config.hw	Tue Feb 24 12:46:43 2004
> > @@ -45,4 +45,7 @@
> >  /* Link pipe repos access library to client */
> >  #define SVN_LIBSVN_CLIENT_LINKS_RA_SVN
> >  
> > +/* Defined to be the path to the installed binaries */
> > +#define SVN_BINARY_DIR "/usr/local/bin"
> 
> I chose this particular path as it maches the previous hard coded
> value.  Since this is now a Windows specific value I assume there is a
> better choice :)

"C:\Windows", maybe?  Anyone? :-)

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

Re: svn commit: r8818 - in trunk: . subversion/libsvn_repos

Posted by "C. Michael Pilato" <cm...@collab.net>.
kfogel@collab.net writes:

> Philip Martin <ph...@codematters.co.uk> writes:
> > > --- trunk/svn_private_config.hw	(original)
> > > +++ trunk/svn_private_config.hw	Tue Feb 24 12:46:43 2004
> > > @@ -45,4 +45,7 @@
> > >  /* Link pipe repos access library to client */
> > >  #define SVN_LIBSVN_CLIENT_LINKS_RA_SVN
> > >  
> > > +/* Defined to be the path to the installed binaries */
> > > +#define SVN_BINARY_DIR "/usr/local/bin"
> > 
> > I chose this particular path as it maches the previous hard coded
> > value.  Since this is now a Windows specific value I assume there is a
> > better choice :)
> 
> "C:\Windows", maybe?  Anyone? :-)

Uh, no. :-)

There is no "default" installation location for Windows because our
Windows build system doesn't handle installation.  Had we an
installation rule for that system, we might could do something
sensible here.

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