You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Nico Kadel-Garcia <nk...@comcast.net> on 2006/05/24 12:34:02 UTC

Re: WARNING(virus check bypassed): Repos on Linux (RH9), want to view offline on Windows

Britain Crooker wrote:
> Using SVN 1.3.1, I have a server (using the svnserver, not WebDAV)
> running on our main server, which works great.  Clients are all
> Windows users using TortoiseSVN.
>
> I do daily backups of the repositories (using the hotcopy command)
> which I am able to restore on the linux server and access fine, so
> they seem valid. If I take the same backup (which was compressed to a
> tar.gz file after the hotcopy) and extract it on my laptop, I am
> unable to browse it with Tortoise or with the SVN command line tools.
> They complain about "Unable to open an ra_lcoal session to URL" and
> that FSFS is an unknown file type.
>
> I had thought that FSFS was supposed to be platform independent, so I
> figured what I was trying to do should be possible.
>
> I would really like to be able to copy the repositories onto my
> laptop so that when I am traveling, or otherwise disconnected from
> the internet, I can browse the source history.

Hmm. Does it work if you do a simple "svnadmin create" on the Windows 
server, just to make sure that other things are working? 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: WARNING(virus check bypassed): Repos on Linux (RH9), want to view offline on Windows

Posted by Britain Crooker <br...@fifthorder.com>.
> -----Original Message-----
> From: Nico Kadel-Garcia [mailto:nkadel@comcast.net] 
> Sent: Wednesday, May 24, 2006 8:34 AM
> To: Britain Crooker; users@subversion.tigris.org
> Subject: Re: WARNING(virus check bypassed): Repos on Linux 
> (RH9), want to view offline on Windows
> 
> Britain Crooker wrote:
> > Using SVN 1.3.1, I have a server (using the svnserver, not WebDAV) 
> > running on our main server, which works great.  Clients are all 
> > Windows users using TortoiseSVN.
> >
> > I do daily backups of the repositories (using the hotcopy command) 
> > which I am able to restore on the linux server and access fine, so 
> > they seem valid. If I take the same backup (which was 
> compressed to a 
> > tar.gz file after the hotcopy) and extract it on my laptop, I am 
> > unable to browse it with Tortoise or with the SVN command 
> line tools.
> > They complain about "Unable to open an ra_lcoal session to URL" and 
> > that FSFS is an unknown file type.
> >
> > I had thought that FSFS was supposed to be platform 
> independent, so I 
> > figured what I was trying to do should be possible.
> >
> > I would really like to be able to copy the repositories 
> onto my laptop 
> > so that when I am traveling, or otherwise disconnected from the 
> > internet, I can browse the source history.
> 
> Hmm. Does it work if you do a simple "svnadmin create" on the 
> Windows server, just to make sure that other things are working? 
> 
> 

I have tried to create a new FSFS repository, both with the svnadmin command
and via the TortoiseSVN interface, both work fine (in fact I created the
current FSFS repositories on my Windows laptop because they were initially
in the BDB format and had to be switched over to FSFS because our RH9 didn't
support the right version of BDB.  So I did a dump and load to switch
formats, and then copied the resulting files up to the Linux box).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org