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
svnadmin create --fs-type=fsfs $REPOS_ROOT/$PROJECT
REPOS=file://$REPOS_ROOT/$PROJECT
svn mkdir --message="Initial project layout" $REPOS/trunk $REPOS/tags
How would I do something equivalent on SVN which is not local?
-b
---------------------------------------------------------------------
|
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.