[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: David McCraw <s0199568_at_sms.ed.ac.uk>
Date: 2005-01-09 22:49:07 CET

Ingo Weiss 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?
>- How do I set up the repository locally?
>
>Thanks!
>Ingo
>
>
You don't need to do anything with Apache if you only want to operate
SVN locally.
May I suggest http://svnbook.red-bean.com/ as a first port of call?

Anyway, you can set up a local repository with

$ svnadmin create /path/to/repos

from here on in, you just use a file:// URI to refer to the repository,
i.e.

$ svn import /some/project file:///path/to/repos
$ svn checkout file:///path/to/repos/ path/to/workingcopy

etc.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jan 9 22:51:54 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.