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

Re: svn import: Zu viele Parameter (too many parameters)

From: Patrick Smears <patrick.smears_at_ensoft.co.uk>
Date: 2004-11-10 17:18:08 CET

> The message "Zu viele Parameter für Import Befehl" translates to "Too many
> parameters for import command". I tried several derivates but always the
> same result error message. I have 4 parameters:
>
> 1) svn command: import
> 2) project directory to import: file://D:\data\prototypes\.

This should be a pathname, not a URL (i.e. remove "file://" and just have
"D:\...")

> 3) svn repository root: file://e:/svnRepository

The syntax of the 'file' URL is "file://<hostname>/<path-to-repos>". It's
OK not to specify a hostname, but you still need all the 3 slashes before
<path-to-repos>: file:///e:/svnRepository

> 4) log message: --message 'Initial repository layout'

This last one is what's causing the "too many parameters": under
Windows, single quotes don't have the effect of quoting many words as a
single parameter - you need to use double quotes:

   --message "Initial repository layout"

Hope this helps,

Patrick

-- 
The easy way to type accents in Windows: http://www.frkeys.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 10 17:19:42 2004

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.