Re: [Subclipse-users] Running the server and connecting
From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-03-15 14:23:59 CET
"Jon-derek Castagno \(RIT Student\)" <jdc3640@rit.edu> wrote on 03/14/2006
> Through some correspondence with Mark P, I have some questions; I think
The client adapter (JavaHL or JavaSVN) is how Subclipse talks to a
Since you plan on setting up a Subversion server, this becomes a non-issue
Of the two servers, unless you are already familiar with Apache 2.0, then
Create a folder to hold all of your repositories, even if you will only
To start svnserve server just run this command:
svnserve -d -r /repos
or
svnserve -d -r C:\repos
This starts a "never-ending" server job which is also called a daemon.
Now just create one or more repositories:
svnadmin create /repos/dev
or
svnadmin create C:\repos\dev
This will create a folder structure in the above location which stores
Finally, you can now access the above repository via this URL:
svn://hostname/dev
Where hostname is the system name and dev is the name of the repository.
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.