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

svn commit failure

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-04-17 08:56:21 CEST

I'm trying to import a package of mine into svn and I'm getting a
commit failure.

<aside>
I think we need another public repository on svn.collab.net so that people
can mess around with a test server and not have to bother setting up their
own server to try to debug stuff. Do we have one available?
</aside>

Here's what I did. Create the following directory structure and import it
into the svn root. I have this up at http://svn.orcaware.com:8000/repos

orca
orca/branches
orca/tags
orca/trunk

% cd /tmp
% svn co http://svn.orcaware.com:8000/repos
% cd repos/orca/trunk
% wget http://www.orcaware.com/orca/pub/orca-0.18.tar.gz
% zcat orca-0.18.tar.gz | tar xf -
% mv orca-0.18/* .
% rm -fr orca-0.18 orca-0.18.tar.gz
% find `/bin/ls -1` | xargs svn add # this to skip the .svn
% svn commit

Adding ARCHITECTURE
Adding CHANGES
Adding INSTALL
Adding Makefile.in
Adding README
Adding REQUIREMENTS
Adding TODO
Adding config
Adding configure
Adding configure.in

svn_error: #21088 : <RA layer request failed>
  Commit failed (details follow):

svn_error: #21088 : <RA layer request failed>
  PROPFIND of /repos/orca/trunk/config: 404 Not Found

config is a directory.

Now you may wonder why I'm doing an add instead of an import, but that's
because I have a Perl script that I'll be checking into the tree soon that
add any number of tar.gz files and creates the tags for them. Right now
the same logic that checks for files and directories to add and delete
to an existing trunk uses add and there's no point in using import (or
there shouldn't be).

Best,
Blair

-- 
Blair Zajac <blair@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 17 08:57:20 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.