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

BUG in README

From: John Lange <john.lange_at_darkcore.net>
Date: 2003-08-26 07:03:49 CEST

The readme states:

--- snip ---
After the repository is created, you can initially import data
into it, using libsvn_ra_local (invoked by using a 'file' URL):

$ svn import file:///usr/local/svn/repos1 some/local/dir/
--- snip ---

In fact the command is reversed. Should be:

$ svn import some/local/dir/ file:///usr/local/svn/repos1

as in:

usage: import [PATH] URL

-- 
John Lange
204 791 6118
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 26 07:06:18 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.