Re: URL problem
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-05-31 20:34:49 CEST
Marculescu Paul <paul@compaq.p16.pub.ro> writes:
> path becomes /D:/svntest/repos and the DB_WRAP() function called from
Yes, the problem is that BerkeleyDB chokes on the patch when we call
DB_ENV->open("/D:/svntest/repos")
I'm not sure how Berkeley is supposed to accept win32-specfic paths...
> path = strchr (hostname, '/');
Eek! Bad! No OS-specific code allowed in svn.
Berkeley DB is supposed to be portable, and we also have APR as our
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.