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
> didn't find a clear definition neither in "the book" nor in the
> local repository?
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
2) Create a repository using the svnadmin command line program:
cd repos
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
---------------------------------------------------------------------
|
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.