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

Re: repository question

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-11-26 22:27:35 CET

Ben Collins-Sussman <sussman@collab.net> writes:

> % svnadmin create /absolute/path/to/repository
>

By the way, you don't have to use 'svn import' to populate a
repository. You could just check out the repository, which would
result in an 'empty' working copy. Then you could 'svn add' a new
file and commit, as you were originally trying to do:

   % svnadmin create /some/repo
   % svn co file:///some/repo -d working_copy
   % cd working_copy
   % touch newfile
   % svn add newfile
   % svn commit

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:49 2006

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.