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

svn import and Unexpected end of svndiff input.

From: Steven Scholz <steven.scholz_at_imc-berlin.de>
Date: 2004-06-26 15:11:43 CEST

Hi there,

I just set up an Subversion server on a "Windows NT Server" machine.

I installed
* apache_2.0.49-win32-x86-no_ssl.msi, then
* svn-1.0.5-setup.exe,
* copied mod_authz_svn.so and mod_dav_svn.so
   from svn-win32-1.0.5\httpd to Apache's modules/ dir.
* copied the DLLs from svn-win32-1.0.5\bin to Apache's bin dir.
* Then added the entries the to Apache config as describe in
   the Subversion book.

After creating an repository and importing some stuff I have two servers
running:

svnserve (started as "svnserve -d -r f:\subversion") and
Apache 2.0.49 with .

Import and Checkout of a source tree from a linux client works fine using
svn:// protocol.
BUT: when using http:// I get

# ~> svn import -m "Test import" http://imcdevelop/svn/bla1
Adding bla
Adding bla/a
svn:
Unexpected end of svndiff input

Or

# ~> svn checkout http://imcdevelop/svn/bla2
svn: REPORT request failed on '/svn/!svn/vcc/default'
svn: REPORT of '/svn/!svn/vcc/default': 400 Bad Request (http://imcdevelop)

Other commands (as svn list) work fine using http:// !
I can browse the repository with Mozilla under http://imcdevelop/svn

Any ideas?

Thanks a million!

Steven

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jun 26 15:13:09 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.