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

import and commit fail with svn_error: #21106

From: Mehmet Birgi <memo_at_otego.com>
Date: 2002-05-23 12:19:29 CEST

Hi all,

I am new to this list and also to svn. I am trying to use svn for a project
where I cannot use CVS, but I have some problems. (I know that this is still
pre-alpha status, so if you think that it is just too early to use svn, just
tell me so, and I won't bother you again)

I have created a repository on the server, and could also do a "local"
import (using the file:/// protocol). Checkout of a wc from this repository
also works. What does not work is import or commit from the working copy
using the http and https protocols. I am using win2000, with downloaded
binary r1868. Here is a sample conversation:

<code>

C:\home\tmp\svn\wc>svn import http://192.168.222.200/svn/repos . testdir -m
"test import"

svn_error: #21106 : <A path under revision control is needed for this
operation>

The specified activity does not exist.

C:\home\tmp\svn\wc>svn status
A ./foo.bar

C:\home\tmp\svn\wc>svn commit -m "test memo 001"

svn_error: #21106 : <A path under revision control is needed for this
operation>
  Commit failed (details follow):

svn_error: #21106 : <A path under revision control is needed for this
operation>

The specified activity does not exist.

C:\home\tmp\svn\wc>

</code>

Note: if I use https instead of http, the import command just hangs.

Can anyone help me?

TIA,

Memo

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 23 12:21:52 2002

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.