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

Re: svn commit failure

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-04-22 07:32:04 CEST

Blair Zajac wrote:
>
> 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.

Michael,

Now I can check in all my code into svn.

Thanks!
Blair

PS Noting that revision 1739 fixed this in case anybody needs this.

-- 
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 Mon Apr 22 07:33:09 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.