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

RE: Re: SVN command line and Cygwin problem (and resolution) on Windows - FYI

From: Simon McClenahan <smcclenahan_at_healthcompartners.com>
Date: 2004-06-30 16:05:19 CEST

Would it have anything to do with Cygwin's filesystem root being located on a different path in your Windows environment? References to local paths with the file:// URL and Apache configuration would be different depending on which environment you are running the svn/svnadmin CLI and Apache processes in.

I believe in Cygwin, the root filesystem / is located in your Cygwin install directory. On my machine it is C:\cygwin .

-----Original Message-----
From: Mark Bohlman [mailto:mbohlman@tcicredit.com]
Sent: Wednesday, June 30, 2004 8:51 AM
To: users@subversion.tigris.org
Subject: Re: SVN command line and Cygwin problem (and resolution) on
Windows - FYI

Building a repository with the Cygwin version of svnadmin generates the
following error message when trying to access it with the native Windows
svn command:
$ svnadmin create /ap1
#import some files

$ svn ls file:///ap1
t3/
test/
xml/

# in the Windows version (e.g. Program Files/Subversion/bin/)
$ ./svn ls file:///ap1
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///ap1'
svn: Berkeley DB error while opening environment for filesystem /ap1/db:
Invalid argument

So it looks like the modes of code being used cannot be mixed. Have
other errors accessing via http:// that I'm not able to chase further at
the moment.

--------------------------
NOTE: This message and any included attachments are from HealthCom Partners, LLC and are intended only for the addressee(s). The information contained herein may include trade secrets or privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 30 16:12:31 2004

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.