I created a directory svnprojects.
In that directory I ran the following command
c:\svnprojects>svnadmin create svn
Now I do not know how to pass absolute path. I tried
C:\>svnserve -d -r c:\svnprojects svn
Type 'svnserve --help' for usage.
C:\>svnserve -d -r "c:\svnprojects" svn
Type 'svnserve --help' for usage.
C:\>svnserve -d -root c:\svnprojects svn
svnserve: Root path 'oot' does not exist or is not a directory.
C:\>svnserve -d -rc:\svnprojects svn
Type 'svnserve --help' for usage.
Can you please tell me how to do it?
Thanks
Modha/-
________________________________________
From: Andy Levy [andy.levy_at_gmail.com]
Sent: Wednesday, September 23, 2009 3:25 AM
To: Modha Khammammettu
Cc: users_at_subversion.tigris.org
Subject: Re: ordinal 4046 LIBEAY32.dll error
On Wed, Sep 23, 2009 at 00:20, Modha Khammammettu
<MKhammammettu_at_calcas.com> wrote:
> Hi
>
> I have downloaded Subversion 1.6.5.msl installer from http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100.
>
> My machine is windows xp professional Version 2002 Service Pack2
>
> When I run "svnserve -d -r svn" ( without double quotes from command line) I get a windows message box with title "svnserve.exe - Ordinal Not Found"
>
> with message
> The ordinal 4046 could not be located in dynamic link library LIBEAY32.dll
>
> I downloaded the dll from http://www.dll-files.com/unzip.php and placed the dll file into c:\Windows\system32 and restarted the machine.
>
> Now when I run the command "svnserve -d -r svn" I still get the same error.
>
> Can some one please tell me how to resolve the issue.
What happens when you pass an absolute path, not a relative one, to
the -r option?
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2399119
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-24 04:09:21 CEST