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

Re: file import errrors

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-08-12 20:22:15 CEST

gc@gpstec.com.br writes:

> I just executed this svn import file:///usr/local/apache2/svn/repos1 .
> --message 'initial repository' that is write on book and get the same
> error, wha do you mean syntax backwards ?

$ svn help import
import: Commit an unversioned file or tree into the repository.
usage: import [PATH] URL

[...]

and from
http://svnbook.red-bean.com/html-chunk/ch03s07.html#svn-ch-3-sect-7.3

"The import command is a quick way to move an unversioned tree of
files into a repository.

$ svnadmin create /usr/local/svn/newrepos
$ svn import mytree file:///usr/local/svn/newrepos/fooproject
"

What's unclear? You need to type

   $ svn import . file:///usr/local/apache2/svn/repos1

Are you looking at an old copy of the book or something? Did 'svn
help import' not work for you?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 12 20:25:49 2003

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.