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

Re: setting up svn with fsfs, + ssh *only*

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2005-01-26 20:16:41 CET

On 2005-01-26 13:59-0500, Jean-Pierre Sevigny wrote:
> Hi,
>
> I did:
> svnadmin create /usr/local/repo --fs-type fsfs
>
> and did an import, from another machine, like this:
>
> cvs import -m "test" testDir svn+ssh://reposerver/usr/local/repo
>
>
> Now, where are my files on the reposerver? It seems it's still using the
> Berkeley db as a backend.
>

If you have a /usr/local/repo/db/fs-type file, and it contents is
'fsfs', then you have a fsfs repo. Also if you see
/usr/local/repo/db/revs/ and /usr/local/repo/db/revprops/, then you
have a fsfs repo. Your working files won't appear individually under
repo in any case, instead of they will show as BDB tables (BDB
backend) or as two bundled file, one set per commit, under revs and
revprops (FSFS backend).

BR, Jani

P.S. And I bet that you didn't use cvs for importing your files. =)
Welcome to the Subversion world!

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 26 20:23:29 2005

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.