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

Re: newbie question: import and co to the same directory?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-17 17:15:31 CEST

Mike Carifio <carifio@usys.com> writes:

> # cd /; mkdir /etc-svn; svnadmin create file:///etc-svn

What is this line? 'svnadmin create' doesn't operate on URLs, it
operates on local paths. And as Paul said, you don't need to create
the directory beforehand. 'svnadmin create etc-svn' will both create
the directory, and populate it with a repository.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 27 15:52:26 2003

This is an archived mail posted to the Subversion Dev mailing list.

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