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

Re: New user: Using SVN locally

From: Bryan Donlan <bdonlan_at_gmail.com>
Date: 2005-01-10 03:38:48 CET

On Sun, 9 Jan 2005 15:26:40 -0500, Ingo Weiss <ingo@ingoweiss.com> wrote:
> Hi all,
>
> I am a new user switching from CVS. I would like to use SVN locally (I
> do not need to have a network-accessible repository). Reading the
> documentation, I am somewhat confused as to how to do that:
>
> - Do I need to install the standalone server or Apache module?

No.

> - How do I set up the repository locally?

svnadmin create path-to-repository
svn co file://path-to-repository path-to-working-copy

Note that in the latter command path-to-repository must not be a relative path.

See http://svnbook.red-bean.com/en/1.1/ch01s07.html for more information.

-- 
bd
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 10 03:41: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.