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

Re: can i only config in apache with add subversion installed path to system path?

From: Andrey Repin <anrdaemon_at_freemail.ru>
Date: Sun, 6 Dec 2009 05:16:20 +0300

Greetings, Ryan Schmidt!

>>>> i seems that if i doesn't add subversion installed path (c:\subversion\bin) to system path.
>>>> apache can't work well for subversion.
>>>
>>> That's new to me. What error message do you get if you do not set the path? Where do you set the path?
>>
>> Nothing new there.

> It may not be new to you, but it is new to me, meaning it is information
> I've never heard before, and I've been on this list for 5 years. It could be
> that it's unique to Windows and I've therefore not paid attention to it.

Well, knowing that there's no similar OS, yes, I confirm that this issue is
unique to Windows.

>> mod_dav_svn need to load alot of SVN libs in order to work.
>> And these libs need some other libs (some of them)...

> Libraries, sure. But don't libraries know how to find other libraries
> without things being in PATH? PATH is for finding binaries anyway, not
> libraries, unless Windows is more totally strange than I already think it
> is.

It's not strange, it's just how it works.
There's no such thing like "path to the libraries" as separate entity from
"path to the binaries", it all covered by %PATH% (and in fact, Windows dynamic
library is THE executable file... in it's base), unless you gonna mess with
AppPaths registry settings (this way, you can make it selectively aware of
every single file in your system, and probably even link one library to
different name - didn't tried).
For those interested - it is
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
There's usually alot of examples, and it DO allow you to be a bit creative.

>> It made my head spin when I've tried to avoid editing %PATH%, so then I just
>> added %SVN%/bin to %PATH% and lefet it this way.

> Where do you edit the PATH? Is this a systemwide setting somewhere?

Yep.
"My computer" - properties, "Advanced" tab - "Environment variables" button
somewhere at the bottom.
Edit the system (bottom) section, append path to the SVN/bin directory to the
end of PATH variable. Then reboot system.

--
WBR,
 Andrey Repin (anrdaemon_at_freemail.ru) 06.12.2009, <5:01>
Sorry for my terrible english...
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2427560
Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-12-06 09:22:23 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.