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

Re: [Subclipse-users] How do you run subclipse on a local repository

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-07-13 21:28:19 CEST

Markus Baumgartner <mbjava@active.ch> wrote on 07/14/2006 12:14:50 AM:

> I would like to try out subclipse and run it on a local repository
> windows 2000 system.
>
> I've read in a mail that I might have to set up a root with svnadmin so
> I created a directory D:\repository\svn.
>
> Then I tried to define this directry a SVN directory but whatever I use
> (localhost, the name of the machine, I always get an errormessage and I

> didn't find a clear definition neither in "the book" nor in the
newsgroups.
>
> Could anybody please tell me the right procedure and syntax to address a

> local repository?
>
> I read in the readme, that there are frequent permission problems. If
> you had any hints, what that would mean on win2000 I would be very
grateful

You do not tend to run into too many permission problems on Windows.

Do something like this:

1) Create a folder to hold all your repositories. I'd keep it short and
simple like D:\repos.

2) Create a repository using the svnadmin command line program:

cd repos
svnadmin create myRepos

This will create the repository in D:\repos\myRepos

3) In Subclipse enter this URL:

file://D:/repos/myRepos

If you use the C: drive, then you can use a syntax like this:

file:///repos/myrepos

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Jul 13 21:28:37 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.