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

Re: Is cross-platform sharing of a repository via file:/ possible?

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2004-09-23 20:14:49 CEST

On 2004-09-23 10:40-0700, Raye Raskin wrote:

Sorry, I missed your first question:

> As part of trying to do this, I noted the following behavior
> while still in Windows. Aren't the first two checkout formats
> supposed to work? Note the third attempt does work.
>
> C:\tmp>svn co file:///d:/repos/xxxxx/trunk
> svn: Unable to open an ra_local session to URL
> svn: Unable to open repository 'file:///d:/repos/xxxxx/trunk'
>
> C:\tmp>svn co file:///D:/repos/xxxxx/trunk
> svn: Unable to open an ra_local session to URL
> svn: Unable to open repository 'file:///D:/repos/xxxxx/trunk'
>
> C:\>svn co file:///cygdrive/d/repos/xxxxx/trunk
> A trunk/Website
> A trunk/Website/th_mf42.jpg
>
> Is this a known bug, or am I doing something wrong?

hmm, it should work:
C:\tmp>svnadmin create repo
C:\tmp>svn ls file:///C:/tmp/repo
C:\tmp>svn mkdir -m "" file:///C:/tmp/repo/trunk
Committed revision 1.
C:\tmp>svn ls file:///C:/tmp/repo
trunk/
C:\tmp>
C:\tmp>svn --version
svn, version 1.0.5 (r9954)
   compiled Jun 11 2004, 09:44:29

As per:
http://svnbook.red-bean.com/svnbook-1.0/ch02s03.html#svn-ch-2-sidebar-1

I am guessing that Cygwin is goofing you?

Br, Jani

--
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 23 20:15:17 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.