Hi Martin,
fine that works :-) It's simple and logical!!
So the readme.txt from the distribution is wrong:
----- schnipp
IV. QUICKSTART GUID
...
2. Creating a Repository
...
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/
The above example imports the contents of some/local/dir/ right
into the root of the repository.
----- schnapp
Realy a pitfall for newbies like me.
thank you !
> On Fri, 2003-08-08 at 11:35, m.friedrich@t-o-c.biz wrote:
>> Hi list,
>>
>> I run svn 0.26 under winnt4.0.
>>
>> The repository was successfully created:
>> $ svnadmin create /dat/svn/test
>>
>> Now I try to import a directory the structure is:
>> /test/foo
>> |
>> +--- 1.txt
>>
>> So I try:
>> $ svn import file:///dat/svn/test /test
> svn import /test file:///dat/svn/test
> should be correct
> (at least svn help import tells this)
>
>>
>> The error message is:
>> $ svn: Client error in parsing arguments
>> $ svn: invalid url '/test'
>>
>> Whats my mistake?
>>
>> I found the same question at the FAQ - but it was not helpful.
>>
>> ciao ...
>>
>> Manfred
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>> For additional commands, e-mail: users-help@subversion.tigris.org
>>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 8 11:55:19 2003