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

Hosted SVN works... how?

From: Bjorn Boulder <bornboulder77_at_gmail.com>
Date: 2007-08-26 01:05:01 CEST

Hi there,

I am new to the world of hosted SVN.

I've used SVN a bit on my Mac.

I'd like to use SVN on devjavu to act as a repository for some code I'm writing.

Currently on my Mac, I setup a repository like this:

PROJECT=w10
REPOS_ROOT=/pt/w/hp/svn4w10
mkdir -p $REPOS_ROOT

svnadmin create --fs-type=fsfs $REPOS_ROOT/$PROJECT

REPOS=file://$REPOS_ROOT/$PROJECT

svn mkdir --message="Initial project layout" $REPOS/trunk $REPOS/tags
$REPOS/branches
svn commit --message="New Rails project"

How would I do something equivalent on SVN which is not local?

-b

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Aug 26 01:02:40 2007

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.